#C50812

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

Shades of Venetian Red #C50812

Tints of Venetian Red #C50812

Color information

#C50812 (or 0xC50812) is unknown color: approx Venetian Red. HEX triplet: C5, 08 and 12. RGB value is (197,8,18). Sum of RGB (Red+Green+Blue) = 197+8+18=223 (29% of max value = 765). Red value is 197 (77.34% from 255 or 88.34% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 197 - color contains mainly: red. Hex color #C50812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50812 is #3AF7ED. Grayscale: #414141. Windows color (decimal): -3864558 or 1181893. OLE color: 1181893.

HSL color Cylindrical-coordinate representation of color #C50812: hue angle of 356.83º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50812 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB197818-
CMYK00.960.910.23
HSL356.83º92.2%40.2%-
HSV(B)356.83º95.94%77.25%-
XYZ23.2212.091.68-
YUV65.65101.12221.69-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 88.34%
GREEN value IS 8 (3.52% from 255) = 3.59%
BLUE value IS 18 (7.42% from 255) = 8.07%
R=88.34%
G=3.59%
B=8.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19781800.960.910.23356.8392.240.2
HexC58120605B171655c28
Octal305102201401332754513450
Binary11000101100010010011000001011011101111011001011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50812; }

 p { color: rgb(197,8,18); }

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

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

 a { background-color: rgb(197,8,18); }

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

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

 span { border-color: rgb(197,8,18); }

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