Shades of Venetian Red #CB000A
Tints of Venetian Red #CB000A
RGB
CMYK
RGB Variations
Color information
#CB000A (or 0xCB000A) is known color: Venetian Red. HEX triplet: CB, 00 and 0A. RGB value is (203,0,10). Sum of RGB (Red+Green+Blue) = 203+0+10=213 (28% of max value = 765). Red value is 203 (79.69% from 255 or 95.31% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 203 - color contains mainly: red. Hex color #CB000A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB000A is #34FFF5. Grayscale: #3E3E3E. Windows color (decimal): -3473398 or 655563. OLE color: 655563.
HSL color Cylindrical-coordinate representation of color #CB000A: hue angle of 357.04º 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 #CB000A is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.95 | 0.20 |
| HSL | 357.04º | 1% | 0.4% | - |
| HSV(B) | 357.04º | 1% | 0.8% | - |
| XYZ | 24.68 | 12.72 | 1.44 | - |
| YUV | 61.84 | 98.75 | 228.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 10 | 0 | 1 | 0.95 | 0.20 | 357.04 | 1 | 0.4 |
| Hex | CB | 0 | A | 0 | 64 | 5F | 14 | 165 | 64 | 28 |
| Octal | 313 | 0 | 12 | 0 | 144 | 137 | 24 | 545 | 144 | 50 |
| Binary | 11001011 | 0 | 1010 | 0 | 1100100 | 1011111 | 10100 | 101100101 | 1100100 | 101000 |
Color Harmonies of #CB000A
Complementary color
Monochromatic Colors of #CB000A
Black with #CB000A
Text Example
Text Example
White with #CB000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB000A; }
p { color: rgb(203,0,10); }
H1.HeaderClassName
{
color: #CB000A;
}
.AnyTagClassName
{
color: #CB000A;
}
</style>
background-color css
<style>
a { background-color: #CB000A; }
a { background-color: rgb(203,0,10); }
div.DivClassName
{
background-color: #CB000A;
}
.BgClassName
{
background-color: #CB000A;
}
</style>
border-color css
<style>
span { border-color: #CB000A; }
span { border-color: rgb(203,0,10); }
td.TdClassName
{
border-color: #CB000A;
}
.TagClassName
{
border-color: #CB000A;
}
</style>