#C30204

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

Shades of Venetian Red #C30204

Tints of Venetian Red #C30204

Color information

#C30204 (or 0xC30204) is unknown color: approx Venetian Red. HEX triplet: C3, 02 and 04. RGB value is (195,2,4). Sum of RGB (Red+Green+Blue) = 195+2+4=201 (26% of max value = 765). Red value is 195 (76.56% from 255 or 97.01% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 4 (1.95% from 255 or 1.99% from 201); Max value from RGB is 195 - color contains mainly: red. Hex color #C30204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30204 is #3CFDFB. Grayscale: #3C3C3C. Windows color (decimal): -3997180 or 262851. OLE color: 262851.

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

Color convert

RGB19524-
CMYK00.990.980.24
HSL359.38º97.97%38.63%-
HSV(B)359.38º98.97%76.47%-
XYZ22.5511.651.18-
YUV59.9496.44224.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 97.01%
GREEN value IS 2 (1.17% from 255) = 1.00%
BLUE value IS 4 (1.95% from 255) = 1.99%
R=97.01%
G=1.00%
B=1.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1952400.990.980.24359.3897.9738.63
HexC32406362181676227
Octal3032401431423054714247
Binary1100001110100011000111100010110001011001111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30204; }

 p { color: rgb(195,2,4); }

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

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

 a { background-color: rgb(195,2,4); }

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

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

 span { border-color: rgb(195,2,4); }

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