Shades of Venetian Red #B70823
Tints of Venetian Red #B70823
RGB
CMYK
RGB Variations
Color information
#B70823 (or 0xB70823) is known color: Venetian Red. HEX triplet: B7, 08 and 23. RGB value is (183,8,35). Sum of RGB (Red+Green+Blue) = 183+8+35=226 (29% of max value = 765). Red value is 183 (71.88% from 255 or 80.97% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 35 (14.06% from 255 or 15.49% from 226); Max value from RGB is 183 - color contains mainly: red. Hex color #B70823 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70823 is #48F7DC. Grayscale: #3F3F3F. Windows color (decimal): -4782045 or 2295991. OLE color: 2295991.
HSL color Cylindrical-coordinate representation of color #B70823: hue angle of 350.74º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B70823 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 8 | 35 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.28 |
| HSL | 350.74º | 0.92% | 0.37% | - |
| HSV(B) | 350.74º | 0.96% | 0.72% | - |
| XYZ | 19.92 | 10.36 | 2.54 | - |
| YUV | 63.4 | 111.98 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 8 | 35 | 0 | 0.96 | 0.81 | 0.28 | 350.74 | 0.92 | 0.37 |
| Hex | B7 | 8 | 23 | 0 | 60 | 51 | 1C | 15F | 5C | 25 |
| Octal | 267 | 10 | 43 | 0 | 140 | 121 | 34 | 537 | 134 | 45 |
| Binary | 10110111 | 1000 | 100011 | 0 | 1100000 | 1010001 | 11100 | 101011111 | 1011100 | 100101 |
Color Harmonies of #B70823
Complementary color
Monochromatic Colors of #B70823
Black with #B70823
Text Example
Text Example
White with #B70823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70823; }
p { color: rgb(183,8,35); }
H1.HeaderClassName
{
color: #B70823;
}
.AnyTagClassName
{
color: #B70823;
}
</style>
background-color css
<style>
a { background-color: #B70823; }
a { background-color: rgb(183,8,35); }
div.DivClassName
{
background-color: #B70823;
}
.BgClassName
{
background-color: #B70823;
}
</style>
border-color css
<style>
span { border-color: #B70823; }
span { border-color: rgb(183,8,35); }
td.TdClassName
{
border-color: #B70823;
}
.TagClassName
{
border-color: #B70823;
}
</style>