Html Css Color HEX #AA2212 Fire Brick

📋 copy color: '#AA2212'

red 170 ◦ green 34 ◦ blue 18

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

Shades of Fire Brick #AA2212

Tints of Fire Brick #AA2212

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.32%

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

R = 76.58%
G = 15.32%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA2212 (or 0xAA2212) is known color: Fire Brick. HEX triplet: AA, 22 and 12. RGB value is (170,34,18). Sum of RGB (Red+Green+Blue) = 170+34+18=222 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.58% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2212 is #55DDED. Grayscale: #494949. Windows color (decimal): -5627374 or 1188522. OLE color: 1188522.

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

Color convert

RGB 170 34 18 -
CMYK 0 0.80 0.89 0.33
HSL 6.32º 0.81% 0.37% -
HSV(B) 6.32º 0.89% 0.67% -
XYZ 17.26 9.73 1.54 -
YUV 72.84 97.06 197.3 -
System Red Green Blue C M Y K H S L
Decimal 170 34 18 0 0.80 0.89 0.33 6.32 0.81 0.37
Hex AA 22 12 0 50 59 21 6 51 25
Octal 252 42 22 0 120 131 41 6 121 45
Binary 10101010 100010 10010 0 1010000 1011001 100001 110 1010001 100101

Color Harmonies of #AA2212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2212

Black with #AA2212

Text Example


Text Example

White with #AA2212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2212; }

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

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

background-color css

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

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

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

border-color css

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

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

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