Shades of Venetian Red #C8050B
Tints of Venetian Red #C8050B
RGB
CMYK
RGB Variations
Color information
#C8050B (or 0xC8050B) is known color: Venetian Red. HEX triplet: C8, 05 and 0B. RGB value is (200,5,11). Sum of RGB (Red+Green+Blue) = 200+5+11=216 (28% of max value = 765). Red value is 200 (78.52% from 255 or 92.59% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 200 - color contains mainly: red. Hex color #C8050B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8050B is #37FAF4. Grayscale: #404040. Windows color (decimal): -3668725 or 722376. OLE color: 722376.
HSL color Cylindrical-coordinate representation of color #C8050B: hue angle of 358.15º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8050B is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 11 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.22 |
| HSL | 358.15º | 0.95% | 0.4% | - |
| HSV(B) | 358.15º | 0.98% | 0.78% | - |
| XYZ | 23.93 | 12.41 | 1.45 | - |
| YUV | 63.99 | 98.1 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 11 | 0 | 0.98 | 0.94 | 0.22 | 358.15 | 0.95 | 0.4 |
| Hex | C8 | 5 | B | 0 | 62 | 5E | 16 | 166 | 5F | 28 |
| Octal | 310 | 5 | 13 | 0 | 142 | 136 | 26 | 546 | 137 | 50 |
| Binary | 11001000 | 101 | 1011 | 0 | 1100010 | 1011110 | 10110 | 101100110 | 1011111 | 101000 |
Color Harmonies of #C8050B
Complementary color
Monochromatic Colors of #C8050B
Black with #C8050B
Text Example
Text Example
White with #C8050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8050B; }
p { color: rgb(200,5,11); }
H1.HeaderClassName
{
color: #C8050B;
}
.AnyTagClassName
{
color: #C8050B;
}
</style>
background-color css
<style>
a { background-color: #C8050B; }
a { background-color: rgb(200,5,11); }
div.DivClassName
{
background-color: #C8050B;
}
.BgClassName
{
background-color: #C8050B;
}
</style>
border-color css
<style>
span { border-color: #C8050B; }
span { border-color: rgb(200,5,11); }
td.TdClassName
{
border-color: #C8050B;
}
.TagClassName
{
border-color: #C8050B;
}
</style>