Shades of Venetian Red #B7030D
Tints of Venetian Red #B7030D
RGB
CMYK
RGB Variations
Color information
#B7030D (or 0xB7030D) is known color: Venetian Red. HEX triplet: B7, 03 and 0D. RGB value is (183,3,13). Sum of RGB (Red+Green+Blue) = 183+3+13=199 (26% of max value = 765). Red value is 183 (71.88% from 255 or 91.96% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 183 - color contains mainly: red. Hex color #B7030D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7030D is #48FCF2. Grayscale: #3A3A3A. Windows color (decimal): -4783347 or 852919. OLE color: 852919.
HSL color Cylindrical-coordinate representation of color #B7030D: hue angle of 356.67º 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 #B7030D is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 3 | 13 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.28 |
| HSL | 356.67º | 0.97% | 0.36% | - |
| HSV(B) | 356.67º | 0.98% | 0.72% | - |
| XYZ | 19.63 | 10.16 | 1.31 | - |
| YUV | 57.96 | 102.63 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 3 | 13 | 0 | 0.98 | 0.93 | 0.28 | 356.67 | 0.97 | 0.36 |
| Hex | B7 | 3 | D | 0 | 62 | 5D | 1C | 165 | 61 | 24 |
| Octal | 267 | 3 | 15 | 0 | 142 | 135 | 34 | 545 | 141 | 44 |
| Binary | 10110111 | 11 | 1101 | 0 | 1100010 | 1011101 | 11100 | 101100101 | 1100001 | 100100 |
Color Harmonies of #B7030D
Complementary color
Monochromatic Colors of #B7030D
Black with #B7030D
Text Example
Text Example
White with #B7030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7030D; }
p { color: rgb(183,3,13); }
H1.HeaderClassName
{
color: #B7030D;
}
.AnyTagClassName
{
color: #B7030D;
}
</style>
background-color css
<style>
a { background-color: #B7030D; }
a { background-color: rgb(183,3,13); }
div.DivClassName
{
background-color: #B7030D;
}
.BgClassName
{
background-color: #B7030D;
}
</style>
border-color css
<style>
span { border-color: #B7030D; }
span { border-color: rgb(183,3,13); }
td.TdClassName
{
border-color: #B7030D;
}
.TagClassName
{
border-color: #B7030D;
}
</style>