#C30C12

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

Shades of Venetian Red #C30C12

Tints of Venetian Red #C30C12

Color information

#C30C12 (or 0xC30C12) is unknown color: approx Venetian Red. HEX triplet: C3, 0C and 12. RGB value is (195,12,18). Sum of RGB (Red+Green+Blue) = 195+12+18=225 (29% of max value = 765). Red value is 195 (76.56% from 255 or 86.67% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30C12 is #3CF3ED. Grayscale: #434343. Windows color (decimal): -3994606 or 1182915. OLE color: 1182915.

HSL color Cylindrical-coordinate representation of color #C30C12: hue angle of 358.03º 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 #C30C12 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB1951218-
CMYK00.940.910.24
HSL358.03º88.41%40.59%-
HSV(B)358.03º93.85%76.47%-
XYZ22.7511.911.67-
YUV67.4100.13219.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 86.67%
GREEN value IS 12 (5.08% from 255) = 5.33%
BLUE value IS 18 (7.42% from 255) = 8%
R=86.67%
G=5.33%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195121800.940.910.24358.0388.4140.59
HexC3C1205E5B181665829
Octal303142201361333054613051
Binary11000011110010010010111101011011110001011001101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30C12; }

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

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

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

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

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

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

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

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