#C30010

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

Shades of Venetian Red #C30010

Tints of Venetian Red #C30010

Color information

#C30010 (or 0xC30010) is unknown color: approx Venetian Red. HEX triplet: C3, 00 and 10. RGB value is (195,0,16). Sum of RGB (Red+Green+Blue) = 195+0+16=211 (27% of max value = 765). Red value is 195 (76.56% from 255 or 92.42% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 195 - color contains mainly: red. Hex color #C30010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30010 is #3CFFEF. Grayscale: #3C3C3C. Windows color (decimal): -3997680 or 1048771. OLE color: 1048771.

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

Color convert

RGB195016-
CMYK010.920.24
HSL355.08º100%38.24%-
HSV(B)355.08º100%76.47%-
XYZ22.611.641.55-
YUV60.13103.1224.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 92.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 7.58%
R=92.42%
G=0%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195016010.920.24355.0810038.24
HexC30100645C181636426
Octal30302001441343054314446
Binary11000011010000011001001011100110001011000111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30010; }

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

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

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

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

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

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

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

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