Shades of Venetian Red #C3012B
Tints of Venetian Red #C3012B
RGB
CMYK
RGB Variations
Color information
#C3012B (or 0xC3012B) is known color: Venetian Red. HEX triplet: C3, 01 and 2B. RGB value is (195,1,43). Sum of RGB (Red+Green+Blue) = 195+1+43=239 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.59% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 195 - color contains mainly: red. Hex color #C3012B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3012B is #3CFED4. Grayscale: #3F3F3F. Windows color (decimal): -3997397 or 2818499. OLE color: 2818499.
HSL color Cylindrical-coordinate representation of color #C3012B: hue angle of 347.01º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3012B is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.24 |
| HSL | 347.01º | 0.99% | 0.38% | - |
| HSV(B) | 347.01º | 0.99% | 0.76% | - |
| XYZ | 22.95 | 11.8 | 3.35 | - |
| YUV | 63.79 | 116.27 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 43 | 0 | 0.99 | 0.78 | 0.24 | 347.01 | 0.99 | 0.38 |
| Hex | C3 | 1 | 2B | 0 | 63 | 4E | 18 | 15B | 63 | 26 |
| Octal | 303 | 1 | 53 | 0 | 143 | 116 | 30 | 533 | 143 | 46 |
| Binary | 11000011 | 1 | 101011 | 0 | 1100011 | 1001110 | 11000 | 101011011 | 1100011 | 100110 |
Color Harmonies of #C3012B
Complementary color
Monochromatic Colors of #C3012B
Black with #C3012B
Text Example
Text Example
White with #C3012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3012B; }
p { color: rgb(195,1,43); }
H1.HeaderClassName
{
color: #C3012B;
}
.AnyTagClassName
{
color: #C3012B;
}
</style>
background-color css
<style>
a { background-color: #C3012B; }
a { background-color: rgb(195,1,43); }
div.DivClassName
{
background-color: #C3012B;
}
.BgClassName
{
background-color: #C3012B;
}
</style>
border-color css
<style>
span { border-color: #C3012B; }
span { border-color: rgb(195,1,43); }
td.TdClassName
{
border-color: #C3012B;
}
.TagClassName
{
border-color: #C3012B;
}
</style>