#C30E1B

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

Shades of Venetian Red #C30E1B

Tints of Venetian Red #C30E1B

Color information

#C30E1B (or 0xC30E1B) is unknown color: approx Venetian Red. HEX triplet: C3, 0E and 1B. RGB value is (195,14,27). Sum of RGB (Red+Green+Blue) = 195+14+27=236 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.63% from 236); Green value is 14 (5.86% from 255 or 5.93% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 195 - color contains mainly: red. Hex color #C30E1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30E1B is #3CF1E4. Grayscale: #454545. Windows color (decimal): -3994085 or 1773251. OLE color: 1773251.

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

Color convert

RGB1951427-
CMYK00.930.860.24
HSL355.69º86.6%40.98%-
HSV(B)355.69º92.82%76.47%-
XYZ22.86122.15-
YUV69.6103.97217.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 82.63%
GREEN value IS 14 (5.86% from 255) = 5.93%
BLUE value IS 27 (10.94% from 255) = 11.44%
R=82.63%
G=5.93%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195142700.930.860.24355.6986.640.98
HexC3E1B05D56181645729
Octal303163301351263054412751
Binary11000011111011011010111011010110110001011001001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30E1B; }

 p { color: rgb(195,14,27); }

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

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

 a { background-color: rgb(195,14,27); }

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

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

 span { border-color: rgb(195,14,27); }

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