Html Css Color HEX #A62412 Fire Brick

📋 copy color: '#A62412'

red 166 ◦ green 36 ◦ blue 18

#A62412
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #A62412

Tints of Fire Brick #A62412

RGB

 RED value IS 166 (65.23% from 255) = 75.45%

 GREEN value IS 36 (14.45% from 255) = 16.36%

 BLUE value IS 18 (7.42% from 255) = 8.18%

R = 75.45%
G = 16.36%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A62412 (or 0xA62412) is known color: Fire Brick. HEX triplet: A6, 24 and 12. RGB value is (166,36,18). Sum of RGB (Red+Green+Blue) = 166+36+18=220 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.45% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 166 - color contains mainly: red. Hex color #A62412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62412 is #59DBED. Grayscale: #494949. Windows color (decimal): -5889006 or 1189030. OLE color: 1189030.

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

Color convert

RGB 166 36 18 -
CMYK 0 0.78 0.89 0.35
HSL 7.3º 0.8% 0.36% -
HSV(B) 7.3º 0.89% 0.65% -
XYZ 16.47 9.41 1.52 -
YUV 72.82 97.07 194.46 -
System Red Green Blue C M Y K H S L
Decimal 166 36 18 0 0.78 0.89 0.35 7.3 0.8 0.36
Hex A6 24 12 0 4E 59 23 7 50 24
Octal 246 44 22 0 116 131 43 7 120 44
Binary 10100110 100100 10010 0 1001110 1011001 100011 111 1010000 100100

Color Harmonies of #A62412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62412

Black with #A62412

Text Example


Text Example

White with #A62412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62412; }

 p { color: rgb(166,36,18); }

 H1.HeaderClassName
 {
   color: #A62412;
 }
 .AnyTagClassName
 {
   color: #A62412;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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