Html Css Color HEX #AA1805 Fire Brick

📋 copy color: '#AA1805'

red 170 ◦ green 24 ◦ blue 5

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

Shades of Fire Brick #AA1805

Tints of Fire Brick #AA1805

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.06%

 BLUE value IS 5 (2.34% from 255) = 2.51%

R = 85.43%
G = 12.06%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AA1805 (or 0xAA1805) is known color: Fire Brick. HEX triplet: AA, 18 and 05. RGB value is (170,24,5). Sum of RGB (Red+Green+Blue) = 170+24+5=199 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85.43% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1805 is #55E7FA. Grayscale: #414141. Windows color (decimal): -5629947 or 333994. OLE color: 333994.

HSL color Cylindrical-coordinate representation of color #AA1805: hue angle of 6.91º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA1805 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 24 5 -
CMYK 0 0.86 0.97 0.33
HSL 6.91º 0.94% 0.34% -
HSV(B) 6.91º 0.97% 0.67% -
XYZ 16.93 9.21 1.03 -
YUV 65.49 93.87 202.54 -
System Red Green Blue C M Y K H S L
Decimal 170 24 5 0 0.86 0.97 0.33 6.91 0.94 0.34
Hex AA 18 5 0 56 61 21 7 5E 22
Octal 252 30 5 0 126 141 41 7 136 42
Binary 10101010 11000 101 0 1010110 1100001 100001 111 1011110 100010

Color Harmonies of #AA1805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1805

Black with #AA1805

Text Example


Text Example

White with #AA1805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1805; }

 p { color: rgb(170,24,5); }

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

background-color css

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

 a { background-color: rgb(170,24,5); }

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

border-color css

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

 span { border-color: rgb(170,24,5); }

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