Shades of Venetian Red #CA010B
Tints of Venetian Red #CA010B
RGB
CMYK
RGB Variations
Color information
#CA010B (or 0xCA010B) is known color: Venetian Red. HEX triplet: CA, 01 and 0B. RGB value is (202,1,11). Sum of RGB (Red+Green+Blue) = 202+1+11=214 (28% of max value = 765). Red value is 202 (79.30% from 255 or 94.39% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 202 - color contains mainly: red. Hex color #CA010B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA010B is #35FEF4. Grayscale: #3E3E3E. Windows color (decimal): -3538677 or 721354. OLE color: 721354.
HSL color Cylindrical-coordinate representation of color #CA010B: hue angle of 357.01º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA010B is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 1 | 11 | - |
| CMYK | 0 | 1.00 | 0.95 | 0.21 |
| HSL | 357.01º | 0.99% | 0.4% | - |
| HSV(B) | 357.01º | 1% | 0.79% | - |
| XYZ | 24.43 | 12.6 | 1.46 | - |
| YUV | 62.24 | 99.09 | 227.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 1 | 11 | 0 | 1.00 | 0.95 | 0.21 | 357.01 | 0.99 | 0.4 |
| Hex | CA | 1 | B | 0 | 64 | 5F | 15 | 165 | 63 | 28 |
| Octal | 312 | 1 | 13 | 0 | 144 | 137 | 25 | 545 | 143 | 50 |
| Binary | 11001010 | 1 | 1011 | 0 | 1100100 | 1011111 | 10101 | 101100101 | 1100011 | 101000 |
Color Harmonies of #CA010B
Complementary color
Monochromatic Colors of #CA010B
Black with #CA010B
Text Example
Text Example
White with #CA010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA010B; }
p { color: rgb(202,1,11); }
H1.HeaderClassName
{
color: #CA010B;
}
.AnyTagClassName
{
color: #CA010B;
}
</style>
background-color css
<style>
a { background-color: #CA010B; }
a { background-color: rgb(202,1,11); }
div.DivClassName
{
background-color: #CA010B;
}
.BgClassName
{
background-color: #CA010B;
}
</style>
border-color css
<style>
span { border-color: #CA010B; }
span { border-color: rgb(202,1,11); }
td.TdClassName
{
border-color: #CA010B;
}
.TagClassName
{
border-color: #CA010B;
}
</style>