#C40B1C

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

Shades of Venetian Red #C40B1C

Tints of Venetian Red #C40B1C

Color information

#C40B1C (or 0xC40B1C) is unknown color: approx Venetian Red. HEX triplet: C4, 0B and 1C. RGB value is (196,11,28). Sum of RGB (Red+Green+Blue) = 196+11+28=235 (31% of max value = 765). Red value is 196 (76.95% from 255 or 83.40% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40B1C is #3BF4E3. Grayscale: #444444. Windows color (decimal): -3929316 or 1838020. OLE color: 1838020.

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

Color convert

RGB1961128-
CMYK00.940.860.23
HSL354.49º89.37%40.59%-
HSV(B)354.49º94.39%76.86%-
XYZ23.0912.062.21-
YUV68.25105.29219.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 83.40%
GREEN value IS 11 (4.69% from 255) = 4.68%
BLUE value IS 28 (11.33% from 255) = 11.91%
R=83.40%
G=4.68%
B=11.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196112800.940.860.23354.4989.3740.59
HexC4B1C05E56171625929
Octal304133401361262754213151
Binary11000100101111100010111101010110101111011000101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40B1C; }

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

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

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

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

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

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

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

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