Html Css Color HEX #AC0D0E Venetian Red

📋 copy color: '#AC0D0E'

red 172 ◦ green 13 ◦ blue 14

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

Shades of Venetian Red #AC0D0E

Tints of Venetian Red #AC0D0E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.53%

 BLUE value IS 14 (5.86% from 255) = 7.04%

R = 86.43%
G = 6.53%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC0D0E (or 0xAC0D0E) is known color: Venetian Red. HEX triplet: AC, 0D and 0E. RGB value is (172,13,14). Sum of RGB (Red+Green+Blue) = 172+13+14=199 (26% of max value = 765). Red value is 172 (67.58% from 255 or 86.43% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0D0E is #53F2F1. Grayscale: #3C3C3C. Windows color (decimal): -5501682 or 921004. OLE color: 921004.

HSL color Cylindrical-coordinate representation of color #AC0D0E: hue angle of 359.62º degrees, saturation: 0.86, 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 #AC0D0E is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 13 14 -
CMYK 0 0.92 0.92 0.33
HSL 359.62º 0.86% 0.36% -
HSV(B) 359.62º 0.92% 0.67% -
XYZ 17.24 9.09 1.26 -
YUV 60.66 101.68 207.42 -
System Red Green Blue C M Y K H S L
Decimal 172 13 14 0 0.92 0.92 0.33 359.62 0.86 0.36
Hex AC D E 0 5C 5C 21 168 56 24
Octal 254 15 16 0 134 134 41 550 126 44
Binary 10101100 1101 1110 0 1011100 1011100 100001 101101000 1010110 100100

Color Harmonies of #AC0D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0D0E

Black with #AC0D0E

Text Example


Text Example

White with #AC0D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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