Shades of Venetian Red #B80023
Tints of Venetian Red #B80023
RGB
CMYK
RGB Variations
Color information
#B80023 (or 0xB80023) is known color: Venetian Red. HEX triplet: B8, 00 and 23. RGB value is (184,0,35). Sum of RGB (Red+Green+Blue) = 184+0+35=219 (29% of max value = 765). Red value is 184 (72.27% from 255 or 84.02% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 35 (14.06% from 255 or 15.98% from 219); Max value from RGB is 184 - color contains mainly: red. Hex color #B80023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80023 is #47FFDC. Grayscale: #3B3B3B. Windows color (decimal): -4718557 or 2293944. OLE color: 2293944.
HSL color Cylindrical-coordinate representation of color #B80023: hue angle of 348.59º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B80023 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 35 | - |
| CMYK | 0 | 1 | 0.81 | 0.28 |
| HSL | 348.59º | 1% | 0.36% | - |
| HSV(B) | 348.59º | 1% | 0.72% | - |
| XYZ | 20.07 | 10.31 | 2.52 | - |
| YUV | 59.01 | 114.46 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 35 | 0 | 1 | 0.81 | 0.28 | 348.59 | 1 | 0.36 |
| Hex | B8 | 0 | 23 | 0 | 64 | 51 | 1C | 15D | 64 | 24 |
| Octal | 270 | 0 | 43 | 0 | 144 | 121 | 34 | 535 | 144 | 44 |
| Binary | 10111000 | 0 | 100011 | 0 | 1100100 | 1010001 | 11100 | 101011101 | 1100100 | 100100 |
Color Harmonies of #B80023
Complementary color
Monochromatic Colors of #B80023
Black with #B80023
Text Example
Text Example
White with #B80023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80023; }
p { color: rgb(184,0,35); }
H1.HeaderClassName
{
color: #B80023;
}
.AnyTagClassName
{
color: #B80023;
}
</style>
background-color css
<style>
a { background-color: #B80023; }
a { background-color: rgb(184,0,35); }
div.DivClassName
{
background-color: #B80023;
}
.BgClassName
{
background-color: #B80023;
}
</style>
border-color css
<style>
span { border-color: #B80023; }
span { border-color: rgb(184,0,35); }
td.TdClassName
{
border-color: #B80023;
}
.TagClassName
{
border-color: #B80023;
}
</style>