Html Css Color HEX #AC2C17 Fire Brick

📋 copy color: '#AC2C17'

red 172 ◦ green 44 ◦ blue 23

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

Shades of Fire Brick #AC2C17

Tints of Fire Brick #AC2C17

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.41%

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

R = 71.97%
G = 18.41%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC2C17 (or 0xAC2C17) is known color: Fire Brick. HEX triplet: AC, 2C and 17. RGB value is (172,44,23). Sum of RGB (Red+Green+Blue) = 172+44+23=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2C17 is #53D3E8. Grayscale: #505050. Windows color (decimal): -5493737 or 1518764. OLE color: 1518764.

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

Color convert

RGB 172 44 23 -
CMYK 0 0.74 0.87 0.33
HSL 8.46º 0.76% 0.38% -
HSV(B) 8.46º 0.87% 0.67% -
XYZ 18.07 10.63 1.91 -
YUV 79.88 95.91 193.71 -
System Red Green Blue C M Y K H S L
Decimal 172 44 23 0 0.74 0.87 0.33 8.46 0.76 0.38
Hex AC 2C 17 0 4A 57 21 8 4C 26
Octal 254 54 27 0 112 127 41 10 114 46
Binary 10101100 101100 10111 0 1001010 1010111 100001 1000 1001100 100110

Color Harmonies of #AC2C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2C17

Black with #AC2C17

Text Example


Text Example

White with #AC2C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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