Html Css Color HEX #AA2311 Fire Brick

📋 copy color: '#AA2311'

red 170 ◦ green 35 ◦ blue 17

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

Shades of Fire Brick #AA2311

Tints of Fire Brick #AA2311

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.77%

 BLUE value IS 17 (7.03% from 255) = 7.66%

R = 76.58%
G = 15.77%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA2311 (or 0xAA2311) is known color: Fire Brick. HEX triplet: AA, 23 and 11. RGB value is (170,35,17). Sum of RGB (Red+Green+Blue) = 170+35+17=222 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.58% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2311 is #55DCEE. Grayscale: #494949. Windows color (decimal): -5627119 or 1123242. OLE color: 1123242.

HSL color Cylindrical-coordinate representation of color #AA2311: hue angle of 7.06º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA2311 is Cyan = 0, Magento = 0.79, Yellow = 0.9 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 35 17 -
CMYK 0 0.79 0.9 0.33
HSL 7.06º 0.82% 0.37% -
HSV(B) 7.06º 0.9% 0.67% -
XYZ 17.28 9.79 1.51 -
YUV 73.31 96.23 196.96 -
System Red Green Blue C M Y K H S L
Decimal 170 35 17 0 0.79 0.9 0.33 7.06 0.82 0.37
Hex AA 23 11 0 4F 5A 21 7 52 25
Octal 252 43 21 0 117 132 41 7 122 45
Binary 10101010 100011 10001 0 1001111 1011010 100001 111 1010010 100101

Color Harmonies of #AA2311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2311

Black with #AA2311

Text Example


Text Example

White with #AA2311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2311; }

 p { color: rgb(170,35,17); }

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

background-color css

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

 a { background-color: rgb(170,35,17); }

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

border-color css

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

 span { border-color: rgb(170,35,17); }

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