Html Css Color HEX #AA1C09 Fire Brick

📋 copy color: '#AA1C09'

red 170 ◦ green 28 ◦ blue 9

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

Shades of Fire Brick #AA1C09

Tints of Fire Brick #AA1C09

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.53%

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

R = 82.13%
G = 13.53%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA1C09 (or 0xAA1C09) is known color: Fire Brick. HEX triplet: AA, 1C and 09. RGB value is (170,28,9). Sum of RGB (Red+Green+Blue) = 170+28+9=207 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.13% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 9 (3.91% from 255 or 4.35% from 207); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1C09 is #55E3F6. Grayscale: #444444. Windows color (decimal): -5628919 or 597162. OLE color: 597162.

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

Color convert

RGB 170 28 9 -
CMYK 0 0.84 0.95 0.33
HSL 7.08º 0.9% 0.35% -
HSV(B) 7.08º 0.95% 0.67% -
XYZ 17.04 9.4 1.17 -
YUV 68.29 94.54 200.54 -
System Red Green Blue C M Y K H S L
Decimal 170 28 9 0 0.84 0.95 0.33 7.08 0.9 0.35
Hex AA 1C 9 0 54 5F 21 7 5A 23
Octal 252 34 11 0 124 137 41 7 132 43
Binary 10101010 11100 1001 0 1010100 1011111 100001 111 1011010 100011

Color Harmonies of #AA1C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1C09

Black with #AA1C09

Text Example


Text Example

White with #AA1C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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