Html Css Color HEX #AA1810 Fire Brick

📋 copy color: '#AA1810'

red 170 ◦ green 24 ◦ blue 16

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

Shades of Fire Brick #AA1810

Tints of Fire Brick #AA1810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.62%

R = 80.95%
G = 11.43%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA1810 (or 0xAA1810) is known color: Fire Brick. HEX triplet: AA, 18 and 10. RGB value is (170,24,16). Sum of RGB (Red+Green+Blue) = 170+24+16=210 (27% of max value = 765). Red value is 170 (66.80% from 255 or 80.95% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1810 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1810 is #55E7EF. Grayscale: #424242. Windows color (decimal): -5629936 or 1054890. OLE color: 1054890.

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

Color convert

RGB 170 24 16 -
CMYK 0 0.86 0.91 0.33
HSL 3.12º 0.83% 0.36% -
HSV(B) 3.12º 0.91% 0.67% -
XYZ 17 9.24 1.38 -
YUV 66.74 99.37 201.65 -
System Red Green Blue C M Y K H S L
Decimal 170 24 16 0 0.86 0.91 0.33 3.12 0.83 0.36
Hex AA 18 10 0 56 5B 21 3 53 24
Octal 252 30 20 0 126 133 41 3 123 44
Binary 10101010 11000 10000 0 1010110 1011011 100001 11 1010011 100100

Color Harmonies of #AA1810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1810

Black with #AA1810

Text Example


Text Example

White with #AA1810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1810; }

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

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

background-color css

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

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

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

border-color css

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

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

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