Shades of Venetian Red #CA030B
Tints of Venetian Red #CA030B
RGB
CMYK
RGB Variations
Color information
#CA030B (or 0xCA030B) is known color: Venetian Red. HEX triplet: CA, 03 and 0B. RGB value is (202,3,11). Sum of RGB (Red+Green+Blue) = 202+3+11=216 (28% of max value = 765). Red value is 202 (79.30% from 255 or 93.52% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 202 - color contains mainly: red. Hex color #CA030B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA030B is #35FCF4. Grayscale: #3F3F3F. Windows color (decimal): -3538165 or 721866. OLE color: 721866.
HSL color Cylindrical-coordinate representation of color #CA030B: hue angle of 357.59º 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 #CA030B is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 3 | 11 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.21 |
| HSL | 357.59º | 0.97% | 0.4% | - |
| HSV(B) | 357.59º | 0.99% | 0.79% | - |
| XYZ | 24.45 | 12.65 | 1.47 | - |
| YUV | 63.41 | 98.43 | 226.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 11 | 0 | 0.99 | 0.95 | 0.21 | 357.59 | 0.97 | 0.4 |
| Hex | CA | 3 | B | 0 | 63 | 5F | 15 | 166 | 61 | 28 |
| Octal | 312 | 3 | 13 | 0 | 143 | 137 | 25 | 546 | 141 | 50 |
| Binary | 11001010 | 11 | 1011 | 0 | 1100011 | 1011111 | 10101 | 101100110 | 1100001 | 101000 |
Color Harmonies of #CA030B
Complementary color
Monochromatic Colors of #CA030B
Black with #CA030B
Text Example
Text Example
White with #CA030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA030B; }
p { color: rgb(202,3,11); }
H1.HeaderClassName
{
color: #CA030B;
}
.AnyTagClassName
{
color: #CA030B;
}
</style>
background-color css
<style>
a { background-color: #CA030B; }
a { background-color: rgb(202,3,11); }
div.DivClassName
{
background-color: #CA030B;
}
.BgClassName
{
background-color: #CA030B;
}
</style>
border-color css
<style>
span { border-color: #CA030B; }
span { border-color: rgb(202,3,11); }
td.TdClassName
{
border-color: #CA030B;
}
.TagClassName
{
border-color: #CA030B;
}
</style>