Shades of Venetian Red #B81023
Tints of Venetian Red #B81023
RGB
CMYK
RGB Variations
Color information
#B81023 (or 0xB81023) is known color: Venetian Red. HEX triplet: B8, 10 and 23. RGB value is (184,16,35). Sum of RGB (Red+Green+Blue) = 184+16+35=235 (31% of max value = 765). Red value is 184 (72.27% from 255 or 78.30% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 35 (14.06% from 255 or 14.89% from 235); Max value from RGB is 184 - color contains mainly: red. Hex color #B81023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81023 is #47EFDC. Grayscale: #444444. Windows color (decimal): -4714461 or 2298040. OLE color: 2298040.
HSL color Cylindrical-coordinate representation of color #B81023: hue angle of 353.21º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B81023 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 16 | 35 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.28 |
| HSL | 353.21º | 0.84% | 0.39% | - |
| HSV(B) | 353.21º | 0.91% | 0.72% | - |
| XYZ | 20.26 | 10.68 | 2.58 | - |
| YUV | 68.4 | 109.16 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 35 | 0 | 0.91 | 0.81 | 0.28 | 353.21 | 0.84 | 0.39 |
| Hex | B8 | 10 | 23 | 0 | 5B | 51 | 1C | 161 | 54 | 27 |
| Octal | 270 | 20 | 43 | 0 | 133 | 121 | 34 | 541 | 124 | 47 |
| Binary | 10111000 | 10000 | 100011 | 0 | 1011011 | 1010001 | 11100 | 101100001 | 1010100 | 100111 |
Color Harmonies of #B81023
Complementary color
Monochromatic Colors of #B81023
Black with #B81023
Text Example
Text Example
White with #B81023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81023; }
p { color: rgb(184,16,35); }
H1.HeaderClassName
{
color: #B81023;
}
.AnyTagClassName
{
color: #B81023;
}
</style>
background-color css
<style>
a { background-color: #B81023; }
a { background-color: rgb(184,16,35); }
div.DivClassName
{
background-color: #B81023;
}
.BgClassName
{
background-color: #B81023;
}
</style>
border-color css
<style>
span { border-color: #B81023; }
span { border-color: rgb(184,16,35); }
td.TdClassName
{
border-color: #B81023;
}
.TagClassName
{
border-color: #B81023;
}
</style>