Html Css Color HEX #AA2711 Fire Brick

📋 copy color: '#AA2711'

red 170 ◦ green 39 ◦ blue 17

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

Shades of Fire Brick #AA2711

Tints of Fire Brick #AA2711

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.26%

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

R = 75.22%
G = 17.26%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA2711 (or 0xAA2711) is known color: Fire Brick. HEX triplet: AA, 27 and 11. RGB value is (170,39,17). Sum of RGB (Red+Green+Blue) = 170+39+17=226 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.22% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2711 is #55D8EE. Grayscale: #4B4B4B. Windows color (decimal): -5626095 or 1124266. OLE color: 1124266.

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

Color convert

RGB 170 39 17 -
CMYK 0 0.77 0.9 0.33
HSL 8.63º 0.82% 0.37% -
HSV(B) 8.63º 0.9% 0.67% -
XYZ 17.4 10.04 1.55 -
YUV 75.66 94.9 195.29 -
System Red Green Blue C M Y K H S L
Decimal 170 39 17 0 0.77 0.9 0.33 8.63 0.82 0.37
Hex AA 27 11 0 4D 5A 21 9 52 25
Octal 252 47 21 0 115 132 41 11 122 45
Binary 10101010 100111 10001 0 1001101 1011010 100001 1001 1010010 100101

Color Harmonies of #AA2711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2711

Black with #AA2711

Text Example


Text Example

White with #AA2711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2711; }

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

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

background-color css

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

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

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

border-color css

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

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

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