#C00518

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

Shades of Venetian Red #C00518

Tints of Venetian Red #C00518

Color information

#C00518 (or 0xC00518) is unknown color: approx Venetian Red. HEX triplet: C0, 05 and 18. RGB value is (192,5,24). Sum of RGB (Red+Green+Blue) = 192+5+24=221 (29% of max value = 765). Red value is 192 (75.39% from 255 or 86.88% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 192 - color contains mainly: red. Hex color #C00518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00518 is #3FFAE7. Grayscale: #3F3F3F. Windows color (decimal): -4193000 or 1574336. OLE color: 1574336.

HSL color Cylindrical-coordinate representation of color #C00518: hue angle of 353.9º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00518 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB192524-
CMYK00.970.880.25
HSL353.9º94.92%38.63%-
HSV(B)353.9º97.4%75.29%-
XYZ21.9611.381.9-
YUV63.08105.95219.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 86.88%
GREEN value IS 5 (2.34% from 255) = 2.26%
BLUE value IS 24 (9.77% from 255) = 10.86%
R=86.88%
G=2.26%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19252400.970.880.25353.994.9238.63
HexC051806158191625f27
Octal30053001411303154213747
Binary1100000010111000011000011011000110011011000101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00518; }

 p { color: rgb(192,5,24); }

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

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

 a { background-color: rgb(192,5,24); }

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

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

 span { border-color: rgb(192,5,24); }

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