Shades of Venetian Red #C6000B
Tints of Venetian Red #C6000B
RGB
CMYK
RGB Variations
Color information
#C6000B (or 0xC6000B) is known color: Venetian Red. HEX triplet: C6, 00 and 0B. RGB value is (198,0,11). Sum of RGB (Red+Green+Blue) = 198+0+11=209 (27% of max value = 765). Red value is 198 (77.73% from 255 or 94.74% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 11 (4.69% from 255 or 5.26% from 209); Max value from RGB is 198 - color contains mainly: red. Hex color #C6000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6000B is #39FFF4. Grayscale: #3C3C3C. Windows color (decimal): -3801077 or 721094. OLE color: 721094.
HSL color Cylindrical-coordinate representation of color #C6000B: hue angle of 356.67º 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 #C6000B is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.94 | 0.22 |
| HSL | 356.67º | 1% | 0.39% | - |
| HSV(B) | 356.67º | 1% | 0.78% | - |
| XYZ | 23.35 | 12.03 | 1.41 | - |
| YUV | 60.46 | 100.1 | 226.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 11 | 0 | 1 | 0.94 | 0.22 | 356.67 | 1 | 0.39 |
| Hex | C6 | 0 | B | 0 | 64 | 5E | 16 | 165 | 64 | 27 |
| Octal | 306 | 0 | 13 | 0 | 144 | 136 | 26 | 545 | 144 | 47 |
| Binary | 11000110 | 0 | 1011 | 0 | 1100100 | 1011110 | 10110 | 101100101 | 1100100 | 100111 |
Color Harmonies of #C6000B
Complementary color
Monochromatic Colors of #C6000B
Black with #C6000B
Text Example
Text Example
White with #C6000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6000B; }
p { color: rgb(198,0,11); }
H1.HeaderClassName
{
color: #C6000B;
}
.AnyTagClassName
{
color: #C6000B;
}
</style>
background-color css
<style>
a { background-color: #C6000B; }
a { background-color: rgb(198,0,11); }
div.DivClassName
{
background-color: #C6000B;
}
.BgClassName
{
background-color: #C6000B;
}
</style>
border-color css
<style>
span { border-color: #C6000B; }
span { border-color: rgb(198,0,11); }
td.TdClassName
{
border-color: #C6000B;
}
.TagClassName
{
border-color: #C6000B;
}
</style>