Html Css Color HEX #AA1509 Fire Brick

📋 copy color: '#AA1509'

red 170 ◦ green 21 ◦ blue 9

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

Shades of Fire Brick #AA1509

Tints of Fire Brick #AA1509

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.5%

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

R = 85%
G = 10.5%
B = 4.5%

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

#AA1509 (or 0xAA1509) is known color: Fire Brick. HEX triplet: AA, 15 and 09. RGB value is (170,21,9). Sum of RGB (Red+Green+Blue) = 170+21+9=200 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 9 (3.91% from 255 or 4.5% from 200); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1509 is #55EAF6. Grayscale: #404040. Windows color (decimal): -5630711 or 595370. OLE color: 595370.

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

Color convert

RGB 170 21 9 -
CMYK 0 0.88 0.95 0.33
HSL 4.47º 0.9% 0.35% -
HSV(B) 4.47º 0.95% 0.67% -
XYZ 16.9 9.1 1.12 -
YUV 64.18 96.86 203.48 -
System Red Green Blue C M Y K H S L
Decimal 170 21 9 0 0.88 0.95 0.33 4.47 0.9 0.35
Hex AA 15 9 0 58 5F 21 4 5A 23
Octal 252 25 11 0 130 137 41 4 132 43
Binary 10101010 10101 1001 0 1011000 1011111 100001 100 1011010 100011

Color Harmonies of #AA1509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1509

Black with #AA1509

Text Example


Text Example

White with #AA1509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1509; }

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

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

background-color css

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

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

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

border-color css

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

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

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