Html Css Color HEX #AC1716 Fire Brick

📋 copy color: '#AC1716'

red 172 ◦ green 23 ◦ blue 22

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

Shades of Fire Brick #AC1716

Tints of Fire Brick #AC1716

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.6%

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

R = 79.26%
G = 10.6%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC1716 (or 0xAC1716) is known color: Fire Brick. HEX triplet: AC, 17 and 16. RGB value is (172,23,22). Sum of RGB (Red+Green+Blue) = 172+23+22=217 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.26% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1716 is #53E8E9. Grayscale: #434343. Windows color (decimal): -5499114 or 1447852. OLE color: 1447852.

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

Color convert

RGB 172 23 22 -
CMYK 0 0.87 0.87 0.33
HSL 0.4º 0.77% 0.38% -
HSV(B) 0.4º 0.87% 0.67% -
XYZ 17.46 9.44 1.66 -
YUV 67.44 102.36 202.58 -
System Red Green Blue C M Y K H S L
Decimal 172 23 22 0 0.87 0.87 0.33 0.4 0.77 0.38
Hex AC 17 16 0 57 57 21 0 4D 26
Octal 254 27 26 0 127 127 41 0 115 46
Binary 10101100 10111 10110 0 1010111 1010111 100001 0 1001101 100110

Color Harmonies of #AC1716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1716

Black with #AC1716

Text Example


Text Example

White with #AC1716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1716; }

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

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

background-color css

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

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

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

border-color css

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

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

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