#C01016

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

Shades of Venetian Red #C01016

Tints of Venetian Red #C01016

Color information

#C01016 (or 0xC01016) is unknown color: approx Venetian Red. HEX triplet: C0, 10 and 16. RGB value is (192,16,22). Sum of RGB (Red+Green+Blue) = 192+16+22=230 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.48% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 192 - color contains mainly: red. Hex color #C01016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01016 is #3FEFE9. Grayscale: #454545. Windows color (decimal): -4190186 or 1446080. OLE color: 1446080.

HSL color Cylindrical-coordinate representation of color #C01016: hue angle of 357.95º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C01016 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB1921622-
CMYK00.920.890.25
HSL357.95º84.62%40.78%-
HSV(B)357.95º91.67%75.29%-
XYZ22.0711.631.84-
YUV69.31101.31215.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 83.48%
GREEN value IS 16 (6.64% from 255) = 6.96%
BLUE value IS 22 (8.98% from 255) = 9.57%
R=83.48%
G=6.96%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192162200.920.890.25357.9584.6240.78
HexC0101605C59191665529
Octal300202601341313154612551
Binary110000001000010110010111001011001110011011001101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01016; }

 p { color: rgb(192,16,22); }

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

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

 a { background-color: rgb(192,16,22); }

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

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

 span { border-color: rgb(192,16,22); }

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