Shades of Venetian Red #C8000B
Tints of Venetian Red #C8000B
RGB
CMYK
RGB Variations
Color information
#C8000B (or 0xC8000B) is known color: Venetian Red. HEX triplet: C8, 00 and 0B. RGB value is (200,0,11). Sum of RGB (Red+Green+Blue) = 200+0+11=211 (27% of max value = 765). Red value is 200 (78.52% from 255 or 94.79% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 200 - color contains mainly: red. Hex color #C8000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8000B is #37FFF4. Grayscale: #3D3D3D. Windows color (decimal): -3670005 or 721096. OLE color: 721096.
HSL color Cylindrical-coordinate representation of color #C8000B: hue angle of 356.7º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8000B is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.94 | 0.22 |
| HSL | 356.7º | 1% | 0.39% | - |
| HSV(B) | 356.7º | 1% | 0.78% | - |
| XYZ | 23.88 | 12.3 | 1.43 | - |
| YUV | 61.05 | 99.76 | 227.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 11 | 0 | 1 | 0.94 | 0.22 | 356.7 | 1 | 0.39 |
| Hex | C8 | 0 | B | 0 | 64 | 5E | 16 | 165 | 64 | 27 |
| Octal | 310 | 0 | 13 | 0 | 144 | 136 | 26 | 545 | 144 | 47 |
| Binary | 11001000 | 0 | 1011 | 0 | 1100100 | 1011110 | 10110 | 101100101 | 1100100 | 100111 |
Color Harmonies of #C8000B
Complementary color
Monochromatic Colors of #C8000B
Black with #C8000B
Text Example
Text Example
White with #C8000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8000B; }
p { color: rgb(200,0,11); }
H1.HeaderClassName
{
color: #C8000B;
}
.AnyTagClassName
{
color: #C8000B;
}
</style>
background-color css
<style>
a { background-color: #C8000B; }
a { background-color: rgb(200,0,11); }
div.DivClassName
{
background-color: #C8000B;
}
.BgClassName
{
background-color: #C8000B;
}
</style>
border-color css
<style>
span { border-color: #C8000B; }
span { border-color: rgb(200,0,11); }
td.TdClassName
{
border-color: #C8000B;
}
.TagClassName
{
border-color: #C8000B;
}
</style>