Shades of Venetian Red #CB0520
Tints of Venetian Red #CB0520
RGB
CMYK
RGB Variations
Color information
#CB0520 (or 0xCB0520) is known color: Venetian Red. HEX triplet: CB, 05 and 20. RGB value is (203,5,32). Sum of RGB (Red+Green+Blue) = 203+5+32=240 (31% of max value = 765). Red value is 203 (79.69% from 255 or 84.58% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0520 is #34FADF. Grayscale: #434343. Windows color (decimal): -3472096 or 2098635. OLE color: 2098635.
HSL color Cylindrical-coordinate representation of color #CB0520: hue angle of 351.82º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB0520 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 5 | 32 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.20 |
| HSL | 351.82º | 0.95% | 0.41% | - |
| HSV(B) | 351.82º | 0.98% | 0.8% | - |
| XYZ | 24.94 | 12.91 | 2.54 | - |
| YUV | 67.28 | 108.1 | 224.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 32 | 0 | 0.98 | 0.84 | 0.20 | 351.82 | 0.95 | 0.41 |
| Hex | CB | 5 | 20 | 0 | 62 | 54 | 14 | 160 | 5F | 29 |
| Octal | 313 | 5 | 40 | 0 | 142 | 124 | 24 | 540 | 137 | 51 |
| Binary | 11001011 | 101 | 100000 | 0 | 1100010 | 1010100 | 10100 | 101100000 | 1011111 | 101001 |
Color Harmonies of #CB0520
Complementary color
Monochromatic Colors of #CB0520
Black with #CB0520
Text Example
Text Example
White with #CB0520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0520; }
p { color: rgb(203,5,32); }
H1.HeaderClassName
{
color: #CB0520;
}
.AnyTagClassName
{
color: #CB0520;
}
</style>
background-color css
<style>
a { background-color: #CB0520; }
a { background-color: rgb(203,5,32); }
div.DivClassName
{
background-color: #CB0520;
}
.BgClassName
{
background-color: #CB0520;
}
</style>
border-color css
<style>
span { border-color: #CB0520; }
span { border-color: rgb(203,5,32); }
td.TdClassName
{
border-color: #CB0520;
}
.TagClassName
{
border-color: #CB0520;
}
</style>