Shades of Venetian Red #CB0328
Tints of Venetian Red #CB0328
RGB
CMYK
RGB Variations
Color information
#CB0328 (or 0xCB0328) is known color: Venetian Red. HEX triplet: CB, 03 and 28. RGB value is (203,3,40). Sum of RGB (Red+Green+Blue) = 203+3+40=246 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.52% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0328 is #34FCD7. Grayscale: #434343. Windows color (decimal): -3472600 or 2622411. OLE color: 2622411.
HSL color Cylindrical-coordinate representation of color #CB0328: hue angle of 348.9º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB0328 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 40 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.20 |
| HSL | 348.9º | 0.97% | 0.4% | - |
| HSV(B) | 348.9º | 0.99% | 0.8% | - |
| XYZ | 25.04 | 12.91 | 3.18 | - |
| YUV | 67.02 | 112.76 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 40 | 0 | 0.99 | 0.80 | 0.20 | 348.9 | 0.97 | 0.4 |
| Hex | CB | 3 | 28 | 0 | 63 | 50 | 14 | 15D | 61 | 28 |
| Octal | 313 | 3 | 50 | 0 | 143 | 120 | 24 | 535 | 141 | 50 |
| Binary | 11001011 | 11 | 101000 | 0 | 1100011 | 1010000 | 10100 | 101011101 | 1100001 | 101000 |
Color Harmonies of #CB0328
Complementary color
Monochromatic Colors of #CB0328
Black with #CB0328
Text Example
Text Example
White with #CB0328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0328; }
p { color: rgb(203,3,40); }
H1.HeaderClassName
{
color: #CB0328;
}
.AnyTagClassName
{
color: #CB0328;
}
</style>
background-color css
<style>
a { background-color: #CB0328; }
a { background-color: rgb(203,3,40); }
div.DivClassName
{
background-color: #CB0328;
}
.BgClassName
{
background-color: #CB0328;
}
</style>
border-color css
<style>
span { border-color: #CB0328; }
span { border-color: rgb(203,3,40); }
td.TdClassName
{
border-color: #CB0328;
}
.TagClassName
{
border-color: #CB0328;
}
</style>