Shades of Venetian Red #C4030B
Tints of Venetian Red #C4030B
RGB
CMYK
RGB Variations
Color information
#C4030B (or 0xC4030B) is known color: Venetian Red. HEX triplet: C4, 03 and 0B. RGB value is (196,3,11). Sum of RGB (Red+Green+Blue) = 196+3+11=210 (27% of max value = 765). Red value is 196 (76.95% from 255 or 93.33% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 196 - color contains mainly: red. Hex color #C4030B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4030B is #3BFCF4. Grayscale: #3D3D3D. Windows color (decimal): -3931381 or 721860. OLE color: 721860.
HSL color Cylindrical-coordinate representation of color #C4030B: hue angle of 357.51º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C4030B is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 11 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.23 |
| HSL | 357.51º | 0.97% | 0.39% | - |
| HSV(B) | 357.51º | 0.98% | 0.77% | - |
| XYZ | 22.86 | 11.83 | 1.39 | - |
| YUV | 61.62 | 99.44 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 11 | 0 | 0.98 | 0.94 | 0.23 | 357.51 | 0.97 | 0.39 |
| Hex | C4 | 3 | B | 0 | 62 | 5E | 17 | 166 | 61 | 27 |
| Octal | 304 | 3 | 13 | 0 | 142 | 136 | 27 | 546 | 141 | 47 |
| Binary | 11000100 | 11 | 1011 | 0 | 1100010 | 1011110 | 10111 | 101100110 | 1100001 | 100111 |
Color Harmonies of #C4030B
Complementary color
Monochromatic Colors of #C4030B
Black with #C4030B
Text Example
Text Example
White with #C4030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4030B; }
p { color: rgb(196,3,11); }
H1.HeaderClassName
{
color: #C4030B;
}
.AnyTagClassName
{
color: #C4030B;
}
</style>
background-color css
<style>
a { background-color: #C4030B; }
a { background-color: rgb(196,3,11); }
div.DivClassName
{
background-color: #C4030B;
}
.BgClassName
{
background-color: #C4030B;
}
</style>
border-color css
<style>
span { border-color: #C4030B; }
span { border-color: rgb(196,3,11); }
td.TdClassName
{
border-color: #C4030B;
}
.TagClassName
{
border-color: #C4030B;
}
</style>