Html Css Color HEX #AA2413 Fire Brick

📋 copy color: '#AA2413'

red 170 ◦ green 36 ◦ blue 19

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

Shades of Fire Brick #AA2413

Tints of Fire Brick #AA2413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.44%

R = 75.56%
G = 16%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA2413 (or 0xAA2413) is known color: Fire Brick. HEX triplet: AA, 24 and 13. RGB value is (170,36,19). Sum of RGB (Red+Green+Blue) = 170+36+19=225 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.56% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2413 is #55DBEC. Grayscale: #4A4A4A. Windows color (decimal): -5626861 or 1254570. OLE color: 1254570.

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

Color convert

RGB 170 36 19 -
CMYK 0 0.79 0.89 0.33
HSL 6.75º 0.8% 0.37% -
HSV(B) 6.75º 0.89% 0.67% -
XYZ 17.33 9.85 1.61 -
YUV 74.13 96.89 196.38 -
System Red Green Blue C M Y K H S L
Decimal 170 36 19 0 0.79 0.89 0.33 6.75 0.8 0.37
Hex AA 24 13 0 4F 59 21 7 50 25
Octal 252 44 23 0 117 131 41 7 120 45
Binary 10101010 100100 10011 0 1001111 1011001 100001 111 1010000 100101

Color Harmonies of #AA2413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2413

Black with #AA2413

Text Example


Text Example

White with #AA2413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2413; }

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

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

background-color css

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

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

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

border-color css

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

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

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