#C30C10

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

Shades of Venetian Red #C30C10

Tints of Venetian Red #C30C10

Color information

#C30C10 (or 0xC30C10) is unknown color: approx Venetian Red. HEX triplet: C3, 0C and 10. RGB value is (195,12,16). Sum of RGB (Red+Green+Blue) = 195+12+16=223 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.44% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30C10 is #3CF3EF. Grayscale: #434343. Windows color (decimal): -3994608 or 1051843. OLE color: 1051843.

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

Color convert

RGB1951216-
CMYK00.940.920.24
HSL358.69º88.41%40.59%-
HSV(B)358.69º93.85%76.47%-
XYZ22.7311.91.59-
YUV67.1799.13219.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 87.44%
GREEN value IS 12 (5.08% from 255) = 5.38%
BLUE value IS 16 (6.64% from 255) = 7.17%
R=87.44%
G=5.38%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195121600.940.920.24358.6988.4140.59
HexC3C1005E5C181675829
Octal303142001361343054713051
Binary11000011110010000010111101011100110001011001111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30C10; }

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

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

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

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

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

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

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

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