#C10112

Color #C10112 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #C10112

Tints of Venetian Red #C10112

Color information

#C10112 (or 0xC10112) is unknown color: approx Venetian Red. HEX triplet: C1, 01 and 12. RGB value is (193,1,18). Sum of RGB (Red+Green+Blue) = 193+1+18=212 (28% of max value = 765). Red value is 193 (75.78% from 255 or 91.04% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 193 - color contains mainly: red. Hex color #C10112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10112 is #3EFEED. Grayscale: #3C3C3C. Windows color (decimal): -4128494 or 1180097. OLE color: 1180097.

HSL color Cylindrical-coordinate representation of color #C10112: hue angle of 354.69º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10112 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB193118-
CMYK00.990.910.24
HSL354.69º98.97%38.04%-
HSV(B)354.69º99.48%75.69%-
XYZ22.1111.41.61-
YUV60.35104.11222.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 91.04%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 18 (7.42% from 255) = 8.49%
R=91.04%
G=0.47%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311800.990.910.24354.6998.9738.04
HexC11120635B181636326
Octal30112201431333054314346
Binary11000001110010011000111011011110001011000111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10112; }

 p { color: rgb(193,1,18); }

 H1.HeaderClassName
 {
   color: #C10112;
 }
 .AnyTagClassName
 {
   color: #C10112;
 }
</style>
background-color css

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

 a { background-color: rgb(193,1,18); }

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

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

 span { border-color: rgb(193,1,18); }

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