Shades of Venetian Red #CA051B
Tints of Venetian Red #CA051B
RGB
CMYK
RGB Variations
Color information
#CA051B (or 0xCA051B) is known color: Venetian Red. HEX triplet: CA, 05 and 1B. RGB value is (202,5,27). Sum of RGB (Red+Green+Blue) = 202+5+27=234 (30% of max value = 765). Red value is 202 (79.30% from 255 or 86.32% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 202 - color contains mainly: red. Hex color #CA051B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA051B is #35FAE4. Grayscale: #424242. Windows color (decimal): -3537637 or 1770954. OLE color: 1770954.
HSL color Cylindrical-coordinate representation of color #CA051B: hue angle of 353.3º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA051B is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 5 | 27 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.21 |
| HSL | 353.3º | 0.95% | 0.41% | - |
| HSV(B) | 353.3º | 0.98% | 0.79% | - |
| XYZ | 24.61 | 12.74 | 2.2 | - |
| YUV | 66.41 | 105.77 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 27 | 0 | 0.98 | 0.87 | 0.21 | 353.3 | 0.95 | 0.41 |
| Hex | CA | 5 | 1B | 0 | 62 | 57 | 15 | 161 | 5F | 29 |
| Octal | 312 | 5 | 33 | 0 | 142 | 127 | 25 | 541 | 137 | 51 |
| Binary | 11001010 | 101 | 11011 | 0 | 1100010 | 1010111 | 10101 | 101100001 | 1011111 | 101001 |
Color Harmonies of #CA051B
Complementary color
Monochromatic Colors of #CA051B
Black with #CA051B
Text Example
Text Example
White with #CA051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA051B; }
p { color: rgb(202,5,27); }
H1.HeaderClassName
{
color: #CA051B;
}
.AnyTagClassName
{
color: #CA051B;
}
</style>
background-color css
<style>
a { background-color: #CA051B; }
a { background-color: rgb(202,5,27); }
div.DivClassName
{
background-color: #CA051B;
}
.BgClassName
{
background-color: #CA051B;
}
</style>
border-color css
<style>
span { border-color: #CA051B; }
span { border-color: rgb(202,5,27); }
td.TdClassName
{
border-color: #CA051B;
}
.TagClassName
{
border-color: #CA051B;
}
</style>