#C40B1D

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

Shades of Venetian Red #C40B1D

Tints of Venetian Red #C40B1D

Color information

#C40B1D (or 0xC40B1D) is unknown color: approx Venetian Red. HEX triplet: C4, 0B and 1D. RGB value is (196,11,29). Sum of RGB (Red+Green+Blue) = 196+11+29=236 (31% of max value = 765). Red value is 196 (76.95% from 255 or 83.05% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40B1D is #3BF4E2. Grayscale: #444444. Windows color (decimal): -3929315 or 1903556. OLE color: 1903556.

HSL color Cylindrical-coordinate representation of color #C40B1D: hue angle of 354.16º 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 #C40B1D is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB1961129-
CMYK00.940.850.23
HSL354.16º89.37%40.59%-
HSV(B)354.16º94.39%76.86%-
XYZ23.1112.062.27-
YUV68.37105.79219.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 83.05%
GREEN value IS 11 (4.69% from 255) = 4.66%
BLUE value IS 29 (11.72% from 255) = 12.29%
R=83.05%
G=4.66%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196112900.940.850.23354.1689.3740.59
HexC4B1D05E55171625929
Octal304133501361252754213151
Binary11000100101111101010111101010101101111011000101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40B1D; }

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

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

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

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

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

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

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

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