Html Css Color HEX #AA1E14 Fire Brick

📋 copy color: '#AA1E14'

red 170 ◦ green 30 ◦ blue 20

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

Shades of Fire Brick #AA1E14

Tints of Fire Brick #AA1E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.09%

R = 77.27%
G = 13.64%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA1E14 (or 0xAA1E14) is known color: Fire Brick. HEX triplet: AA, 1E and 14. RGB value is (170,30,20). Sum of RGB (Red+Green+Blue) = 170+30+20=220 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.27% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1E14 is #55E1EB. Grayscale: #464646. Windows color (decimal): -5628396 or 1318570. OLE color: 1318570.

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

Color convert

RGB 170 30 20 -
CMYK 0 0.82 0.88 0.33
HSL 0.79% 0.37% -
HSV(B) 0.88% 0.67% -
XYZ 17.17 9.53 1.6 -
YUV 70.72 99.38 198.81 -
System Red Green Blue C M Y K H S L
Decimal 170 30 20 0 0.82 0.88 0.33 4 0.79 0.37
Hex AA 1E 14 0 52 58 21 4 4F 25
Octal 252 36 24 0 122 130 41 4 117 45
Binary 10101010 11110 10100 0 1010010 1011000 100001 100 1001111 100101

Color Harmonies of #AA1E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1E14

Black with #AA1E14

Text Example


Text Example

White with #AA1E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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