Shades of Venetian Red #C00522
Tints of Venetian Red #C00522
RGB
CMYK
RGB Variations
Color information
#C00522 (or 0xC00522) is known color: Venetian Red. HEX triplet: C0, 05 and 22. RGB value is (192,5,34). Sum of RGB (Red+Green+Blue) = 192+5+34=231 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.12% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 34 (13.67% from 255 or 14.72% from 231); Max value from RGB is 192 - color contains mainly: red. Hex color #C00522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00522 is #3FFADD. Grayscale: #404040. Windows color (decimal): -4192990 or 2229696. OLE color: 2229696.
HSL color Cylindrical-coordinate representation of color #C00522: hue angle of 350.7º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00522 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 34 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.25 |
| HSL | 350.7º | 0.95% | 0.39% | - |
| HSV(B) | 350.7º | 0.97% | 0.75% | - |
| XYZ | 22.08 | 11.43 | 2.56 | - |
| YUV | 64.22 | 110.95 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 34 | 0 | 0.97 | 0.82 | 0.25 | 350.7 | 0.95 | 0.39 |
| Hex | C0 | 5 | 22 | 0 | 61 | 52 | 19 | 15F | 5F | 27 |
| Octal | 300 | 5 | 42 | 0 | 141 | 122 | 31 | 537 | 137 | 47 |
| Binary | 11000000 | 101 | 100010 | 0 | 1100001 | 1010010 | 11001 | 101011111 | 1011111 | 100111 |
Color Harmonies of #C00522
Complementary color
Monochromatic Colors of #C00522
Black with #C00522
Text Example
Text Example
White with #C00522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00522; }
p { color: rgb(192,5,34); }
H1.HeaderClassName
{
color: #C00522;
}
.AnyTagClassName
{
color: #C00522;
}
</style>
background-color css
<style>
a { background-color: #C00522; }
a { background-color: rgb(192,5,34); }
div.DivClassName
{
background-color: #C00522;
}
.BgClassName
{
background-color: #C00522;
}
</style>
border-color css
<style>
span { border-color: #C00522; }
span { border-color: rgb(192,5,34); }
td.TdClassName
{
border-color: #C00522;
}
.TagClassName
{
border-color: #C00522;
}
</style>