#CB0C16

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

Shades of Venetian Red #CB0C16

Tints of Venetian Red #CB0C16

Color information

#CB0C16 (or 0xCB0C16) is unknown color: approx Venetian Red. HEX triplet: CB, 0C and 16. RGB value is (203,12,22). Sum of RGB (Red+Green+Blue) = 203+12+22=237 (31% of max value = 765). Red value is 203 (79.69% from 255 or 85.65% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0C16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0C16 is #34F3E9. Grayscale: #464646. Windows color (decimal): -3470314 or 1445067. OLE color: 1445067.

HSL color Cylindrical-coordinate representation of color #CB0C16: hue angle of 356.86º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0C16 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB2031222-
CMYK00.940.890.20
HSL356.86º88.84%42.16%-
HSV(B)356.86º94.09%79.61%-
XYZ24.913.021.96-
YUV70.25100.78222.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 85.65%
GREEN value IS 12 (5.08% from 255) = 5.06%
BLUE value IS 22 (8.98% from 255) = 9.28%
R=85.65%
G=5.06%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.89
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203122200.940.890.20356.8688.8442.16
HexCBC1605E5914165592a
Octal313142601361312454513152
Binary11001011110010110010111101011001101001011001011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0C16; }

 p { color: rgb(203,12,22); }

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

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

 a { background-color: rgb(203,12,22); }

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

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

 span { border-color: rgb(203,12,22); }

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