Shades of Venetian Red #B70D1B
Tints of Venetian Red #B70D1B
RGB
CMYK
RGB Variations
Color information
#B70D1B (or 0xB70D1B) is known color: Venetian Red. HEX triplet: B7, 0D and 1B. RGB value is (183,13,27). Sum of RGB (Red+Green+Blue) = 183+13+27=223 (29% of max value = 765). Red value is 183 (71.88% from 255 or 82.06% from 223); Green value is 13 (5.47% from 255 or 5.83% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 183 - color contains mainly: red. Hex color #B70D1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70D1B is #48F2E4. Grayscale: #414141. Windows color (decimal): -4780773 or 1772983. OLE color: 1772983.
HSL color Cylindrical-coordinate representation of color #B70D1B: hue angle of 355.06º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B70D1B is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 13 | 27 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.28 |
| HSL | 355.06º | 0.87% | 0.38% | - |
| HSV(B) | 355.06º | 0.93% | 0.72% | - |
| XYZ | 19.87 | 10.43 | 2 | - |
| YUV | 65.43 | 106.32 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 13 | 27 | 0 | 0.93 | 0.85 | 0.28 | 355.06 | 0.87 | 0.38 |
| Hex | B7 | D | 1B | 0 | 5D | 55 | 1C | 163 | 57 | 26 |
| Octal | 267 | 15 | 33 | 0 | 135 | 125 | 34 | 543 | 127 | 46 |
| Binary | 10110111 | 1101 | 11011 | 0 | 1011101 | 1010101 | 11100 | 101100011 | 1010111 | 100110 |
Color Harmonies of #B70D1B
Complementary color
Monochromatic Colors of #B70D1B
Black with #B70D1B
Text Example
Text Example
White with #B70D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70D1B; }
p { color: rgb(183,13,27); }
H1.HeaderClassName
{
color: #B70D1B;
}
.AnyTagClassName
{
color: #B70D1B;
}
</style>
background-color css
<style>
a { background-color: #B70D1B; }
a { background-color: rgb(183,13,27); }
div.DivClassName
{
background-color: #B70D1B;
}
.BgClassName
{
background-color: #B70D1B;
}
</style>
border-color css
<style>
span { border-color: #B70D1B; }
span { border-color: rgb(183,13,27); }
td.TdClassName
{
border-color: #B70D1B;
}
.TagClassName
{
border-color: #B70D1B;
}
</style>