Html Css Color HEX #AA1F08 Fire Brick

📋 copy color: '#AA1F08'

red 170 ◦ green 31 ◦ blue 8

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

Shades of Fire Brick #AA1F08

Tints of Fire Brick #AA1F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.83%

R = 81.34%
G = 14.83%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA1F08 (or 0xAA1F08) is known color: Fire Brick. HEX triplet: AA, 1F and 08. RGB value is (170,31,8). Sum of RGB (Red+Green+Blue) = 170+31+8=209 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.34% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1F08 is #55E0F7. Grayscale: #464646. Windows color (decimal): -5628152 or 532394. OLE color: 532394.

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

Color convert

RGB 170 31 8 -
CMYK 0 0.82 0.95 0.33
HSL 8.52º 0.91% 0.35% -
HSV(B) 8.52º 0.95% 0.67% -
XYZ 17.11 9.54 1.17 -
YUV 69.94 93.05 199.37 -
System Red Green Blue C M Y K H S L
Decimal 170 31 8 0 0.82 0.95 0.33 8.52 0.91 0.35
Hex AA 1F 8 0 52 5F 21 9 5B 23
Octal 252 37 10 0 122 137 41 11 133 43
Binary 10101010 11111 1000 0 1010010 1011111 100001 1001 1011011 100011

Color Harmonies of #AA1F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1F08

Black with #AA1F08

Text Example


Text Example

White with #AA1F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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