#C60A15

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

Shades of Venetian Red #C60A15

Tints of Venetian Red #C60A15

Color information

#C60A15 (or 0xC60A15) is unknown color: approx Venetian Red. HEX triplet: C6, 0A and 15. RGB value is (198,10,21). Sum of RGB (Red+Green+Blue) = 198+10+21=229 (30% of max value = 765). Red value is 198 (77.73% from 255 or 86.46% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 198 - color contains mainly: red. Hex color #C60A15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60A15 is #39F5EA. Grayscale: #434343. Windows color (decimal): -3798507 or 1379014. OLE color: 1379014.

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

Color convert

RGB1981021-
CMYK00.950.890.22
HSL356.49º90.38%40.78%-
HSV(B)356.49º94.95%77.65%-
XYZ23.5312.281.84-
YUV67.47101.78221.11-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 86.46%
GREEN value IS 10 (4.30% from 255) = 4.37%
BLUE value IS 21 (8.59% from 255) = 9.17%
R=86.46%
G=4.37%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198102100.950.890.22356.4990.3840.78
HexC6A1505F59161645a29
Octal306122501371312654413251
Binary11000110101010101010111111011001101101011001001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60A15; }

 p { color: rgb(198,10,21); }

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

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

 a { background-color: rgb(198,10,21); }

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

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

 span { border-color: rgb(198,10,21); }

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