Html Css Color HEX #AA1F04 Fire Brick

📋 copy color: '#AA1F04'

red 170 ◦ green 31 ◦ blue 4

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

Shades of Fire Brick #AA1F04

Tints of Fire Brick #AA1F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.95%

R = 82.93%
G = 15.12%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA1F04 (or 0xAA1F04) is known color: Fire Brick. HEX triplet: AA, 1F and 04. RGB value is (170,31,4). Sum of RGB (Red+Green+Blue) = 170+31+4=205 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.93% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1F04 is #55E0FB. Grayscale: #454545. Windows color (decimal): -5628156 or 270250. OLE color: 270250.

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

Color convert

RGB 170 31 4 -
CMYK 0 0.82 0.98 0.33
HSL 9.76º 0.95% 0.34% -
HSV(B) 9.76º 0.98% 0.67% -
XYZ 17.09 9.53 1.05 -
YUV 69.48 91.05 199.7 -
System Red Green Blue C M Y K H S L
Decimal 170 31 4 0 0.82 0.98 0.33 9.76 0.95 0.34
Hex AA 1F 4 0 52 62 21 A 5F 22
Octal 252 37 4 0 122 142 41 12 137 42
Binary 10101010 11111 100 0 1010010 1100010 100001 1010 1011111 100010

Color Harmonies of #AA1F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1F04

Black with #AA1F04

Text Example


Text Example

White with #AA1F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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