Html Css Color HEX #AA1E12 Fire Brick

📋 copy color: '#AA1E12'

red 170 ◦ green 30 ◦ blue 18

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

Shades of Fire Brick #AA1E12

Tints of Fire Brick #AA1E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.26%

R = 77.98%
G = 13.76%
B = 8.26%

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

#AA1E12 (or 0xAA1E12) is known color: Fire Brick. HEX triplet: AA, 1E and 12. RGB value is (170,30,18). Sum of RGB (Red+Green+Blue) = 170+30+18=218 (28% of max value = 765). Red value is 170 (66.80% from 255 or 77.98% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1E12 is #55E1ED. Grayscale: #464646. Windows color (decimal): -5628398 or 1187498. OLE color: 1187498.

HSL color Cylindrical-coordinate representation of color #AA1E12: hue angle of 4.74º degrees, saturation: 0.81, 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 #AA1E12 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 30 18 -
CMYK 0 0.82 0.89 0.33
HSL 4.74º 0.81% 0.37% -
HSV(B) 4.74º 0.89% 0.67% -
XYZ 17.15 9.52 1.51 -
YUV 70.49 98.38 198.98 -
System Red Green Blue C M Y K H S L
Decimal 170 30 18 0 0.82 0.89 0.33 4.74 0.81 0.37
Hex AA 1E 12 0 52 59 21 5 51 25
Octal 252 36 22 0 122 131 41 5 121 45
Binary 10101010 11110 10010 0 1010010 1011001 100001 101 1010001 100101

Color Harmonies of #AA1E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1E12

Black with #AA1E12

Text Example


Text Example

White with #AA1E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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