Shades of Venetian Red #CB030B
Tints of Venetian Red #CB030B
RGB
CMYK
RGB Variations
Color information
#CB030B (or 0xCB030B) is known color: Venetian Red. HEX triplet: CB, 03 and 0B. RGB value is (203,3,11). Sum of RGB (Red+Green+Blue) = 203+3+11=217 (28% of max value = 765). Red value is 203 (79.69% from 255 or 93.55% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 11 (4.69% from 255 or 5.07% from 217); Max value from RGB is 203 - color contains mainly: red. Hex color #CB030B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB030B is #34FCF4. Grayscale: #3F3F3F. Windows color (decimal): -3472629 or 721867. OLE color: 721867.
HSL color Cylindrical-coordinate representation of color #CB030B: hue angle of 357.6º 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 #CB030B is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 11 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.20 |
| HSL | 357.6º | 0.97% | 0.4% | - |
| HSV(B) | 357.6º | 0.99% | 0.8% | - |
| XYZ | 24.72 | 12.79 | 1.48 | - |
| YUV | 63.71 | 98.26 | 227.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 11 | 0 | 0.99 | 0.95 | 0.20 | 357.6 | 0.97 | 0.4 |
| Hex | CB | 3 | B | 0 | 63 | 5F | 14 | 166 | 61 | 28 |
| Octal | 313 | 3 | 13 | 0 | 143 | 137 | 24 | 546 | 141 | 50 |
| Binary | 11001011 | 11 | 1011 | 0 | 1100011 | 1011111 | 10100 | 101100110 | 1100001 | 101000 |
Color Harmonies of #CB030B
Complementary color
Monochromatic Colors of #CB030B
Black with #CB030B
Text Example
Text Example
White with #CB030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB030B; }
p { color: rgb(203,3,11); }
H1.HeaderClassName
{
color: #CB030B;
}
.AnyTagClassName
{
color: #CB030B;
}
</style>
background-color css
<style>
a { background-color: #CB030B; }
a { background-color: rgb(203,3,11); }
div.DivClassName
{
background-color: #CB030B;
}
.BgClassName
{
background-color: #CB030B;
}
</style>
border-color css
<style>
span { border-color: #CB030B; }
span { border-color: rgb(203,3,11); }
td.TdClassName
{
border-color: #CB030B;
}
.TagClassName
{
border-color: #CB030B;
}
</style>