Html Css Color HEX #AA2511 Fire Brick

📋 copy color: '#AA2511'

red 170 ◦ green 37 ◦ blue 17

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

Shades of Fire Brick #AA2511

Tints of Fire Brick #AA2511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.52%

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

R = 75.89%
G = 16.52%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA2511 (or 0xAA2511) is known color: Fire Brick. HEX triplet: AA, 25 and 11. RGB value is (170,37,17). Sum of RGB (Red+Green+Blue) = 170+37+17=224 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.89% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2511 is #55DAEE. Grayscale: #4A4A4A. Windows color (decimal): -5626607 or 1123754. OLE color: 1123754.

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

Color convert

RGB 170 37 17 -
CMYK 0 0.78 0.9 0.33
HSL 7.84º 0.82% 0.37% -
HSV(B) 7.84º 0.9% 0.67% -
XYZ 17.34 9.91 1.53 -
YUV 74.49 95.56 196.13 -
System Red Green Blue C M Y K H S L
Decimal 170 37 17 0 0.78 0.9 0.33 7.84 0.82 0.37
Hex AA 25 11 0 4E 5A 21 8 52 25
Octal 252 45 21 0 116 132 41 10 122 45
Binary 10101010 100101 10001 0 1001110 1011010 100001 1000 1010010 100101

Color Harmonies of #AA2511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2511

Black with #AA2511

Text Example


Text Example

White with #AA2511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2511; }

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

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

background-color css

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

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

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

border-color css

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

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

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