Shades of Venetian Red #CB0B10
Tints of Venetian Red #CB0B10
RGB
CMYK
RGB Variations
Color information
#CB0B10 (or 0xCB0B10) is known color: Venetian Red. HEX triplet: CB, 0B and 10. RGB value is (203,11,16). Sum of RGB (Red+Green+Blue) = 203+11+16=230 (30% of max value = 765). Red value is 203 (79.69% from 255 or 88.26% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0B10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0B10 is #34F4EF. Grayscale: #454545. Windows color (decimal): -3470576 or 1051595. OLE color: 1051595.
HSL color Cylindrical-coordinate representation of color #CB0B10: hue angle of 358.44º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0B10 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 11 | 16 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.20 |
| HSL | 358.44º | 0.9% | 0.42% | - |
| HSV(B) | 358.44º | 0.95% | 0.8% | - |
| XYZ | 24.84 | 12.97 | 1.68 | - |
| YUV | 68.98 | 98.11 | 223.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 11 | 16 | 0 | 0.95 | 0.92 | 0.20 | 358.44 | 0.9 | 0.42 |
| Hex | CB | B | 10 | 0 | 5F | 5C | 14 | 166 | 5A | 2A |
| Octal | 313 | 13 | 20 | 0 | 137 | 134 | 24 | 546 | 132 | 52 |
| Binary | 11001011 | 1011 | 10000 | 0 | 1011111 | 1011100 | 10100 | 101100110 | 1011010 | 101010 |
Color Harmonies of #CB0B10
Complementary color
Monochromatic Colors of #CB0B10
Black with #CB0B10
Text Example
Text Example
White with #CB0B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0B10; }
p { color: rgb(203,11,16); }
H1.HeaderClassName
{
color: #CB0B10;
}
.AnyTagClassName
{
color: #CB0B10;
}
</style>
background-color css
<style>
a { background-color: #CB0B10; }
a { background-color: rgb(203,11,16); }
div.DivClassName
{
background-color: #CB0B10;
}
.BgClassName
{
background-color: #CB0B10;
}
</style>
border-color css
<style>
span { border-color: #CB0B10; }
span { border-color: rgb(203,11,16); }
td.TdClassName
{
border-color: #CB0B10;
}
.TagClassName
{
border-color: #CB0B10;
}
</style>