Shades of Venetian Red #C3000A
Tints of Venetian Red #C3000A
RGB
CMYK
RGB Variations
Color information
#C3000A (or 0xC3000A) is known color: Venetian Red. HEX triplet: C3, 00 and 0A. RGB value is (195,0,10). Sum of RGB (Red+Green+Blue) = 195+0+10=205 (27% of max value = 765). Red value is 195 (76.56% from 255 or 95.12% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 195 - color contains mainly: red. Hex color #C3000A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3000A is #3CFFF5. Grayscale: #3B3B3B. Windows color (decimal): -3997686 or 655555. OLE color: 655555.
HSL color Cylindrical-coordinate representation of color #C3000A: hue angle of 356.92º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3000A is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.95 | 0.24 |
| HSL | 356.92º | 1% | 0.38% | - |
| HSV(B) | 356.92º | 1% | 0.76% | - |
| XYZ | 22.56 | 11.62 | 1.34 | - |
| YUV | 59.45 | 100.1 | 224.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 10 | 0 | 1 | 0.95 | 0.24 | 356.92 | 1 | 0.38 |
| Hex | C3 | 0 | A | 0 | 64 | 5F | 18 | 165 | 64 | 26 |
| Octal | 303 | 0 | 12 | 0 | 144 | 137 | 30 | 545 | 144 | 46 |
| Binary | 11000011 | 0 | 1010 | 0 | 1100100 | 1011111 | 11000 | 101100101 | 1100100 | 100110 |
Color Harmonies of #C3000A
Complementary color
Monochromatic Colors of #C3000A
Black with #C3000A
Text Example
Text Example
White with #C3000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3000A; }
p { color: rgb(195,0,10); }
H1.HeaderClassName
{
color: #C3000A;
}
.AnyTagClassName
{
color: #C3000A;
}
</style>
background-color css
<style>
a { background-color: #C3000A; }
a { background-color: rgb(195,0,10); }
div.DivClassName
{
background-color: #C3000A;
}
.BgClassName
{
background-color: #C3000A;
}
</style>
border-color css
<style>
span { border-color: #C3000A; }
span { border-color: rgb(195,0,10); }
td.TdClassName
{
border-color: #C3000A;
}
.TagClassName
{
border-color: #C3000A;
}
</style>