Html Css Color HEX #AA1912 Fire Brick

📋 copy color: '#AA1912'

red 170 ◦ green 25 ◦ blue 18

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

Shades of Fire Brick #AA1912

Tints of Fire Brick #AA1912

RGB

 RED value IS 170 (66.8% from 255) = 79.81%

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

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

R = 79.81%
G = 11.74%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA1912 (or 0xAA1912) is known color: Fire Brick. HEX triplet: AA, 19 and 12. RGB value is (170,25,18). Sum of RGB (Red+Green+Blue) = 170+25+18=213 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.81% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1912 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1912 is #55E6ED. Grayscale: #434343. Windows color (decimal): -5629678 or 1186218. OLE color: 1186218.

HSL color Cylindrical-coordinate representation of color #AA1912: hue angle of 2.76º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1912 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 25 18 -
CMYK 0 0.85 0.89 0.33
HSL 2.76º 0.81% 0.37% -
HSV(B) 2.76º 0.89% 0.67% -
XYZ 17.03 9.28 1.47 -
YUV 67.56 100.04 201.07 -
System Red Green Blue C M Y K H S L
Decimal 170 25 18 0 0.85 0.89 0.33 2.76 0.81 0.37
Hex AA 19 12 0 55 59 21 3 51 25
Octal 252 31 22 0 125 131 41 3 121 45
Binary 10101010 11001 10010 0 1010101 1011001 100001 11 1010001 100101

Color Harmonies of #AA1912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1912

Black with #AA1912

Text Example


Text Example

White with #AA1912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1912; }

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

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

background-color css

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

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

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

border-color css

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

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

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