#C40B18

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

Shades of Venetian Red #C40B18

Tints of Venetian Red #C40B18

Color information

#C40B18 (or 0xC40B18) is unknown color: approx Venetian Red. HEX triplet: C4, 0B and 18. RGB value is (196,11,24). Sum of RGB (Red+Green+Blue) = 196+11+24=231 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.85% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40B18 is #3BF4E7. Grayscale: #434343. Windows color (decimal): -3929320 or 1575876. OLE color: 1575876.

HSL color Cylindrical-coordinate representation of color #C40B18: hue angle of 355.78º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40B18 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB1961124-
CMYK00.940.880.23
HSL355.78º89.37%40.59%-
HSV(B)355.78º94.39%76.86%-
XYZ23.0512.041.97-
YUV67.8103.29219.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 84.85%
GREEN value IS 11 (4.69% from 255) = 4.76%
BLUE value IS 24 (9.77% from 255) = 10.39%
R=84.85%
G=4.76%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.88
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196112400.940.880.23355.7889.3740.59
HexC4B1805E58171645929
Octal304133001361302754413151
Binary11000100101111000010111101011000101111011001001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40B18; }

 p { color: rgb(196,11,24); }

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

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

 a { background-color: rgb(196,11,24); }

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

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

 span { border-color: rgb(196,11,24); }

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