Html Css Color HEX #AC0D10 Venetian Red

📋 copy color: '#AC0D10'

red 172 ◦ green 13 ◦ blue 16

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

Shades of Venetian Red #AC0D10

Tints of Venetian Red #AC0D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.96%

R = 85.57%
G = 6.47%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC0D10 (or 0xAC0D10) is known color: Venetian Red. HEX triplet: AC, 0D and 10. RGB value is (172,13,16). Sum of RGB (Red+Green+Blue) = 172+13+16=201 (26% of max value = 765). Red value is 172 (67.58% from 255 or 85.57% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0D10 is #53F2EF. Grayscale: #3D3D3D. Windows color (decimal): -5501680 or 1052076. OLE color: 1052076.

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

Color convert

RGB 172 13 16 -
CMYK 0 0.92 0.91 0.33
HSL 358.87º 0.86% 0.36% -
HSV(B) 358.87º 0.92% 0.67% -
XYZ 17.25 9.1 1.34 -
YUV 60.88 102.68 207.26 -
System Red Green Blue C M Y K H S L
Decimal 172 13 16 0 0.92 0.91 0.33 358.87 0.86 0.36
Hex AC D 10 0 5C 5B 21 167 56 24
Octal 254 15 20 0 134 133 41 547 126 44
Binary 10101100 1101 10000 0 1011100 1011011 100001 101100111 1010110 100100

Color Harmonies of #AC0D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0D10

Black with #AC0D10

Text Example


Text Example

White with #AC0D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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