Html Css Color HEX #AA2424 Fire Brick

📋 copy color: '#AA2424'

red 170 ◦ green 36 ◦ blue 36

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

Shades of Fire Brick #AA2424

Tints of Fire Brick #AA2424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.88%

R = 70.25%
G = 14.88%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA2424 (or 0xAA2424) is known color: Fire Brick. HEX triplet: AA, 24 and 24. RGB value is (170,36,36). Sum of RGB (Red+Green+Blue) = 170+36+36=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2424 is #55DBDB. Grayscale: #4C4C4C. Windows color (decimal): -5626844 or 2368682. OLE color: 2368682.

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

Color convert

RGB 170 36 36 -
CMYK 0 0.79 0.79 0.33
HSL 0.65% 0.4% -
HSV(B) 0.79% 0.67% -
XYZ 17.53 9.94 2.66 -
YUV 76.07 105.39 195 -
System Red Green Blue C M Y K H S L
Decimal 170 36 36 0 0.79 0.79 0.33 0 0.65 0.4
Hex AA 24 24 0 4F 4F 21 0 41 28
Octal 252 44 44 0 117 117 41 0 101 50
Binary 10101010 100100 100100 0 1001111 1001111 100001 0 1000001 101000

Color Harmonies of #AA2424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2424

Black with #AA2424

Text Example


Text Example

White with #AA2424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2424; }

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

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

background-color css

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

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

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

border-color css

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

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

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