Html Css Color HEX #AA2010 Fire Brick

📋 copy color: '#AA2010'

red 170 ◦ green 32 ◦ blue 16

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

Shades of Fire Brick #AA2010

Tints of Fire Brick #AA2010

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.68%

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

R = 77.98%
G = 14.68%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA2010 (or 0xAA2010) is known color: Fire Brick. HEX triplet: AA, 20 and 10. RGB value is (170,32,16). Sum of RGB (Red+Green+Blue) = 170+32+16=218 (28% of max value = 765). Red value is 170 (66.80% from 255 or 77.98% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2010 is #55DFEF. Grayscale: #474747. Windows color (decimal): -5627888 or 1056938. OLE color: 1056938.

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

Color convert

RGB 170 32 16 -
CMYK 0 0.81 0.91 0.33
HSL 6.23º 0.83% 0.36% -
HSV(B) 6.23º 0.91% 0.67% -
XYZ 17.19 9.62 1.44 -
YUV 71.44 96.72 198.3 -
System Red Green Blue C M Y K H S L
Decimal 170 32 16 0 0.81 0.91 0.33 6.23 0.83 0.36
Hex AA 20 10 0 51 5B 21 6 53 24
Octal 252 40 20 0 121 133 41 6 123 44
Binary 10101010 100000 10000 0 1010001 1011011 100001 110 1010011 100100

Color Harmonies of #AA2010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2010

Black with #AA2010

Text Example


Text Example

White with #AA2010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2010; }

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

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

background-color css

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

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

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

border-color css

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

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

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