Shades of Venetian Red #CB0412
Tints of Venetian Red #CB0412
RGB
CMYK
RGB Variations
Color information
#CB0412 (or 0xCB0412) is known color: Venetian Red. HEX triplet: CB, 04 and 12. RGB value is (203,4,18). Sum of RGB (Red+Green+Blue) = 203+4+18=225 (29% of max value = 765). Red value is 203 (79.69% from 255 or 90.22% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0412 is #34FBED. Grayscale: #414141. Windows color (decimal): -3472366 or 1180875. OLE color: 1180875.
HSL color Cylindrical-coordinate representation of color #CB0412: hue angle of 355.78º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB0412 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 4 | 18 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.20 |
| HSL | 355.78º | 0.96% | 0.41% | - |
| HSV(B) | 355.78º | 0.98% | 0.8% | - |
| XYZ | 24.78 | 12.83 | 1.74 | - |
| YUV | 65.1 | 101.43 | 226.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 18 | 0 | 0.98 | 0.91 | 0.20 | 355.78 | 0.96 | 0.41 |
| Hex | CB | 4 | 12 | 0 | 62 | 5B | 14 | 164 | 60 | 29 |
| Octal | 313 | 4 | 22 | 0 | 142 | 133 | 24 | 544 | 140 | 51 |
| Binary | 11001011 | 100 | 10010 | 0 | 1100010 | 1011011 | 10100 | 101100100 | 1100000 | 101001 |
Color Harmonies of #CB0412
Complementary color
Monochromatic Colors of #CB0412
Black with #CB0412
Text Example
Text Example
White with #CB0412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0412; }
p { color: rgb(203,4,18); }
H1.HeaderClassName
{
color: #CB0412;
}
.AnyTagClassName
{
color: #CB0412;
}
</style>
background-color css
<style>
a { background-color: #CB0412; }
a { background-color: rgb(203,4,18); }
div.DivClassName
{
background-color: #CB0412;
}
.BgClassName
{
background-color: #CB0412;
}
</style>
border-color css
<style>
span { border-color: #CB0412; }
span { border-color: rgb(203,4,18); }
td.TdClassName
{
border-color: #CB0412;
}
.TagClassName
{
border-color: #CB0412;
}
</style>