Html Css Color HEX #AA120C Fire Brick

📋 copy color: '#AA120C'

red 170 ◦ green 18 ◦ blue 12

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

Shades of Fire Brick #AA120C

Tints of Fire Brick #AA120C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9%

 BLUE value IS 12 (5.08% from 255) = 6%

R = 85%
G = 9%
B = 6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA120C (or 0xAA120C) is known color: Fire Brick. HEX triplet: AA, 12 and 0C. RGB value is (170,18,12). Sum of RGB (Red+Green+Blue) = 170+18+12=200 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 170 - color contains mainly: red. Hex color #AA120C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA120C is #55EDF3. Grayscale: #3E3E3E. Windows color (decimal): -5631476 or 791210. OLE color: 791210.

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

Color convert

RGB 170 18 12 -
CMYK 0 0.89 0.93 0.33
HSL 2.28º 0.87% 0.36% -
HSV(B) 2.28º 0.93% 0.67% -
XYZ 16.86 9.01 1.2 -
YUV 62.76 99.36 204.49 -
System Red Green Blue C M Y K H S L
Decimal 170 18 12 0 0.89 0.93 0.33 2.28 0.87 0.36
Hex AA 12 C 0 59 5D 21 2 57 24
Octal 252 22 14 0 131 135 41 2 127 44
Binary 10101010 10010 1100 0 1011001 1011101 100001 10 1010111 100100

Color Harmonies of #AA120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA120C

Black with #AA120C

Text Example


Text Example

White with #AA120C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA120C; }

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

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

background-color css

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

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

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

border-color css

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

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

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