Html Css Color HEX #AA2109 Fire Brick

📋 copy color: '#AA2109'

red 170 ◦ green 33 ◦ blue 9

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

Shades of Fire Brick #AA2109

Tints of Fire Brick #AA2109

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.57%

 BLUE value IS 9 (3.91% from 255) = 4.25%

R = 80.19%
G = 15.57%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA2109 (or 0xAA2109) is known color: Fire Brick. HEX triplet: AA, 21 and 09. RGB value is (170,33,9). Sum of RGB (Red+Green+Blue) = 170+33+9=212 (28% of max value = 765). Red value is 170 (66.80% from 255 or 80.19% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 9 (3.91% from 255 or 4.25% from 212); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2109 is #55DEF6. Grayscale: #474747. Windows color (decimal): -5627639 or 598442. OLE color: 598442.

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

Color convert

RGB 170 33 9 -
CMYK 0 0.81 0.95 0.33
HSL 8.94º 0.9% 0.35% -
HSV(B) 8.94º 0.95% 0.67% -
XYZ 17.17 9.65 1.22 -
YUV 71.23 92.89 198.45 -
System Red Green Blue C M Y K H S L
Decimal 170 33 9 0 0.81 0.95 0.33 8.94 0.9 0.35
Hex AA 21 9 0 51 5F 21 9 5A 23
Octal 252 41 11 0 121 137 41 11 132 43
Binary 10101010 100001 1001 0 1010001 1011111 100001 1001 1011010 100011

Color Harmonies of #AA2109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2109

Black with #AA2109

Text Example


Text Example

White with #AA2109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2109; }

 p { color: rgb(170,33,9); }

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

background-color css

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

 a { background-color: rgb(170,33,9); }

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

border-color css

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

 span { border-color: rgb(170,33,9); }

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