#CB0613

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

Shades of Venetian Red #CB0613

Tints of Venetian Red #CB0613

Color information

#CB0613 (or 0xCB0613) is unknown color: approx Venetian Red. HEX triplet: CB, 06 and 13. RGB value is (203,6,19). Sum of RGB (Red+Green+Blue) = 203+6+19=228 (30% of max value = 765). Red value is 203 (79.69% from 255 or 89.04% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0613 is #34F9EC. Grayscale: #424242. Windows color (decimal): -3471853 or 1246923. OLE color: 1246923.

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

Color convert

RGB203619-
CMYK00.970.910.20
HSL356.04º94.26%40.98%-
HSV(B)356.04º97.04%79.61%-
XYZ24.8112.871.79-
YUV66.38101.27225.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 89.04%
GREEN value IS 6 (2.73% from 255) = 2.63%
BLUE value IS 19 (7.81% from 255) = 8.33%
R=89.04%
G=2.63%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.91
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20361900.970.910.20356.0494.2640.98
HexCB6130615B141645e29
Octal31362301411332454413651
Binary1100101111010011011000011011011101001011001001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0613; }

 p { color: rgb(203,6,19); }

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

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

 a { background-color: rgb(203,6,19); }

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

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

 span { border-color: rgb(203,6,19); }

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