Html Css Color HEX #AC2917 Fire Brick

📋 copy color: '#AC2917'

red 172 ◦ green 41 ◦ blue 23

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

Shades of Fire Brick #AC2917

Tints of Fire Brick #AC2917

RGB

 RED value IS 172 (67.58% from 255) = 72.88%

 GREEN value IS 41 (16.41% from 255) = 17.37%

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

R = 72.88%
G = 17.37%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC2917 (or 0xAC2917) is known color: Fire Brick. HEX triplet: AC, 29 and 17. RGB value is (172,41,23). Sum of RGB (Red+Green+Blue) = 172+41+23=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 23 (9.38% from 255 or 9.75% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2917 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2917 is #53D6E8. Grayscale: #4E4E4E. Windows color (decimal): -5494505 or 1517996. OLE color: 1517996.

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

Color convert

RGB 172 41 23 -
CMYK 0 0.76 0.87 0.33
HSL 7.25º 0.76% 0.38% -
HSV(B) 7.25º 0.87% 0.67% -
XYZ 17.96 10.42 1.87 -
YUV 78.12 96.9 194.96 -
System Red Green Blue C M Y K H S L
Decimal 172 41 23 0 0.76 0.87 0.33 7.25 0.76 0.38
Hex AC 29 17 0 4C 57 21 7 4C 26
Octal 254 51 27 0 114 127 41 7 114 46
Binary 10101100 101001 10111 0 1001100 1010111 100001 111 1001100 100110

Color Harmonies of #AC2917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2917

Black with #AC2917

Text Example


Text Example

White with #AC2917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2917; }

 p { color: rgb(172,41,23); }

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

background-color css

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

 a { background-color: rgb(172,41,23); }

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

border-color css

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

 span { border-color: rgb(172,41,23); }

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