Html Css Color HEX #AA2817 Fire Brick

📋 copy color: '#AA2817'

red 170 ◦ green 40 ◦ blue 23

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

Shades of Fire Brick #AA2817

Tints of Fire Brick #AA2817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.87%

R = 72.96%
G = 17.17%
B = 9.87%

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

#AA2817 (or 0xAA2817) is known color: Fire Brick. HEX triplet: AA, 28 and 17. RGB value is (170,40,23). Sum of RGB (Red+Green+Blue) = 170+40+23=233 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.96% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2817 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2817 is #55D7E8. Grayscale: #4D4D4D. Windows color (decimal): -5625833 or 1517738. OLE color: 1517738.

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

Color convert

RGB 170 40 23 -
CMYK 0 0.76 0.86 0.33
HSL 6.94º 0.76% 0.38% -
HSV(B) 6.94º 0.86% 0.67% -
XYZ 17.49 10.13 1.84 -
YUV 76.93 97.57 194.38 -
System Red Green Blue C M Y K H S L
Decimal 170 40 23 0 0.76 0.86 0.33 6.94 0.76 0.38
Hex AA 28 17 0 4C 56 21 7 4C 26
Octal 252 50 27 0 114 126 41 7 114 46
Binary 10101010 101000 10111 0 1001100 1010110 100001 111 1001100 100110

Color Harmonies of #AA2817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2817

Black with #AA2817

Text Example


Text Example

White with #AA2817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2817; }

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

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

background-color css

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

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

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

border-color css

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

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

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