Html Css Color HEX #AA1812 Fire Brick

📋 copy color: '#AA1812'

red 170 ◦ green 24 ◦ blue 18

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

Shades of Fire Brick #AA1812

Tints of Fire Brick #AA1812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.32%

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

R = 80.19%
G = 11.32%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA1812 (or 0xAA1812) is known color: Fire Brick. HEX triplet: AA, 18 and 12. RGB value is (170,24,18). Sum of RGB (Red+Green+Blue) = 170+24+18=212 (28% of max value = 765). Red value is 170 (66.80% from 255 or 80.19% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1812 is #55E7ED. Grayscale: #434343. Windows color (decimal): -5629934 or 1185962. OLE color: 1185962.

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

Color convert

RGB 170 24 18 -
CMYK 0 0.86 0.89 0.33
HSL 2.37º 0.81% 0.37% -
HSV(B) 2.37º 0.89% 0.67% -
XYZ 17.01 9.24 1.46 -
YUV 66.97 100.37 201.49 -
System Red Green Blue C M Y K H S L
Decimal 170 24 18 0 0.86 0.89 0.33 2.37 0.81 0.37
Hex AA 18 12 0 56 59 21 2 51 25
Octal 252 30 22 0 126 131 41 2 121 45
Binary 10101010 11000 10010 0 1010110 1011001 100001 10 1010001 100101

Color Harmonies of #AA1812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1812

Black with #AA1812

Text Example


Text Example

White with #AA1812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1812; }

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

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

background-color css

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

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

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

border-color css

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

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

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