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