Shades of Venetian Red #CB090C
Tints of Venetian Red #CB090C
RGB
CMYK
RGB Variations
Color information
#CB090C (or 0xCB090C) is known color: Venetian Red. HEX triplet: CB, 09 and 0C. RGB value is (203,9,12). Sum of RGB (Red+Green+Blue) = 203+9+12=224 (29% of max value = 765). Red value is 203 (79.69% from 255 or 90.62% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 203 - color contains mainly: red. Hex color #CB090C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB090C is #34F6F3. Grayscale: #434343. Windows color (decimal): -3471092 or 788939. OLE color: 788939.
HSL color Cylindrical-coordinate representation of color #CB090C: hue angle of 359.07º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB090C is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 12 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.20 |
| HSL | 359.07º | 0.92% | 0.42% | - |
| HSV(B) | 359.07º | 0.96% | 0.8% | - |
| XYZ | 24.79 | 12.92 | 1.53 | - |
| YUV | 67.35 | 96.77 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 12 | 0 | 0.96 | 0.94 | 0.20 | 359.07 | 0.92 | 0.42 |
| Hex | CB | 9 | C | 0 | 60 | 5E | 14 | 167 | 5C | 2A |
| Octal | 313 | 11 | 14 | 0 | 140 | 136 | 24 | 547 | 134 | 52 |
| Binary | 11001011 | 1001 | 1100 | 0 | 1100000 | 1011110 | 10100 | 101100111 | 1011100 | 101010 |
Color Harmonies of #CB090C
Complementary color
Monochromatic Colors of #CB090C
Black with #CB090C
Text Example
Text Example
White with #CB090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB090C; }
p { color: rgb(203,9,12); }
H1.HeaderClassName
{
color: #CB090C;
}
.AnyTagClassName
{
color: #CB090C;
}
</style>
background-color css
<style>
a { background-color: #CB090C; }
a { background-color: rgb(203,9,12); }
div.DivClassName
{
background-color: #CB090C;
}
.BgClassName
{
background-color: #CB090C;
}
</style>
border-color css
<style>
span { border-color: #CB090C; }
span { border-color: rgb(203,9,12); }
td.TdClassName
{
border-color: #CB090C;
}
.TagClassName
{
border-color: #CB090C;
}
</style>