#C40B1E

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

Shades of Venetian Red #C40B1E

Tints of Venetian Red #C40B1E

Color information

#C40B1E (or 0xC40B1E) is unknown color: approx Venetian Red. HEX triplet: C4, 0B and 1E. RGB value is (196,11,30). Sum of RGB (Red+Green+Blue) = 196+11+30=237 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.70% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40B1E is #3BF4E1. Grayscale: #444444. Windows color (decimal): -3929314 or 1969092. OLE color: 1969092.

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

Color convert

RGB1961130-
CMYK00.940.850.23
HSL353.84º89.37%40.59%-
HSV(B)353.84º94.39%76.86%-
XYZ23.1212.072.34-
YUV68.48106.29218.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 82.70%
GREEN value IS 11 (4.69% from 255) = 4.64%
BLUE value IS 30 (12.11% from 255) = 12.66%
R=82.70%
G=4.64%
B=12.66%

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
Decimal196113000.940.850.23353.8489.3740.59
HexC4B1E05E55171625929
Octal304133601361252754213151
Binary11000100101111110010111101010101101111011000101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40B1E; }

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

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

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

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

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

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

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

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