Html Css Color HEX #AA2E14 Fire Brick

📋 copy color: '#AA2E14'

red 170 ◦ green 46 ◦ blue 20

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

Shades of Fire Brick #AA2E14

Tints of Fire Brick #AA2E14

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.49%

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

R = 72.03%
G = 19.49%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA2E14 (or 0xAA2E14) is known color: Fire Brick. HEX triplet: AA, 2E and 14. RGB value is (170,46,20). Sum of RGB (Red+Green+Blue) = 170+46+20=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2E14 is #55D1EB. Grayscale: #505050. Windows color (decimal): -5624300 or 1322666. OLE color: 1322666.

HSL color Cylindrical-coordinate representation of color #AA2E14: hue angle of 10.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 #AA2E14 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 46 20 -
CMYK 0 0.73 0.88 0.33
HSL 10.4º 0.79% 0.37% -
HSV(B) 10.4º 0.88% 0.67% -
XYZ 17.68 10.55 1.77 -
YUV 80.11 94.08 192.11 -
System Red Green Blue C M Y K H S L
Decimal 170 46 20 0 0.73 0.88 0.33 10.4 0.79 0.37
Hex AA 2E 14 0 49 58 21 A 4F 25
Octal 252 56 24 0 111 130 41 12 117 45
Binary 10101010 101110 10100 0 1001001 1011000 100001 1010 1001111 100101

Color Harmonies of #AA2E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2E14

Black with #AA2E14

Text Example


Text Example

White with #AA2E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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