Shades of Venetian Red #B81024
Tints of Venetian Red #B81024
RGB
CMYK
RGB Variations
Color information
#B81024 (or 0xB81024) is known color: Venetian Red. HEX triplet: B8, 10 and 24. RGB value is (184,16,36). Sum of RGB (Red+Green+Blue) = 184+16+36=236 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.97% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 36 (14.45% from 255 or 15.25% from 236); Max value from RGB is 184 - color contains mainly: red. Hex color #B81024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81024 is #47EFDB. Grayscale: #444444. Windows color (decimal): -4714460 or 2363576. OLE color: 2363576.
HSL color Cylindrical-coordinate representation of color #B81024: hue angle of 352.86º 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 #B81024 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 16 | 36 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.28 |
| HSL | 352.86º | 0.84% | 0.39% | - |
| HSV(B) | 352.86º | 0.91% | 0.72% | - |
| XYZ | 20.27 | 10.69 | 2.66 | - |
| YUV | 68.51 | 109.66 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 36 | 0 | 0.91 | 0.80 | 0.28 | 352.86 | 0.84 | 0.39 |
| Hex | B8 | 10 | 24 | 0 | 5B | 50 | 1C | 161 | 54 | 27 |
| Octal | 270 | 20 | 44 | 0 | 133 | 120 | 34 | 541 | 124 | 47 |
| Binary | 10111000 | 10000 | 100100 | 0 | 1011011 | 1010000 | 11100 | 101100001 | 1010100 | 100111 |
Color Harmonies of #B81024
Complementary color
Monochromatic Colors of #B81024
Black with #B81024
Text Example
Text Example
White with #B81024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81024; }
p { color: rgb(184,16,36); }
H1.HeaderClassName
{
color: #B81024;
}
.AnyTagClassName
{
color: #B81024;
}
</style>
background-color css
<style>
a { background-color: #B81024; }
a { background-color: rgb(184,16,36); }
div.DivClassName
{
background-color: #B81024;
}
.BgClassName
{
background-color: #B81024;
}
</style>
border-color css
<style>
span { border-color: #B81024; }
span { border-color: rgb(184,16,36); }
td.TdClassName
{
border-color: #B81024;
}
.TagClassName
{
border-color: #B81024;
}
</style>