Html Css Color HEX #AC2017 Fire Brick

📋 copy color: '#AC2017'

red 172 ◦ green 32 ◦ blue 23

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

Shades of Fire Brick #AC2017

Tints of Fire Brick #AC2017

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.1%

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

R = 75.77%
G = 14.1%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC2017 (or 0xAC2017) is known color: Fire Brick. HEX triplet: AC, 20 and 17. RGB value is (172,32,23). Sum of RGB (Red+Green+Blue) = 172+32+23=227 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.77% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 23 (9.38% from 255 or 10.13% from 227); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2017 is #53DFE8. Grayscale: #494949. Windows color (decimal): -5496809 or 1515692. OLE color: 1515692.

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

Color convert

RGB 172 32 23 -
CMYK 0 0.81 0.87 0.33
HSL 3.62º 0.76% 0.38% -
HSV(B) 3.62º 0.87% 0.67% -
XYZ 17.68 9.87 1.78 -
YUV 72.83 99.88 198.73 -
System Red Green Blue C M Y K H S L
Decimal 172 32 23 0 0.81 0.87 0.33 3.62 0.76 0.38
Hex AC 20 17 0 51 57 21 4 4C 26
Octal 254 40 27 0 121 127 41 4 114 46
Binary 10101100 100000 10111 0 1010001 1010111 100001 100 1001100 100110

Color Harmonies of #AC2017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2017

Black with #AC2017

Text Example


Text Example

White with #AC2017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2017; }

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

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

background-color css

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

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

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

border-color css

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

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

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