Html Css Color HEX #AA1F00 Fire Brick

📋 copy color: '#AA1F00'

red 170 ◦ green 31 ◦ blue 0

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

Shades of Fire Brick #AA1F00

Tints of Fire Brick #AA1F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.58%
G = 15.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA1F00 (or 0xAA1F00) is known color: Fire Brick. HEX triplet: AA, 1F and 00. RGB value is (170,31,0). Sum of RGB (Red+Green+Blue) = 170+31+0=201 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.58% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1F00 is #55E0FF. Grayscale: #454545. Windows color (decimal): -5628160 or 8106. OLE color: 8106.

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

Color convert

RGB 170 31 0 -
CMYK 0 0.82 1 0.33
HSL 10.94º 1% 0.33% -
HSV(B) 10.94º 1% 0.67% -
XYZ 17.07 9.53 0.94 -
YUV 69.03 89.05 200.02 -
System Red Green Blue C M Y K H S L
Decimal 170 31 0 0 0.82 1 0.33 10.94 1 0.33
Hex AA 1F 0 0 52 64 21 B 64 21
Octal 252 37 0 0 122 144 41 13 144 41
Binary 10101010 11111 0 0 1010010 1100100 100001 1011 1100100 100001

Color Harmonies of #AA1F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1F00

Black with #AA1F00

Text Example


Text Example

White with #AA1F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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