#C30304

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

Shades of Venetian Red #C30304

Tints of Venetian Red #C30304

Color information

#C30304 (or 0xC30304) is unknown color: approx Venetian Red. HEX triplet: C3, 03 and 04. RGB value is (195,3,4). Sum of RGB (Red+Green+Blue) = 195+3+4=202 (26% of max value = 765). Red value is 195 (76.56% from 255 or 96.53% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 195 - color contains mainly: red. Hex color #C30304 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30304 is #3CFCFB. Grayscale: #3C3C3C. Windows color (decimal): -3996924 or 263107. OLE color: 263107.

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

Color convert

RGB19534-
CMYK00.980.980.24
HSL359.69º96.97%38.82%-
HSV(B)359.69º98.46%76.47%-
XYZ22.5611.681.18-
YUV60.5296.11223.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 96.53%
GREEN value IS 3 (1.56% from 255) = 1.49%
BLUE value IS 4 (1.95% from 255) = 1.98%
R=96.53%
G=1.49%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1953400.980.980.24359.6996.9738.82
HexC33406262181686127
Octal3033401421423055014147
Binary1100001111100011000101100010110001011010001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30304; }

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

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

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

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

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

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

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

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