Shades of Venetian Red #C3000C
Tints of Venetian Red #C3000C
RGB
CMYK
RGB Variations
Color information
#C3000C (or 0xC3000C) is known color: Venetian Red. HEX triplet: C3, 00 and 0C. RGB value is (195,0,12). Sum of RGB (Red+Green+Blue) = 195+0+12=207 (27% of max value = 765). Red value is 195 (76.56% from 255 or 94.20% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 195 - color contains mainly: red. Hex color #C3000C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3000C is #3CFFF3. Grayscale: #3B3B3B. Windows color (decimal): -3997684 or 786627. OLE color: 786627.
HSL color Cylindrical-coordinate representation of color #C3000C: hue angle of 356.31º 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 #C3000C is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.94 | 0.24 |
| HSL | 356.31º | 1% | 0.38% | - |
| HSV(B) | 356.31º | 1% | 0.76% | - |
| XYZ | 22.57 | 11.63 | 1.4 | - |
| YUV | 59.67 | 101.1 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 12 | 0 | 1 | 0.94 | 0.24 | 356.31 | 1 | 0.38 |
| Hex | C3 | 0 | C | 0 | 64 | 5E | 18 | 164 | 64 | 26 |
| Octal | 303 | 0 | 14 | 0 | 144 | 136 | 30 | 544 | 144 | 46 |
| Binary | 11000011 | 0 | 1100 | 0 | 1100100 | 1011110 | 11000 | 101100100 | 1100100 | 100110 |
Color Harmonies of #C3000C
Complementary color
Monochromatic Colors of #C3000C
Black with #C3000C
Text Example
Text Example
White with #C3000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3000C; }
p { color: rgb(195,0,12); }
H1.HeaderClassName
{
color: #C3000C;
}
.AnyTagClassName
{
color: #C3000C;
}
</style>
background-color css
<style>
a { background-color: #C3000C; }
a { background-color: rgb(195,0,12); }
div.DivClassName
{
background-color: #C3000C;
}
.BgClassName
{
background-color: #C3000C;
}
</style>
border-color css
<style>
span { border-color: #C3000C; }
span { border-color: rgb(195,0,12); }
td.TdClassName
{
border-color: #C3000C;
}
.TagClassName
{
border-color: #C3000C;
}
</style>