Html Css Color HEX #AA2818 Fire Brick

📋 copy color: '#AA2818'

red 170 ◦ green 40 ◦ blue 24

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

Shades of Fire Brick #AA2818

Tints of Fire Brick #AA2818

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.09%

 BLUE value IS 24 (9.77% from 255) = 10.26%

R = 72.65%
G = 17.09%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA2818 (or 0xAA2818) is known color: Fire Brick. HEX triplet: AA, 28 and 18. RGB value is (170,40,24). Sum of RGB (Red+Green+Blue) = 170+40+24=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2818 is #55D7E7. Grayscale: #4D4D4D. Windows color (decimal): -5625832 or 1583274. OLE color: 1583274.

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

Color convert

RGB 170 40 24 -
CMYK 0 0.76 0.86 0.33
HSL 6.58º 0.75% 0.38% -
HSV(B) 6.58º 0.86% 0.67% -
XYZ 17.5 10.13 1.9 -
YUV 77.05 98.07 194.3 -
System Red Green Blue C M Y K H S L
Decimal 170 40 24 0 0.76 0.86 0.33 6.58 0.75 0.38
Hex AA 28 18 0 4C 56 21 7 4B 26
Octal 252 50 30 0 114 126 41 7 113 46
Binary 10101010 101000 11000 0 1001100 1010110 100001 111 1001011 100110

Color Harmonies of #AA2818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2818

Black with #AA2818

Text Example


Text Example

White with #AA2818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2818; }

 p { color: rgb(170,40,24); }

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

background-color css

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

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

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

border-color css

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

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

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