Html Css Color HEX #AA1E02 Fire Brick

📋 copy color: '#AA1E02'

red 170 ◦ green 30 ◦ blue 2

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

Shades of Fire Brick #AA1E02

Tints of Fire Brick #AA1E02

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.85%

 BLUE value IS 2 (1.17% from 255) = 0.99%

R = 84.16%
G = 14.85%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA1E02 (or 0xAA1E02) is known color: Fire Brick. HEX triplet: AA, 1E and 02. RGB value is (170,30,2). Sum of RGB (Red+Green+Blue) = 170+30+2=202 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.16% from 202); Green value is 30 (12.11% from 255 or 14.85% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1E02 is #55E1FD. Grayscale: #444444. Windows color (decimal): -5628414 or 138922. OLE color: 138922.

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

Color convert

RGB 170 30 2 -
CMYK 0 0.82 0.99 0.33
HSL 10º 0.98% 0.34% -
HSV(B) 10º 0.99% 0.67% -
XYZ 17.05 9.48 0.99 -
YUV 68.67 90.38 200.28 -
System Red Green Blue C M Y K H S L
Decimal 170 30 2 0 0.82 0.99 0.33 10 0.98 0.34
Hex AA 1E 2 0 52 63 21 A 62 22
Octal 252 36 2 0 122 143 41 12 142 42
Binary 10101010 11110 10 0 1010010 1100011 100001 1010 1100010 100010

Color Harmonies of #AA1E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1E02

Black with #AA1E02

Text Example


Text Example

White with #AA1E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1E02; }

 p { color: rgb(170,30,2); }

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

background-color css

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

 a { background-color: rgb(170,30,2); }

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

border-color css

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

 span { border-color: rgb(170,30,2); }

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