Html Css Color HEX #AA2318 Fire Brick

📋 copy color: '#AA2318'

red 170 ◦ green 35 ◦ blue 24

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

Shades of Fire Brick #AA2318

Tints of Fire Brick #AA2318

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.28%

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

R = 74.24%
G = 15.28%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA2318 (or 0xAA2318) is known color: Fire Brick. HEX triplet: AA, 23 and 18. RGB value is (170,35,24). Sum of RGB (Red+Green+Blue) = 170+35+24=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2318 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2318 is #55DCE7. Grayscale: #4A4A4A. Windows color (decimal): -5627112 or 1581994. OLE color: 1581994.

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

Color convert

RGB 170 35 24 -
CMYK 0 0.79 0.86 0.33
HSL 4.52º 0.75% 0.38% -
HSV(B) 4.52º 0.86% 0.67% -
XYZ 17.34 9.81 1.84 -
YUV 74.11 99.73 196.39 -
System Red Green Blue C M Y K H S L
Decimal 170 35 24 0 0.79 0.86 0.33 4.52 0.75 0.38
Hex AA 23 18 0 4F 56 21 5 4B 26
Octal 252 43 30 0 117 126 41 5 113 46
Binary 10101010 100011 11000 0 1001111 1010110 100001 101 1001011 100110

Color Harmonies of #AA2318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2318

Black with #AA2318

Text Example


Text Example

White with #AA2318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2318; }

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

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

background-color css

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

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

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

border-color css

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

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

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