Html Css Color HEX #AA1609 Fire Brick

📋 copy color: '#AA1609'

red 170 ◦ green 22 ◦ blue 9

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

Shades of Fire Brick #AA1609

Tints of Fire Brick #AA1609

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.95%

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

R = 84.58%
G = 10.95%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA1609 (or 0xAA1609) is known color: Fire Brick. HEX triplet: AA, 16 and 09. RGB value is (170,22,9). Sum of RGB (Red+Green+Blue) = 170+22+9=201 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.58% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1609 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1609 is #55E9F6. Grayscale: #404040. Windows color (decimal): -5630455 or 595626. OLE color: 595626.

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

Color convert

RGB 170 22 9 -
CMYK 0 0.87 0.95 0.33
HSL 4.84º 0.9% 0.35% -
HSV(B) 4.84º 0.95% 0.67% -
XYZ 16.91 9.14 1.13 -
YUV 64.77 96.53 203.06 -
System Red Green Blue C M Y K H S L
Decimal 170 22 9 0 0.87 0.95 0.33 4.84 0.9 0.35
Hex AA 16 9 0 57 5F 21 5 5A 23
Octal 252 26 11 0 127 137 41 5 132 43
Binary 10101010 10110 1001 0 1010111 1011111 100001 101 1011010 100011

Color Harmonies of #AA1609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1609

Black with #AA1609

Text Example


Text Example

White with #AA1609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1609; }

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

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

background-color css

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

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

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

border-color css

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

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

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