Html Css Color HEX #AA2414 Fire Brick

📋 copy color: '#AA2414'

red 170 ◦ green 36 ◦ blue 20

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

Shades of Fire Brick #AA2414

Tints of Fire Brick #AA2414

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.93%

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

R = 75.22%
G = 15.93%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA2414 (or 0xAA2414) is known color: Fire Brick. HEX triplet: AA, 24 and 14. RGB value is (170,36,20). Sum of RGB (Red+Green+Blue) = 170+36+20=226 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.22% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2414 is #55DBEB. Grayscale: #4A4A4A. Windows color (decimal): -5626860 or 1320106. OLE color: 1320106.

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

Color convert

RGB 170 36 20 -
CMYK 0 0.79 0.88 0.33
HSL 6.4º 0.79% 0.37% -
HSV(B) 6.4º 0.88% 0.67% -
XYZ 17.33 9.86 1.65 -
YUV 74.24 97.39 196.3 -
System Red Green Blue C M Y K H S L
Decimal 170 36 20 0 0.79 0.88 0.33 6.4 0.79 0.37
Hex AA 24 14 0 4F 58 21 6 4F 25
Octal 252 44 24 0 117 130 41 6 117 45
Binary 10101010 100100 10100 0 1001111 1011000 100001 110 1001111 100101

Color Harmonies of #AA2414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2414

Black with #AA2414

Text Example


Text Example

White with #AA2414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2414; }

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

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

background-color css

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

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

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

border-color css

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

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

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