Shades of Venetian Red #C6090A
Tints of Venetian Red #C6090A
RGB
CMYK
RGB Variations
Color information
#C6090A (or 0xC6090A) is known color: Venetian Red. HEX triplet: C6, 09 and 0A. RGB value is (198,9,10). Sum of RGB (Red+Green+Blue) = 198+9+10=217 (28% of max value = 765). Red value is 198 (77.73% from 255 or 91.24% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 198 - color contains mainly: red. Hex color #C6090A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6090A is #39F6F5. Grayscale: #414141. Windows color (decimal): -3798774 or 657862. OLE color: 657862.
HSL color Cylindrical-coordinate representation of color #C6090A: hue angle of 359.68º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C6090A is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 9 | 10 | - |
| CMYK | 0 | 0.95 | 0.95 | 0.22 |
| HSL | 359.68º | 0.91% | 0.41% | - |
| HSV(B) | 359.68º | 0.95% | 0.78% | - |
| XYZ | 23.44 | 12.22 | 1.41 | - |
| YUV | 65.63 | 96.62 | 222.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 10 | 0 | 0.95 | 0.95 | 0.22 | 359.68 | 0.91 | 0.41 |
| Hex | C6 | 9 | A | 0 | 5F | 5F | 16 | 168 | 5B | 29 |
| Octal | 306 | 11 | 12 | 0 | 137 | 137 | 26 | 550 | 133 | 51 |
| Binary | 11000110 | 1001 | 1010 | 0 | 1011111 | 1011111 | 10110 | 101101000 | 1011011 | 101001 |
Color Harmonies of #C6090A
Complementary color
Monochromatic Colors of #C6090A
Black with #C6090A
Text Example
Text Example
White with #C6090A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6090A; }
p { color: rgb(198,9,10); }
H1.HeaderClassName
{
color: #C6090A;
}
.AnyTagClassName
{
color: #C6090A;
}
</style>
background-color css
<style>
a { background-color: #C6090A; }
a { background-color: rgb(198,9,10); }
div.DivClassName
{
background-color: #C6090A;
}
.BgClassName
{
background-color: #C6090A;
}
</style>
border-color css
<style>
span { border-color: #C6090A; }
span { border-color: rgb(198,9,10); }
td.TdClassName
{
border-color: #C6090A;
}
.TagClassName
{
border-color: #C6090A;
}
</style>