Html Css Color HEX #AA1F15 Fire Brick

📋 copy color: '#AA1F15'

red 170 ◦ green 31 ◦ blue 21

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

Shades of Fire Brick #AA1F15

Tints of Fire Brick #AA1F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.46%

R = 76.58%
G = 13.96%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA1F15 (or 0xAA1F15) is known color: Fire Brick. HEX triplet: AA, 1F and 15. RGB value is (170,31,21). Sum of RGB (Red+Green+Blue) = 170+31+21=222 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.58% from 222); Green value is 31 (12.5% from 255 or 13.96% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1F15 is #55E0EA. Grayscale: #474747. Windows color (decimal): -5628139 or 1384362. OLE color: 1384362.

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

Color convert

RGB 170 31 21 -
CMYK 0 0.82 0.88 0.33
HSL 4.03º 0.78% 0.37% -
HSV(B) 4.03º 0.88% 0.67% -
XYZ 17.2 9.58 1.65 -
YUV 71.42 99.55 198.31 -
System Red Green Blue C M Y K H S L
Decimal 170 31 21 0 0.82 0.88 0.33 4.03 0.78 0.37
Hex AA 1F 15 0 52 58 21 4 4E 25
Octal 252 37 25 0 122 130 41 4 116 45
Binary 10101010 11111 10101 0 1010010 1011000 100001 100 1001110 100101

Color Harmonies of #AA1F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1F15

Black with #AA1F15

Text Example


Text Example

White with #AA1F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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