#C60102

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

Shades of Venetian Red #C60102

Tints of Venetian Red #C60102

Color information

#C60102 (or 0xC60102) is unknown color: approx Venetian Red. HEX triplet: C6, 01 and 02. RGB value is (198,1,2). Sum of RGB (Red+Green+Blue) = 198+1+2=201 (26% of max value = 765). Red value is 198 (77.73% from 255 or 98.51% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 198 - color contains mainly: red. Hex color #C60102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60102 is #39FEFD. Grayscale: #3C3C3C. Windows color (decimal): -3800830 or 131526. OLE color: 131526.

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

Color convert

RGB19812-
CMYK00.990.990.22
HSL359.7º98.99%39.02%-
HSV(B)359.7º99.49%77.65%-
XYZ23.3112.031.15-
YUV60.0295.27226.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 98.51%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 2 (1.17% from 255) = 1.00%
R=98.51%
G=0.50%
B=1.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981200.990.990.22359.798.9939.02
HexC61206363161686327
Octal3061201431432655014347
Binary11000110110011000111100011101101011010001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60102; }

 p { color: rgb(198,1,2); }

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

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

 a { background-color: rgb(198,1,2); }

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

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

 span { border-color: rgb(198,1,2); }

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