Shades of Venetian Red #C3052B
Tints of Venetian Red #C3052B
RGB
CMYK
RGB Variations
Color information
#C3052B (or 0xC3052B) is known color: Venetian Red. HEX triplet: C3, 05 and 2B. RGB value is (195,5,43). Sum of RGB (Red+Green+Blue) = 195+5+43=243 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.25% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 195 - color contains mainly: red. Hex color #C3052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3052B is #3CFAD4. Grayscale: #424242. Windows color (decimal): -3996373 or 2819523. OLE color: 2819523.
HSL color Cylindrical-coordinate representation of color #C3052B: hue angle of 348º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C3052B is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 5 | 43 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.24 |
| HSL | 348º | 0.95% | 0.39% | - |
| HSV(B) | 348º | 0.97% | 0.76% | - |
| XYZ | 23 | 11.89 | 3.37 | - |
| YUV | 66.14 | 114.95 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 43 | 0 | 0.97 | 0.78 | 0.24 | 348 | 0.95 | 0.39 |
| Hex | C3 | 5 | 2B | 0 | 61 | 4E | 18 | 15C | 5F | 27 |
| Octal | 303 | 5 | 53 | 0 | 141 | 116 | 30 | 534 | 137 | 47 |
| Binary | 11000011 | 101 | 101011 | 0 | 1100001 | 1001110 | 11000 | 101011100 | 1011111 | 100111 |
Color Harmonies of #C3052B
Complementary color
Monochromatic Colors of #C3052B
Black with #C3052B
Text Example
Text Example
White with #C3052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3052B; }
p { color: rgb(195,5,43); }
H1.HeaderClassName
{
color: #C3052B;
}
.AnyTagClassName
{
color: #C3052B;
}
</style>
background-color css
<style>
a { background-color: #C3052B; }
a { background-color: rgb(195,5,43); }
div.DivClassName
{
background-color: #C3052B;
}
.BgClassName
{
background-color: #C3052B;
}
</style>
border-color css
<style>
span { border-color: #C3052B; }
span { border-color: rgb(195,5,43); }
td.TdClassName
{
border-color: #C3052B;
}
.TagClassName
{
border-color: #C3052B;
}
</style>