Shades of Venetian Red #CB0B1C
Tints of Venetian Red #CB0B1C
RGB
CMYK
RGB Variations
Color information
#CB0B1C (or 0xCB0B1C) is known color: Venetian Red. HEX triplet: CB, 0B and 1C. RGB value is (203,11,28). Sum of RGB (Red+Green+Blue) = 203+11+28=242 (32% of max value = 765). Red value is 203 (79.69% from 255 or 83.88% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0B1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0B1C is #34F4E3. Grayscale: #464646. Windows color (decimal): -3470564 or 1838027. OLE color: 1838027.
HSL color Cylindrical-coordinate representation of color #CB0B1C: hue angle of 354.69º 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 #CB0B1C is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 11 | 28 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.20 |
| HSL | 354.69º | 0.9% | 0.42% | - |
| HSV(B) | 354.69º | 0.95% | 0.8% | - |
| XYZ | 24.96 | 13.02 | 2.3 | - |
| YUV | 70.35 | 104.11 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 11 | 28 | 0 | 0.95 | 0.86 | 0.20 | 354.69 | 0.9 | 0.42 |
| Hex | CB | B | 1C | 0 | 5F | 56 | 14 | 163 | 5A | 2A |
| Octal | 313 | 13 | 34 | 0 | 137 | 126 | 24 | 543 | 132 | 52 |
| Binary | 11001011 | 1011 | 11100 | 0 | 1011111 | 1010110 | 10100 | 101100011 | 1011010 | 101010 |
Color Harmonies of #CB0B1C
Complementary color
Monochromatic Colors of #CB0B1C
Black with #CB0B1C
Text Example
Text Example
White with #CB0B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0B1C; }
p { color: rgb(203,11,28); }
H1.HeaderClassName
{
color: #CB0B1C;
}
.AnyTagClassName
{
color: #CB0B1C;
}
</style>
background-color css
<style>
a { background-color: #CB0B1C; }
a { background-color: rgb(203,11,28); }
div.DivClassName
{
background-color: #CB0B1C;
}
.BgClassName
{
background-color: #CB0B1C;
}
</style>
border-color css
<style>
span { border-color: #CB0B1C; }
span { border-color: rgb(203,11,28); }
td.TdClassName
{
border-color: #CB0B1C;
}
.TagClassName
{
border-color: #CB0B1C;
}
</style>