Shades of Venetian Red #C6052B
Tints of Venetian Red #C6052B
RGB
CMYK
RGB Variations
Color information
#C6052B (or 0xC6052B) is known color: Venetian Red. HEX triplet: C6, 05 and 2B. RGB value is (198,5,43). Sum of RGB (Red+Green+Blue) = 198+5+43=246 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.49% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 198 - color contains mainly: red. Hex color #C6052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6052B is #39FAD4. Grayscale: #434343. Windows color (decimal): -3799765 or 2819526. OLE color: 2819526.
HSL color Cylindrical-coordinate representation of color #C6052B: hue angle of 348.19º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C6052B is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 5 | 43 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.22 |
| HSL | 348.19º | 0.95% | 0.4% | - |
| HSV(B) | 348.19º | 0.97% | 0.78% | - |
| XYZ | 23.78 | 12.29 | 3.4 | - |
| YUV | 67.04 | 114.44 | 221.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 43 | 0 | 0.97 | 0.78 | 0.22 | 348.19 | 0.95 | 0.4 |
| Hex | C6 | 5 | 2B | 0 | 61 | 4E | 16 | 15C | 5F | 28 |
| Octal | 306 | 5 | 53 | 0 | 141 | 116 | 26 | 534 | 137 | 50 |
| Binary | 11000110 | 101 | 101011 | 0 | 1100001 | 1001110 | 10110 | 101011100 | 1011111 | 101000 |
Color Harmonies of #C6052B
Complementary color
Monochromatic Colors of #C6052B
Black with #C6052B
Text Example
Text Example
White with #C6052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6052B; }
p { color: rgb(198,5,43); }
H1.HeaderClassName
{
color: #C6052B;
}
.AnyTagClassName
{
color: #C6052B;
}
</style>
background-color css
<style>
a { background-color: #C6052B; }
a { background-color: rgb(198,5,43); }
div.DivClassName
{
background-color: #C6052B;
}
.BgClassName
{
background-color: #C6052B;
}
</style>
border-color css
<style>
span { border-color: #C6052B; }
span { border-color: rgb(198,5,43); }
td.TdClassName
{
border-color: #C6052B;
}
.TagClassName
{
border-color: #C6052B;
}
</style>