Html Css Color HEX #AA1C11 Fire Brick

📋 copy color: '#AA1C11'

red 170 ◦ green 28 ◦ blue 17

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

Shades of Fire Brick #AA1C11

Tints of Fire Brick #AA1C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.02%

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

R = 79.07%
G = 13.02%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA1C11 (or 0xAA1C11) is known color: Fire Brick. HEX triplet: AA, 1C and 11. RGB value is (170,28,17). Sum of RGB (Red+Green+Blue) = 170+28+17=215 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.07% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1C11 is #55E3EE. Grayscale: #454545. Windows color (decimal): -5628911 or 1121450. OLE color: 1121450.

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

Color convert

RGB 170 28 17 -
CMYK 0 0.84 0.9 0.33
HSL 4.31º 0.82% 0.37% -
HSV(B) 4.31º 0.9% 0.67% -
XYZ 17.09 9.42 1.45 -
YUV 69.2 98.54 199.89 -
System Red Green Blue C M Y K H S L
Decimal 170 28 17 0 0.84 0.9 0.33 4.31 0.82 0.37
Hex AA 1C 11 0 54 5A 21 4 52 25
Octal 252 34 21 0 124 132 41 4 122 45
Binary 10101010 11100 10001 0 1010100 1011010 100001 100 1010010 100101

Color Harmonies of #AA1C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1C11

Black with #AA1C11

Text Example


Text Example

White with #AA1C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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