Html Css Color HEX #A61912 Fire Brick

📋 copy color: '#A61912'

red 166 ◦ green 25 ◦ blue 18

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

Shades of Fire Brick #A61912

Tints of Fire Brick #A61912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.96%

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

R = 79.43%
G = 11.96%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A61912 (or 0xA61912) is known color: Fire Brick. HEX triplet: A6, 19 and 12. RGB value is (166,25,18). Sum of RGB (Red+Green+Blue) = 166+25+18=209 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.43% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 166 - color contains mainly: red. Hex color #A61912 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61912 is #59E6ED. Grayscale: #424242. Windows color (decimal): -5891822 or 1186214. OLE color: 1186214.

HSL color Cylindrical-coordinate representation of color #A61912: hue angle of 2.84º 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 #A61912 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 25 18 -
CMYK 0 0.85 0.89 0.35
HSL 2.84º 0.8% 0.36% -
HSV(B) 2.84º 0.89% 0.65% -
XYZ 16.18 8.85 1.43 -
YUV 66.36 100.71 199.07 -
System Red Green Blue C M Y K H S L
Decimal 166 25 18 0 0.85 0.89 0.35 2.84 0.8 0.36
Hex A6 19 12 0 55 59 23 3 50 24
Octal 246 31 22 0 125 131 43 3 120 44
Binary 10100110 11001 10010 0 1010101 1011001 100011 11 1010000 100100

Color Harmonies of #A61912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61912

Black with #A61912

Text Example


Text Example

White with #A61912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61912; }

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

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

background-color css

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

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

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

border-color css

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

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

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