Html Css Color HEX #AA1409 Fire Brick

📋 copy color: '#AA1409'

red 170 ◦ green 20 ◦ blue 9

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

Shades of Fire Brick #AA1409

Tints of Fire Brick #AA1409

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.05%

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

R = 85.43%
G = 10.05%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA1409 (or 0xAA1409) is known color: Fire Brick. HEX triplet: AA, 14 and 09. RGB value is (170,20,9). Sum of RGB (Red+Green+Blue) = 170+20+9=199 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85.43% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 9 (3.91% from 255 or 4.52% from 199); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1409 is #55EBF6. Grayscale: #3F3F3F. Windows color (decimal): -5630967 or 595114. OLE color: 595114.

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

Color convert

RGB 170 20 9 -
CMYK 0 0.88 0.95 0.33
HSL 4.1º 0.9% 0.35% -
HSV(B) 4.1º 0.95% 0.67% -
XYZ 16.88 9.07 1.12 -
YUV 63.6 97.2 203.89 -
System Red Green Blue C M Y K H S L
Decimal 170 20 9 0 0.88 0.95 0.33 4.1 0.9 0.35
Hex AA 14 9 0 58 5F 21 4 5A 23
Octal 252 24 11 0 130 137 41 4 132 43
Binary 10101010 10100 1001 0 1011000 1011111 100001 100 1011010 100011

Color Harmonies of #AA1409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1409

Black with #AA1409

Text Example


Text Example

White with #AA1409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1409; }

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

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

background-color css

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

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

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

border-color css

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

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

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