#a62121

Color #A62121 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #A62121

Tints of Fire Brick #A62121

Color information

#A62121 (or 0xA62121) is unknown color: approx Fire Brick. HEX triplet: A6, 21 and 21. RGB value is (166,33,33). Sum of RGB (Red+Green+Blue) = 166+33+33=232 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.55% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 166 - color contains mainly: red. Hex color #A62121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62121 is #59DEDE. Grayscale: #484848. Windows color (decimal): -5889759 or 2171302. OLE color: 2171302.

HSL color Cylindrical-coordinate representation of color #A62121: hue angle of 0º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62121 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB1663333-
CMYK00.800.800.35
HSL66.83%39.02%-
HSV(B)80.12%65.1%-
XYZ16.549.32.36-
YUV72.77105.56194.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 71.55%
GREEN value IS 33 (13.28% from 255) = 14.22%
BLUE value IS 33 (13.28% from 255) = 14.22%
R=71.55%
G=14.22%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166333300.800.800.35066.8339.02
HexA62121050502304327
Octal2464141012012043010347
Binary1010011010000110000101010000101000010001101000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a62121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a62121; }

 p { color: rgb(166,33,33); }

 H1.HeaderClassName
 {
   color: #a62121;
 }
 .AnyTagClassName
 {
   color: #a62121;
 }
</style>
background-color css

<style>
 a { background-color: #a62121; }

 a { background-color: rgb(166,33,33); }

 div.DivClassName
 {
   background-color: #a62121;
 }
 .BgClassName
 {
   background-color: #a62121;
 }
</style>
border-color css

<style>
 span { border-color: #a62121; }

 span { border-color: rgb(166,33,33); }

 td.TdClassName
 {
   border-color: #a62121;
 }
 .TagClassName
 {
   border-color: #a62121;
 }
</style>