Shades of Venetian Red #CB0A0C
Tints of Venetian Red #CB0A0C
RGB
CMYK
RGB Variations
Color information
#CB0A0C (or 0xCB0A0C) is known color: Venetian Red. HEX triplet: CB, 0A and 0C. RGB value is (203,10,12). Sum of RGB (Red+Green+Blue) = 203+10+12=225 (29% of max value = 765). Red value is 203 (79.69% from 255 or 90.22% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0A0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0A0C is #34F5F3. Grayscale: #444444. Windows color (decimal): -3470836 or 789195. OLE color: 789195.
HSL color Cylindrical-coordinate representation of color #CB0A0C: hue angle of 359.38º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0A0C is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 10 | 12 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.20 |
| HSL | 359.38º | 0.91% | 0.42% | - |
| HSV(B) | 359.38º | 0.95% | 0.8% | - |
| XYZ | 24.8 | 12.94 | 1.54 | - |
| YUV | 67.94 | 96.44 | 224.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 10 | 12 | 0 | 0.95 | 0.94 | 0.20 | 359.38 | 0.91 | 0.42 |
| Hex | CB | A | C | 0 | 5F | 5E | 14 | 167 | 5B | 2A |
| Octal | 313 | 12 | 14 | 0 | 137 | 136 | 24 | 547 | 133 | 52 |
| Binary | 11001011 | 1010 | 1100 | 0 | 1011111 | 1011110 | 10100 | 101100111 | 1011011 | 101010 |
Color Harmonies of #CB0A0C
Complementary color
Monochromatic Colors of #CB0A0C
Black with #CB0A0C
Text Example
Text Example
White with #CB0A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0A0C; }
p { color: rgb(203,10,12); }
H1.HeaderClassName
{
color: #CB0A0C;
}
.AnyTagClassName
{
color: #CB0A0C;
}
</style>
background-color css
<style>
a { background-color: #CB0A0C; }
a { background-color: rgb(203,10,12); }
div.DivClassName
{
background-color: #CB0A0C;
}
.BgClassName
{
background-color: #CB0A0C;
}
</style>
border-color css
<style>
span { border-color: #CB0A0C; }
span { border-color: rgb(203,10,12); }
td.TdClassName
{
border-color: #CB0A0C;
}
.TagClassName
{
border-color: #CB0A0C;
}
</style>