Shades of Venetian Red #B80723
Tints of Venetian Red #B80723
RGB
CMYK
RGB Variations
Color information
#B80723 (or 0xB80723) is known color: Venetian Red. HEX triplet: B8, 07 and 23. RGB value is (184,7,35). Sum of RGB (Red+Green+Blue) = 184+7+35=226 (29% of max value = 765). Red value is 184 (72.27% from 255 or 81.42% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 35 (14.06% from 255 or 15.49% from 226); Max value from RGB is 184 - color contains mainly: red. Hex color #B80723 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80723 is #47F8DC. Grayscale: #3F3F3F. Windows color (decimal): -4716765 or 2295736. OLE color: 2295736.
HSL color Cylindrical-coordinate representation of color #B80723: hue angle of 350.51º degrees, saturation: 0.93, 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 #B80723 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 35 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.28 |
| HSL | 350.51º | 0.93% | 0.37% | - |
| HSV(B) | 350.51º | 0.96% | 0.72% | - |
| XYZ | 20.15 | 10.46 | 2.55 | - |
| YUV | 63.12 | 112.14 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 35 | 0 | 0.96 | 0.81 | 0.28 | 350.51 | 0.93 | 0.37 |
| Hex | B8 | 7 | 23 | 0 | 60 | 51 | 1C | 15F | 5D | 25 |
| Octal | 270 | 7 | 43 | 0 | 140 | 121 | 34 | 537 | 135 | 45 |
| Binary | 10111000 | 111 | 100011 | 0 | 1100000 | 1010001 | 11100 | 101011111 | 1011101 | 100101 |
Color Harmonies of #B80723
Complementary color
Monochromatic Colors of #B80723
Black with #B80723
Text Example
Text Example
White with #B80723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80723; }
p { color: rgb(184,7,35); }
H1.HeaderClassName
{
color: #B80723;
}
.AnyTagClassName
{
color: #B80723;
}
</style>
background-color css
<style>
a { background-color: #B80723; }
a { background-color: rgb(184,7,35); }
div.DivClassName
{
background-color: #B80723;
}
.BgClassName
{
background-color: #B80723;
}
</style>
border-color css
<style>
span { border-color: #B80723; }
span { border-color: rgb(184,7,35); }
td.TdClassName
{
border-color: #B80723;
}
.TagClassName
{
border-color: #B80723;
}
</style>