Shades of Venetian Red #C9050B
Tints of Venetian Red #C9050B
RGB
CMYK
RGB Variations
Color information
#C9050B (or 0xC9050B) is known color: Venetian Red. HEX triplet: C9, 05 and 0B. RGB value is (201,5,11). Sum of RGB (Red+Green+Blue) = 201+5+11=217 (28% of max value = 765). Red value is 201 (78.91% from 255 or 92.63% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 11 (4.69% from 255 or 5.07% from 217); Max value from RGB is 201 - color contains mainly: red. Hex color #C9050B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9050B is #36FAF4. Grayscale: #404040. Windows color (decimal): -3603189 or 722377. OLE color: 722377.
HSL color Cylindrical-coordinate representation of color #C9050B: hue angle of 358.16º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9050B is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 11 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.21 |
| HSL | 358.16º | 0.95% | 0.4% | - |
| HSV(B) | 358.16º | 0.98% | 0.79% | - |
| XYZ | 24.2 | 12.55 | 1.46 | - |
| YUV | 64.29 | 97.93 | 225.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 11 | 0 | 0.98 | 0.95 | 0.21 | 358.16 | 0.95 | 0.4 |
| Hex | C9 | 5 | B | 0 | 62 | 5F | 15 | 166 | 5F | 28 |
| Octal | 311 | 5 | 13 | 0 | 142 | 137 | 25 | 546 | 137 | 50 |
| Binary | 11001001 | 101 | 1011 | 0 | 1100010 | 1011111 | 10101 | 101100110 | 1011111 | 101000 |
Color Harmonies of #C9050B
Complementary color
Monochromatic Colors of #C9050B
Black with #C9050B
Text Example
Text Example
White with #C9050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9050B; }
p { color: rgb(201,5,11); }
H1.HeaderClassName
{
color: #C9050B;
}
.AnyTagClassName
{
color: #C9050B;
}
</style>
background-color css
<style>
a { background-color: #C9050B; }
a { background-color: rgb(201,5,11); }
div.DivClassName
{
background-color: #C9050B;
}
.BgClassName
{
background-color: #C9050B;
}
</style>
border-color css
<style>
span { border-color: #C9050B; }
span { border-color: rgb(201,5,11); }
td.TdClassName
{
border-color: #C9050B;
}
.TagClassName
{
border-color: #C9050B;
}
</style>