#c40c1c

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

Shades of Venetian Red #C40C1C

Tints of Venetian Red #C40C1C

Color information

#C40C1C (or 0xC40C1C) is unknown color: approx Venetian Red. HEX triplet: C4, 0C and 1C. RGB value is (196,12,28). Sum of RGB (Red+Green+Blue) = 196+12+28=236 (31% of max value = 765). Red value is 196 (76.95% from 255 or 83.05% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40C1C is #3BF3E3. Grayscale: #444444. Windows color (decimal): -3929060 or 1838276. OLE color: 1838276.

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

Color convert

RGB1961228-
CMYK00.940.860.23
HSL354.78º88.46%40.78%-
HSV(B)354.78º93.88%76.86%-
XYZ23.1112.082.21-
YUV68.84104.96218.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 83.05%
GREEN value IS 12 (5.08% from 255) = 5.08%
BLUE value IS 28 (11.33% from 255) = 11.86%
R=83.05%
G=5.08%
B=11.86%

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
Decimal196122800.940.860.23354.7888.4640.78
HexC4C1C05E56171635829
Octal304143401361262754313051
Binary11000100110011100010111101010110101111011000111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c40c1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c40c1c; }

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

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

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

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

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

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

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

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