Shades of Venetian Red #CB0612
Tints of Venetian Red #CB0612
RGB
CMYK
RGB Variations
Color information
#CB0612 (or 0xCB0612) is known color: Venetian Red. HEX triplet: CB, 06 and 12. RGB value is (203,6,18). Sum of RGB (Red+Green+Blue) = 203+6+18=227 (30% of max value = 765). Red value is 203 (79.69% from 255 or 89.43% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0612 is #34F9ED. Grayscale: #424242. Windows color (decimal): -3471854 or 1181387. OLE color: 1181387.
HSL color Cylindrical-coordinate representation of color #CB0612: hue angle of 356.35º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB0612 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 18 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.20 |
| HSL | 356.35º | 0.94% | 0.41% | - |
| HSV(B) | 356.35º | 0.97% | 0.8% | - |
| XYZ | 24.8 | 12.87 | 1.75 | - |
| YUV | 66.27 | 100.77 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 18 | 0 | 0.97 | 0.91 | 0.20 | 356.35 | 0.94 | 0.41 |
| Hex | CB | 6 | 12 | 0 | 61 | 5B | 14 | 164 | 5E | 29 |
| Octal | 313 | 6 | 22 | 0 | 141 | 133 | 24 | 544 | 136 | 51 |
| Binary | 11001011 | 110 | 10010 | 0 | 1100001 | 1011011 | 10100 | 101100100 | 1011110 | 101001 |
Color Harmonies of #CB0612
Complementary color
Monochromatic Colors of #CB0612
Black with #CB0612
Text Example
Text Example
White with #CB0612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0612; }
p { color: rgb(203,6,18); }
H1.HeaderClassName
{
color: #CB0612;
}
.AnyTagClassName
{
color: #CB0612;
}
</style>
background-color css
<style>
a { background-color: #CB0612; }
a { background-color: rgb(203,6,18); }
div.DivClassName
{
background-color: #CB0612;
}
.BgClassName
{
background-color: #CB0612;
}
</style>
border-color css
<style>
span { border-color: #CB0612; }
span { border-color: rgb(203,6,18); }
td.TdClassName
{
border-color: #CB0612;
}
.TagClassName
{
border-color: #CB0612;
}
</style>