Shades of Venetian Red #CA0328
Tints of Venetian Red #CA0328
RGB
CMYK
RGB Variations
Color information
#CA0328 (or 0xCA0328) is known color: Venetian Red. HEX triplet: CA, 03 and 28. RGB value is (202,3,40). Sum of RGB (Red+Green+Blue) = 202+3+40=245 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.45% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0328 is #35FCD7. Grayscale: #424242. Windows color (decimal): -3538136 or 2622410. OLE color: 2622410.
HSL color Cylindrical-coordinate representation of color #CA0328: hue angle of 348.84º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA0328 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 3 | 40 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.21 |
| HSL | 348.84º | 0.97% | 0.4% | - |
| HSV(B) | 348.84º | 0.99% | 0.79% | - |
| XYZ | 24.77 | 12.77 | 3.17 | - |
| YUV | 66.72 | 112.93 | 224.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 40 | 0 | 0.99 | 0.80 | 0.21 | 348.84 | 0.97 | 0.4 |
| Hex | CA | 3 | 28 | 0 | 63 | 50 | 15 | 15D | 61 | 28 |
| Octal | 312 | 3 | 50 | 0 | 143 | 120 | 25 | 535 | 141 | 50 |
| Binary | 11001010 | 11 | 101000 | 0 | 1100011 | 1010000 | 10101 | 101011101 | 1100001 | 101000 |
Color Harmonies of #CA0328
Complementary color
Monochromatic Colors of #CA0328
Black with #CA0328
Text Example
Text Example
White with #CA0328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0328; }
p { color: rgb(202,3,40); }
H1.HeaderClassName
{
color: #CA0328;
}
.AnyTagClassName
{
color: #CA0328;
}
</style>
background-color css
<style>
a { background-color: #CA0328; }
a { background-color: rgb(202,3,40); }
div.DivClassName
{
background-color: #CA0328;
}
.BgClassName
{
background-color: #CA0328;
}
</style>
border-color css
<style>
span { border-color: #CA0328; }
span { border-color: rgb(202,3,40); }
td.TdClassName
{
border-color: #CA0328;
}
.TagClassName
{
border-color: #CA0328;
}
</style>