Shades of Venetian Red #C4000B
Tints of Venetian Red #C4000B
RGB
CMYK
RGB Variations
Color information
#C4000B (or 0xC4000B) is known color: Venetian Red. HEX triplet: C4, 00 and 0B. RGB value is (196,0,11). Sum of RGB (Red+Green+Blue) = 196+0+11=207 (27% of max value = 765). Red value is 196 (76.95% from 255 or 94.69% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 11 (4.69% from 255 or 5.31% from 207); Max value from RGB is 196 - color contains mainly: red. Hex color #C4000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4000B is #3BFFF4. Grayscale: #3C3C3C. Windows color (decimal): -3932149 or 721092. OLE color: 721092.
HSL color Cylindrical-coordinate representation of color #C4000B: hue angle of 356.63º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C4000B is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.94 | 0.23 |
| HSL | 356.63º | 1% | 0.38% | - |
| HSV(B) | 356.63º | 1% | 0.77% | - |
| XYZ | 22.83 | 11.76 | 1.38 | - |
| YUV | 59.86 | 100.43 | 225.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 11 | 0 | 1 | 0.94 | 0.23 | 356.63 | 1 | 0.38 |
| Hex | C4 | 0 | B | 0 | 64 | 5E | 17 | 165 | 64 | 26 |
| Octal | 304 | 0 | 13 | 0 | 144 | 136 | 27 | 545 | 144 | 46 |
| Binary | 11000100 | 0 | 1011 | 0 | 1100100 | 1011110 | 10111 | 101100101 | 1100100 | 100110 |
Color Harmonies of #C4000B
Complementary color
Monochromatic Colors of #C4000B
Black with #C4000B
Text Example
Text Example
White with #C4000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4000B; }
p { color: rgb(196,0,11); }
H1.HeaderClassName
{
color: #C4000B;
}
.AnyTagClassName
{
color: #C4000B;
}
</style>
background-color css
<style>
a { background-color: #C4000B; }
a { background-color: rgb(196,0,11); }
div.DivClassName
{
background-color: #C4000B;
}
.BgClassName
{
background-color: #C4000B;
}
</style>
border-color css
<style>
span { border-color: #C4000B; }
span { border-color: rgb(196,0,11); }
td.TdClassName
{
border-color: #C4000B;
}
.TagClassName
{
border-color: #C4000B;
}
</style>