Shades of Venetian Red #C6030A
Tints of Venetian Red #C6030A
RGB
CMYK
RGB Variations
Color information
#C6030A (or 0xC6030A) is known color: Venetian Red. HEX triplet: C6, 03 and 0A. RGB value is (198,3,10). Sum of RGB (Red+Green+Blue) = 198+3+10=211 (27% of max value = 765). Red value is 198 (77.73% from 255 or 93.84% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 10 (4.30% from 255 or 4.74% from 211); Max value from RGB is 198 - color contains mainly: red. Hex color #C6030A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6030A is #39FCF5. Grayscale: #3E3E3E. Windows color (decimal): -3800310 or 656326. OLE color: 656326.
HSL color Cylindrical-coordinate representation of color #C6030A: hue angle of 357.85º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C6030A is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 10 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.22 |
| HSL | 357.85º | 0.97% | 0.39% | - |
| HSV(B) | 357.85º | 0.98% | 0.78% | - |
| XYZ | 23.38 | 12.09 | 1.39 | - |
| YUV | 62.1 | 98.6 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 10 | 0 | 0.98 | 0.95 | 0.22 | 357.85 | 0.97 | 0.39 |
| Hex | C6 | 3 | A | 0 | 62 | 5F | 16 | 166 | 61 | 27 |
| Octal | 306 | 3 | 12 | 0 | 142 | 137 | 26 | 546 | 141 | 47 |
| Binary | 11000110 | 11 | 1010 | 0 | 1100010 | 1011111 | 10110 | 101100110 | 1100001 | 100111 |
Color Harmonies of #C6030A
Complementary color
Monochromatic Colors of #C6030A
Black with #C6030A
Text Example
Text Example
White with #C6030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6030A; }
p { color: rgb(198,3,10); }
H1.HeaderClassName
{
color: #C6030A;
}
.AnyTagClassName
{
color: #C6030A;
}
</style>
background-color css
<style>
a { background-color: #C6030A; }
a { background-color: rgb(198,3,10); }
div.DivClassName
{
background-color: #C6030A;
}
.BgClassName
{
background-color: #C6030A;
}
</style>
border-color css
<style>
span { border-color: #C6030A; }
span { border-color: rgb(198,3,10); }
td.TdClassName
{
border-color: #C6030A;
}
.TagClassName
{
border-color: #C6030A;
}
</style>