Shades of Venetian Red #CB0016
Tints of Venetian Red #CB0016
RGB
CMYK
RGB Variations
Color information
#CB0016 (or 0xCB0016) is known color: Venetian Red. HEX triplet: CB, 00 and 16. RGB value is (203,0,22). Sum of RGB (Red+Green+Blue) = 203+0+22=225 (29% of max value = 765). Red value is 203 (79.69% from 255 or 90.22% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0016 is #34FFE9. Grayscale: #3F3F3F. Windows color (decimal): -3473386 or 1441995. OLE color: 1441995.
HSL color Cylindrical-coordinate representation of color #CB0016: hue angle of 353.5º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB0016 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 22 | - |
| CMYK | 0 | 1 | 0.89 | 0.20 |
| HSL | 353.5º | 1% | 0.4% | - |
| HSV(B) | 353.5º | 1% | 0.8% | - |
| XYZ | 24.77 | 12.75 | 1.92 | - |
| YUV | 63.21 | 104.75 | 227.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 22 | 0 | 1 | 0.89 | 0.20 | 353.5 | 1 | 0.4 |
| Hex | CB | 0 | 16 | 0 | 64 | 59 | 14 | 161 | 64 | 28 |
| Octal | 313 | 0 | 26 | 0 | 144 | 131 | 24 | 541 | 144 | 50 |
| Binary | 11001011 | 0 | 10110 | 0 | 1100100 | 1011001 | 10100 | 101100001 | 1100100 | 101000 |
Color Harmonies of #CB0016
Complementary color
Monochromatic Colors of #CB0016
Black with #CB0016
Text Example
Text Example
White with #CB0016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0016; }
p { color: rgb(203,0,22); }
H1.HeaderClassName
{
color: #CB0016;
}
.AnyTagClassName
{
color: #CB0016;
}
</style>
background-color css
<style>
a { background-color: #CB0016; }
a { background-color: rgb(203,0,22); }
div.DivClassName
{
background-color: #CB0016;
}
.BgClassName
{
background-color: #CB0016;
}
</style>
border-color css
<style>
span { border-color: #CB0016; }
span { border-color: rgb(203,0,22); }
td.TdClassName
{
border-color: #CB0016;
}
.TagClassName
{
border-color: #CB0016;
}
</style>