Html Css Color HEX #AA1F13 Fire Brick

📋 copy color: '#AA1F13'

red 170 ◦ green 31 ◦ blue 19

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

Shades of Fire Brick #AA1F13

Tints of Fire Brick #AA1F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.64%

R = 77.27%
G = 14.09%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA1F13 (or 0xAA1F13) is known color: Fire Brick. HEX triplet: AA, 1F and 13. RGB value is (170,31,19). Sum of RGB (Red+Green+Blue) = 170+31+19=220 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.27% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1F13 is #55E0EC. Grayscale: #474747. Windows color (decimal): -5628141 or 1253290. OLE color: 1253290.

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

Color convert

RGB 170 31 19 -
CMYK 0 0.82 0.89 0.33
HSL 4.77º 0.8% 0.37% -
HSV(B) 4.77º 0.89% 0.67% -
XYZ 17.19 9.57 1.56 -
YUV 71.19 98.55 198.48 -
System Red Green Blue C M Y K H S L
Decimal 170 31 19 0 0.82 0.89 0.33 4.77 0.8 0.37
Hex AA 1F 13 0 52 59 21 5 50 25
Octal 252 37 23 0 122 131 41 5 120 45
Binary 10101010 11111 10011 0 1010010 1011001 100001 101 1010000 100101

Color Harmonies of #AA1F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1F13

Black with #AA1F13

Text Example


Text Example

White with #AA1F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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