Html Css Color HEX #AC0E11 Venetian Red

📋 copy color: '#AC0E11'

red 172 ◦ green 14 ◦ blue 17

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

Shades of Venetian Red #AC0E11

Tints of Venetian Red #AC0E11

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.9%

 BLUE value IS 17 (7.03% from 255) = 8.37%

R = 84.73%
G = 6.9%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC0E11 (or 0xAC0E11) is known color: Venetian Red. HEX triplet: AC, 0E and 11. RGB value is (172,14,17). Sum of RGB (Red+Green+Blue) = 172+14+17=203 (26% of max value = 765). Red value is 172 (67.58% from 255 or 84.73% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0E11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0E11 is #53F1EE. Grayscale: #3D3D3D. Windows color (decimal): -5501423 or 1117868. OLE color: 1117868.

HSL color Cylindrical-coordinate representation of color #AC0E11: hue angle of 358.86º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0E11 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 14 17 -
CMYK 0 0.92 0.90 0.33
HSL 358.86º 0.85% 0.36% -
HSV(B) 358.86º 0.92% 0.67% -
XYZ 17.27 9.13 1.38 -
YUV 61.58 102.85 206.76 -
System Red Green Blue C M Y K H S L
Decimal 172 14 17 0 0.92 0.90 0.33 358.86 0.85 0.36
Hex AC E 11 0 5C 5A 21 167 55 24
Octal 254 16 21 0 134 132 41 547 125 44
Binary 10101100 1110 10001 0 1011100 1011010 100001 101100111 1010101 100100

Color Harmonies of #AC0E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0E11

Black with #AC0E11

Text Example


Text Example

White with #AC0E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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