#C60516

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

Shades of Venetian Red #C60516

Tints of Venetian Red #C60516

Color information

#C60516 (or 0xC60516) is unknown color: approx Venetian Red. HEX triplet: C6, 05 and 16. RGB value is (198,5,22). Sum of RGB (Red+Green+Blue) = 198+5+22=225 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 198 - color contains mainly: red. Hex color #C60516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60516 is #39FAE9. Grayscale: #404040. Windows color (decimal): -3799786 or 1443270. OLE color: 1443270.

HSL color Cylindrical-coordinate representation of color #C60516: hue angle of 354.72º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C60516 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB198522-
CMYK00.970.890.22
HSL354.72º95.07%39.8%-
HSV(B)354.72º97.47%77.65%-
XYZ23.4912.171.87-
YUV64.64103.94223.12-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 88%
GREEN value IS 5 (2.34% from 255) = 2.22%
BLUE value IS 22 (8.98% from 255) = 9.78%
R=88%
G=2.22%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19852200.970.890.22354.7295.0739.8
HexC651606159161635f28
Octal30652601411312654313750
Binary1100011010110110011000011011001101101011000111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60516; }

 p { color: rgb(198,5,22); }

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

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

 a { background-color: rgb(198,5,22); }

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

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

 span { border-color: rgb(198,5,22); }

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