Html Css Color HEX #AA1F11 Fire Brick

📋 copy color: '#AA1F11'

red 170 ◦ green 31 ◦ blue 17

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

Shades of Fire Brick #AA1F11

Tints of Fire Brick #AA1F11

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.22%

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

R = 77.98%
G = 14.22%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA1F11 (or 0xAA1F11) is known color: Fire Brick. HEX triplet: AA, 1F and 11. RGB value is (170,31,17). Sum of RGB (Red+Green+Blue) = 170+31+17=218 (28% of max value = 765). Red value is 170 (66.80% from 255 or 77.98% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1F11 is #55E0EE. Grayscale: #474747. Windows color (decimal): -5628143 or 1122218. OLE color: 1122218.

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

Color convert

RGB 170 31 17 -
CMYK 0 0.82 0.9 0.33
HSL 5.49º 0.82% 0.37% -
HSV(B) 5.49º 0.9% 0.67% -
XYZ 17.17 9.57 1.47 -
YUV 70.97 97.55 198.64 -
System Red Green Blue C M Y K H S L
Decimal 170 31 17 0 0.82 0.9 0.33 5.49 0.82 0.37
Hex AA 1F 11 0 52 5A 21 5 52 25
Octal 252 37 21 0 122 132 41 5 122 45
Binary 10101010 11111 10001 0 1010010 1011010 100001 101 1010010 100101

Color Harmonies of #AA1F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1F11

Black with #AA1F11

Text Example


Text Example

White with #AA1F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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