Shades of Venetian Red #C6002B
Tints of Venetian Red #C6002B
RGB
CMYK
RGB Variations
Color information
#C6002B (or 0xC6002B) is known color: Venetian Red. HEX triplet: C6, 00 and 2B. RGB value is (198,0,43). Sum of RGB (Red+Green+Blue) = 198+0+43=241 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.16% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 198 - color contains mainly: red. Hex color #C6002B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6002B is #39FFD4. Grayscale: #404040. Windows color (decimal): -3801045 or 2818246. OLE color: 2818246.
HSL color Cylindrical-coordinate representation of color #C6002B: hue angle of 346.97º 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 #C6002B is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.78 | 0.22 |
| HSL | 346.97º | 1% | 0.39% | - |
| HSV(B) | 346.97º | 1% | 0.78% | - |
| XYZ | 23.72 | 12.18 | 3.39 | - |
| YUV | 64.1 | 116.1 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 43 | 0 | 1 | 0.78 | 0.22 | 346.97 | 1 | 0.39 |
| Hex | C6 | 0 | 2B | 0 | 64 | 4E | 16 | 15B | 64 | 27 |
| Octal | 306 | 0 | 53 | 0 | 144 | 116 | 26 | 533 | 144 | 47 |
| Binary | 11000110 | 0 | 101011 | 0 | 1100100 | 1001110 | 10110 | 101011011 | 1100100 | 100111 |
Color Harmonies of #C6002B
Complementary color
Monochromatic Colors of #C6002B
Black with #C6002B
Text Example
Text Example
White with #C6002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6002B; }
p { color: rgb(198,0,43); }
H1.HeaderClassName
{
color: #C6002B;
}
.AnyTagClassName
{
color: #C6002B;
}
</style>
background-color css
<style>
a { background-color: #C6002B; }
a { background-color: rgb(198,0,43); }
div.DivClassName
{
background-color: #C6002B;
}
.BgClassName
{
background-color: #C6002B;
}
</style>
border-color css
<style>
span { border-color: #C6002B; }
span { border-color: rgb(198,0,43); }
td.TdClassName
{
border-color: #C6002B;
}
.TagClassName
{
border-color: #C6002B;
}
</style>