Shades of Venetian Red #C6051A
Tints of Venetian Red #C6051A
RGB
CMYK
RGB Variations
Color information
#C6051A (or 0xC6051A) is known color: Venetian Red. HEX triplet: C6, 05 and 1A. RGB value is (198,5,26). Sum of RGB (Red+Green+Blue) = 198+5+26=229 (30% of max value = 765). Red value is 198 (77.73% from 255 or 86.46% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 198 - color contains mainly: red. Hex color #C6051A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6051A is #39FAE5. Grayscale: #414141. Windows color (decimal): -3799782 or 1705414. OLE color: 1705414.
HSL color Cylindrical-coordinate representation of color #C6051A: hue angle of 353.47º 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 #C6051A is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 5 | 26 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.22 |
| HSL | 353.47º | 0.95% | 0.4% | - |
| HSV(B) | 353.47º | 0.97% | 0.78% | - |
| XYZ | 23.53 | 12.19 | 2.09 | - |
| YUV | 65.1 | 105.94 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 26 | 0 | 0.97 | 0.87 | 0.22 | 353.47 | 0.95 | 0.4 |
| Hex | C6 | 5 | 1A | 0 | 61 | 57 | 16 | 161 | 5F | 28 |
| Octal | 306 | 5 | 32 | 0 | 141 | 127 | 26 | 541 | 137 | 50 |
| Binary | 11000110 | 101 | 11010 | 0 | 1100001 | 1010111 | 10110 | 101100001 | 1011111 | 101000 |
Color Harmonies of #C6051A
Complementary color
Monochromatic Colors of #C6051A
Black with #C6051A
Text Example
Text Example
White with #C6051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6051A; }
p { color: rgb(198,5,26); }
H1.HeaderClassName
{
color: #C6051A;
}
.AnyTagClassName
{
color: #C6051A;
}
</style>
background-color css
<style>
a { background-color: #C6051A; }
a { background-color: rgb(198,5,26); }
div.DivClassName
{
background-color: #C6051A;
}
.BgClassName
{
background-color: #C6051A;
}
</style>
border-color css
<style>
span { border-color: #C6051A; }
span { border-color: rgb(198,5,26); }
td.TdClassName
{
border-color: #C6051A;
}
.TagClassName
{
border-color: #C6051A;
}
</style>