Shades of Venetian Red #B70128
Tints of Venetian Red #B70128
RGB
CMYK
RGB Variations
Color information
#B70128 (or 0xB70128) is known color: Venetian Red. HEX triplet: B7, 01 and 28. RGB value is (183,1,40). Sum of RGB (Red+Green+Blue) = 183+1+40=224 (29% of max value = 765). Red value is 183 (71.88% from 255 or 81.70% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 183 - color contains mainly: red. Hex color #B70128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70128 is #48FED7. Grayscale: #3B3B3B. Windows color (decimal): -4783832 or 2621879. OLE color: 2621879.
HSL color Cylindrical-coordinate representation of color #B70128: hue angle of 347.14º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B70128 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 40 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.28 |
| HSL | 347.14º | 0.99% | 0.36% | - |
| HSV(B) | 347.14º | 0.99% | 0.72% | - |
| XYZ | 19.92 | 10.24 | 2.93 | - |
| YUV | 59.86 | 116.8 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 40 | 0 | 0.99 | 0.78 | 0.28 | 347.14 | 0.99 | 0.36 |
| Hex | B7 | 1 | 28 | 0 | 63 | 4E | 1C | 15B | 63 | 24 |
| Octal | 267 | 1 | 50 | 0 | 143 | 116 | 34 | 533 | 143 | 44 |
| Binary | 10110111 | 1 | 101000 | 0 | 1100011 | 1001110 | 11100 | 101011011 | 1100011 | 100100 |
Color Harmonies of #B70128
Complementary color
Monochromatic Colors of #B70128
Black with #B70128
Text Example
Text Example
White with #B70128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70128; }
p { color: rgb(183,1,40); }
H1.HeaderClassName
{
color: #B70128;
}
.AnyTagClassName
{
color: #B70128;
}
</style>
background-color css
<style>
a { background-color: #B70128; }
a { background-color: rgb(183,1,40); }
div.DivClassName
{
background-color: #B70128;
}
.BgClassName
{
background-color: #B70128;
}
</style>
border-color css
<style>
span { border-color: #B70128; }
span { border-color: rgb(183,1,40); }
td.TdClassName
{
border-color: #B70128;
}
.TagClassName
{
border-color: #B70128;
}
</style>