Shades of Venetian Red #C00328
Tints of Venetian Red #C00328
RGB
CMYK
RGB Variations
Color information
#C00328 (or 0xC00328) is known color: Venetian Red. HEX triplet: C0, 03 and 28. RGB value is (192,3,40). Sum of RGB (Red+Green+Blue) = 192+3+40=235 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.70% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 192 - color contains mainly: red. Hex color #C00328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00328 is #3FFCD7. Grayscale: #3F3F3F. Windows color (decimal): -4193496 or 2622400. OLE color: 2622400.
HSL color Cylindrical-coordinate representation of color #C00328: hue angle of 348.25º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00328 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 3 | 40 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.25 |
| HSL | 348.25º | 0.97% | 0.38% | - |
| HSV(B) | 348.25º | 0.98% | 0.75% | - |
| XYZ | 22.15 | 11.42 | 3.05 | - |
| YUV | 63.73 | 114.62 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 40 | 0 | 0.98 | 0.79 | 0.25 | 348.25 | 0.97 | 0.38 |
| Hex | C0 | 3 | 28 | 0 | 62 | 4F | 19 | 15C | 61 | 26 |
| Octal | 300 | 3 | 50 | 0 | 142 | 117 | 31 | 534 | 141 | 46 |
| Binary | 11000000 | 11 | 101000 | 0 | 1100010 | 1001111 | 11001 | 101011100 | 1100001 | 100110 |
Color Harmonies of #C00328
Complementary color
Monochromatic Colors of #C00328
Black with #C00328
Text Example
Text Example
White with #C00328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00328; }
p { color: rgb(192,3,40); }
H1.HeaderClassName
{
color: #C00328;
}
.AnyTagClassName
{
color: #C00328;
}
</style>
background-color css
<style>
a { background-color: #C00328; }
a { background-color: rgb(192,3,40); }
div.DivClassName
{
background-color: #C00328;
}
.BgClassName
{
background-color: #C00328;
}
</style>
border-color css
<style>
span { border-color: #C00328; }
span { border-color: rgb(192,3,40); }
td.TdClassName
{
border-color: #C00328;
}
.TagClassName
{
border-color: #C00328;
}
</style>