Shades of Venetian Red #CA0B1F
Tints of Venetian Red #CA0B1F
RGB
CMYK
RGB Variations
Color information
#CA0B1F (or 0xCA0B1F) is known color: Venetian Red. HEX triplet: CA, 0B and 1F. RGB value is (202,11,31). Sum of RGB (Red+Green+Blue) = 202+11+31=244 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.79% from 244); Green value is 11 (4.69% from 255 or 4.51% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0B1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0B1F is #35F4E0. Grayscale: #464646. Windows color (decimal): -3536097 or 2034634. OLE color: 2034634.
HSL color Cylindrical-coordinate representation of color #CA0B1F: hue angle of 353.72º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0B1F is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 11 | 31 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.21 |
| HSL | 353.72º | 0.9% | 0.42% | - |
| HSV(B) | 353.72º | 0.95% | 0.79% | - |
| XYZ | 24.72 | 12.89 | 2.48 | - |
| YUV | 70.39 | 105.78 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 11 | 31 | 0 | 0.95 | 0.85 | 0.21 | 353.72 | 0.9 | 0.42 |
| Hex | CA | B | 1F | 0 | 5F | 55 | 15 | 162 | 5A | 2A |
| Octal | 312 | 13 | 37 | 0 | 137 | 125 | 25 | 542 | 132 | 52 |
| Binary | 11001010 | 1011 | 11111 | 0 | 1011111 | 1010101 | 10101 | 101100010 | 1011010 | 101010 |
Color Harmonies of #CA0B1F
Complementary color
Monochromatic Colors of #CA0B1F
Black with #CA0B1F
Text Example
Text Example
White with #CA0B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0B1F; }
p { color: rgb(202,11,31); }
H1.HeaderClassName
{
color: #CA0B1F;
}
.AnyTagClassName
{
color: #CA0B1F;
}
</style>
background-color css
<style>
a { background-color: #CA0B1F; }
a { background-color: rgb(202,11,31); }
div.DivClassName
{
background-color: #CA0B1F;
}
.BgClassName
{
background-color: #CA0B1F;
}
</style>
border-color css
<style>
span { border-color: #CA0B1F; }
span { border-color: rgb(202,11,31); }
td.TdClassName
{
border-color: #CA0B1F;
}
.TagClassName
{
border-color: #CA0B1F;
}
</style>