Shades of Venetian Red #B7030C
Tints of Venetian Red #B7030C
RGB
CMYK
RGB Variations
Color information
#B7030C (or 0xB7030C) is known color: Venetian Red. HEX triplet: B7, 03 and 0C. RGB value is (183,3,12). Sum of RGB (Red+Green+Blue) = 183+3+12=198 (26% of max value = 765). Red value is 183 (71.88% from 255 or 92.42% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 183 - color contains mainly: red. Hex color #B7030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7030C is #48FCF3. Grayscale: #393939. Windows color (decimal): -4783348 or 787383. OLE color: 787383.
HSL color Cylindrical-coordinate representation of color #B7030C: hue angle of 357º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B7030C is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 3 | 12 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.28 |
| HSL | 357º | 0.97% | 0.36% | - |
| HSV(B) | 357º | 0.98% | 0.72% | - |
| XYZ | 19.63 | 10.16 | 1.27 | - |
| YUV | 57.85 | 102.13 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 3 | 12 | 0 | 0.98 | 0.93 | 0.28 | 357 | 0.97 | 0.36 |
| Hex | B7 | 3 | C | 0 | 62 | 5D | 1C | 165 | 61 | 24 |
| Octal | 267 | 3 | 14 | 0 | 142 | 135 | 34 | 545 | 141 | 44 |
| Binary | 10110111 | 11 | 1100 | 0 | 1100010 | 1011101 | 11100 | 101100101 | 1100001 | 100100 |
Color Harmonies of #B7030C
Complementary color
Monochromatic Colors of #B7030C
Black with #B7030C
Text Example
Text Example
White with #B7030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7030C; }
p { color: rgb(183,3,12); }
H1.HeaderClassName
{
color: #B7030C;
}
.AnyTagClassName
{
color: #B7030C;
}
</style>
background-color css
<style>
a { background-color: #B7030C; }
a { background-color: rgb(183,3,12); }
div.DivClassName
{
background-color: #B7030C;
}
.BgClassName
{
background-color: #B7030C;
}
</style>
border-color css
<style>
span { border-color: #B7030C; }
span { border-color: rgb(183,3,12); }
td.TdClassName
{
border-color: #B7030C;
}
.TagClassName
{
border-color: #B7030C;
}
</style>