Html Css Color HEX #AC1617 Venetian Red

📋 copy color: '#AC1617'

red 172 ◦ green 22 ◦ blue 23

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

Shades of Venetian Red #AC1617

Tints of Venetian Red #AC1617

RGB

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

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

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

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

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

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

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

Color convert

RGB 172 22 23 -
CMYK 0 0.87 0.87 0.33
HSL 359.6º 0.77% 0.38% -
HSV(B) 359.6º 0.87% 0.67% -
XYZ 17.45 9.41 1.71 -
YUV 66.96 103.2 202.92 -
System Red Green Blue C M Y K H S L
Decimal 172 22 23 0 0.87 0.87 0.33 359.6 0.77 0.38
Hex AC 16 17 0 57 57 21 168 4D 26
Octal 254 26 27 0 127 127 41 550 115 46
Binary 10101100 10110 10111 0 1010111 1010111 100001 101101000 1001101 100110

Color Harmonies of #AC1617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1617

Black with #AC1617

Text Example


Text Example

White with #AC1617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1617; }

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

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

background-color css

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

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

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

border-color css

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

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

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