Shades of Venetian Red #CA0106
Tints of Venetian Red #CA0106
RGB
CMYK
RGB Variations
Color information
#CA0106 (or 0xCA0106) is known color: Venetian Red. HEX triplet: CA, 01 and 06. RGB value is (202,1,6). Sum of RGB (Red+Green+Blue) = 202+1+6=209 (27% of max value = 765). Red value is 202 (79.30% from 255 or 96.65% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 6 (2.73% from 255 or 2.87% from 209); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0106 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0106 is #35FEF9. Grayscale: #3D3D3D. Windows color (decimal): -3538682 or 393674. OLE color: 393674.
HSL color Cylindrical-coordinate representation of color #CA0106: hue angle of 358.51º 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 #CA0106 is Cyan = 0, Magento = 1.00, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 1 | 6 | - |
| CMYK | 0 | 1.00 | 0.97 | 0.21 |
| HSL | 358.51º | 0.99% | 0.4% | - |
| HSV(B) | 358.51º | 1% | 0.79% | - |
| XYZ | 24.4 | 12.59 | 1.32 | - |
| YUV | 61.67 | 96.59 | 228.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 1 | 6 | 0 | 1.00 | 0.97 | 0.21 | 358.51 | 0.99 | 0.4 |
| Hex | CA | 1 | 6 | 0 | 64 | 61 | 15 | 167 | 63 | 28 |
| Octal | 312 | 1 | 6 | 0 | 144 | 141 | 25 | 547 | 143 | 50 |
| Binary | 11001010 | 1 | 110 | 0 | 1100100 | 1100001 | 10101 | 101100111 | 1100011 | 101000 |
Color Harmonies of #CA0106
Complementary color
Monochromatic Colors of #CA0106
Black with #CA0106
Text Example
Text Example
White with #CA0106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0106; }
p { color: rgb(202,1,6); }
H1.HeaderClassName
{
color: #CA0106;
}
.AnyTagClassName
{
color: #CA0106;
}
</style>
background-color css
<style>
a { background-color: #CA0106; }
a { background-color: rgb(202,1,6); }
div.DivClassName
{
background-color: #CA0106;
}
.BgClassName
{
background-color: #CA0106;
}
</style>
border-color css
<style>
span { border-color: #CA0106; }
span { border-color: rgb(202,1,6); }
td.TdClassName
{
border-color: #CA0106;
}
.TagClassName
{
border-color: #CA0106;
}
</style>