Html Css Color HEX #AC1116 Venetian Red

📋 copy color: '#AC1116'

red 172 ◦ green 17 ◦ blue 22

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

Shades of Venetian Red #AC1116

Tints of Venetian Red #AC1116

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.06%

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

R = 81.52%
G = 8.06%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC1116 (or 0xAC1116) is known color: Venetian Red. HEX triplet: AC, 11 and 16. RGB value is (172,17,22). Sum of RGB (Red+Green+Blue) = 172+17+22=211 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.52% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1116 is #53EEE9. Grayscale: #404040. Windows color (decimal): -5500650 or 1446316. OLE color: 1446316.

HSL color Cylindrical-coordinate representation of color #AC1116: hue angle of 358.06º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1116 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 17 22 -
CMYK 0 0.90 0.87 0.33
HSL 358.06º 0.82% 0.37% -
HSV(B) 358.06º 0.9% 0.67% -
XYZ 17.36 9.23 1.63 -
YUV 63.92 104.35 205.09 -
System Red Green Blue C M Y K H S L
Decimal 172 17 22 0 0.90 0.87 0.33 358.06 0.82 0.37
Hex AC 11 16 0 5A 57 21 166 52 25
Octal 254 21 26 0 132 127 41 546 122 45
Binary 10101100 10001 10110 0 1011010 1010111 100001 101100110 1010010 100101

Color Harmonies of #AC1116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1116

Black with #AC1116

Text Example


Text Example

White with #AC1116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1116; }

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

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

background-color css

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

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

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

border-color css

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

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

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