Shades of Venetian Red #C6051B
Tints of Venetian Red #C6051B
RGB
CMYK
RGB Variations
Color information
#C6051B (or 0xC6051B) is known color: Venetian Red. HEX triplet: C6, 05 and 1B. RGB value is (198,5,27). Sum of RGB (Red+Green+Blue) = 198+5+27=230 (30% of max value = 765). Red value is 198 (77.73% from 255 or 86.09% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 198 - color contains mainly: red. Hex color #C6051B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6051B is #39FAE4. Grayscale: #414141. Windows color (decimal): -3799781 or 1770950. OLE color: 1770950.
HSL color Cylindrical-coordinate representation of color #C6051B: hue angle of 353.16º 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 #C6051B is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 5 | 27 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.22 |
| HSL | 353.16º | 0.95% | 0.4% | - |
| HSV(B) | 353.16º | 0.97% | 0.78% | - |
| XYZ | 23.54 | 12.19 | 2.15 | - |
| YUV | 65.22 | 106.44 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 27 | 0 | 0.97 | 0.86 | 0.22 | 353.16 | 0.95 | 0.4 |
| Hex | C6 | 5 | 1B | 0 | 61 | 56 | 16 | 161 | 5F | 28 |
| Octal | 306 | 5 | 33 | 0 | 141 | 126 | 26 | 541 | 137 | 50 |
| Binary | 11000110 | 101 | 11011 | 0 | 1100001 | 1010110 | 10110 | 101100001 | 1011111 | 101000 |
Color Harmonies of #C6051B
Complementary color
Monochromatic Colors of #C6051B
Black with #C6051B
Text Example
Text Example
White with #C6051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6051B; }
p { color: rgb(198,5,27); }
H1.HeaderClassName
{
color: #C6051B;
}
.AnyTagClassName
{
color: #C6051B;
}
</style>
background-color css
<style>
a { background-color: #C6051B; }
a { background-color: rgb(198,5,27); }
div.DivClassName
{
background-color: #C6051B;
}
.BgClassName
{
background-color: #C6051B;
}
</style>
border-color css
<style>
span { border-color: #C6051B; }
span { border-color: rgb(198,5,27); }
td.TdClassName
{
border-color: #C6051B;
}
.TagClassName
{
border-color: #C6051B;
}
</style>