#C3060C

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

Shades of Venetian Red #C3060C

Tints of Venetian Red #C3060C

Color information

#C3060C (or 0xC3060C) is unknown color: approx Venetian Red. HEX triplet: C3, 06 and 0C. RGB value is (195,6,12). Sum of RGB (Red+Green+Blue) = 195+6+12=213 (28% of max value = 765). Red value is 195 (76.56% from 255 or 91.55% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 195 - color contains mainly: red. Hex color #C3060C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3060C is #3CF9F3. Grayscale: #3F3F3F. Windows color (decimal): -3996148 or 788163. OLE color: 788163.

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

Color convert

RGB195612-
CMYK00.970.940.24
HSL358.1º94.03%39.41%-
HSV(B)358.1º96.92%76.47%-
XYZ22.6411.761.42-
YUV63.299.12222.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 91.55%
GREEN value IS 6 (2.73% from 255) = 2.82%
BLUE value IS 12 (5.08% from 255) = 5.63%
R=91.55%
G=2.82%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19561200.970.940.24358.194.0339.41
HexC36C0615E181665e27
Octal30361401411363054613647
Binary110000111101100011000011011110110001011001101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3060C; }

 p { color: rgb(195,6,12); }

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

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

 a { background-color: rgb(195,6,12); }

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

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

 span { border-color: rgb(195,6,12); }

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