Html Css Color HEX #AA2316 Fire Brick

📋 copy color: '#AA2316'

red 170 ◦ green 35 ◦ blue 22

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

Shades of Fire Brick #AA2316

Tints of Fire Brick #AA2316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.69%

R = 74.89%
G = 15.42%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA2316 (or 0xAA2316) is known color: Fire Brick. HEX triplet: AA, 23 and 16. RGB value is (170,35,22). Sum of RGB (Red+Green+Blue) = 170+35+22=227 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.89% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2316 is #55DCE9. Grayscale: #4A4A4A. Windows color (decimal): -5627114 or 1450922. OLE color: 1450922.

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

Color convert

RGB 170 35 22 -
CMYK 0 0.79 0.87 0.33
HSL 5.27º 0.77% 0.38% -
HSV(B) 5.27º 0.87% 0.67% -
XYZ 17.32 9.81 1.74 -
YUV 73.88 98.73 196.56 -
System Red Green Blue C M Y K H S L
Decimal 170 35 22 0 0.79 0.87 0.33 5.27 0.77 0.38
Hex AA 23 16 0 4F 57 21 5 4D 26
Octal 252 43 26 0 117 127 41 5 115 46
Binary 10101010 100011 10110 0 1001111 1010111 100001 101 1001101 100110

Color Harmonies of #AA2316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2316

Black with #AA2316

Text Example


Text Example

White with #AA2316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2316; }

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

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

background-color css

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

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

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

border-color css

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

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

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