Shades of Venetian Red #C30A10
Tints of Venetian Red #C30A10
RGB
CMYK
RGB Variations
Color information
#C30A10 (or 0xC30A10) is known color: Venetian Red. HEX triplet: C3, 0A and 10. RGB value is (195,10,16). Sum of RGB (Red+Green+Blue) = 195+10+16=221 (29% of max value = 765). Red value is 195 (76.56% from 255 or 88.24% from 221); Green value is 10 (4.30% from 255 or 4.52% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 195 - color contains mainly: red. Hex color #C30A10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30A10 is #3CF5EF. Grayscale: #424242. Windows color (decimal): -3995120 or 1051331. OLE color: 1051331.
HSL color Cylindrical-coordinate representation of color #C30A10: hue angle of 358.05º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30A10 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 10 | 16 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.24 |
| HSL | 358.05º | 0.9% | 0.4% | - |
| HSV(B) | 358.05º | 0.95% | 0.76% | - |
| XYZ | 22.71 | 11.86 | 1.58 | - |
| YUV | 66 | 99.79 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 10 | 16 | 0 | 0.95 | 0.92 | 0.24 | 358.05 | 0.9 | 0.4 |
| Hex | C3 | A | 10 | 0 | 5F | 5C | 18 | 166 | 5A | 28 |
| Octal | 303 | 12 | 20 | 0 | 137 | 134 | 30 | 546 | 132 | 50 |
| Binary | 11000011 | 1010 | 10000 | 0 | 1011111 | 1011100 | 11000 | 101100110 | 1011010 | 101000 |
Color Harmonies of #C30A10
Complementary color
Monochromatic Colors of #C30A10
Black with #C30A10
Text Example
Text Example
White with #C30A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30A10; }
p { color: rgb(195,10,16); }
H1.HeaderClassName
{
color: #C30A10;
}
.AnyTagClassName
{
color: #C30A10;
}
</style>
background-color css
<style>
a { background-color: #C30A10; }
a { background-color: rgb(195,10,16); }
div.DivClassName
{
background-color: #C30A10;
}
.BgClassName
{
background-color: #C30A10;
}
</style>
border-color css
<style>
span { border-color: #C30A10; }
span { border-color: rgb(195,10,16); }
td.TdClassName
{
border-color: #C30A10;
}
.TagClassName
{
border-color: #C30A10;
}
</style>