Shades of Venetian Red #B80E21
Tints of Venetian Red #B80E21
RGB
CMYK
RGB Variations
Color information
#B80E21 (or 0xB80E21) is known color: Venetian Red. HEX triplet: B8, 0E and 21. RGB value is (184,14,33). Sum of RGB (Red+Green+Blue) = 184+14+33=231 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.65% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 33 (13.28% from 255 or 14.29% from 231); Max value from RGB is 184 - color contains mainly: red. Hex color #B80E21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80E21 is #47F1DE. Grayscale: #434343. Windows color (decimal): -4714975 or 2166456. OLE color: 2166456.
HSL color Cylindrical-coordinate representation of color #B80E21: hue angle of 353.29º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B80E21 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 14 | 33 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.28 |
| HSL | 353.29º | 0.86% | 0.39% | - |
| HSV(B) | 353.29º | 0.92% | 0.72% | - |
| XYZ | 20.2 | 10.61 | 2.42 | - |
| YUV | 67 | 108.82 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 14 | 33 | 0 | 0.92 | 0.82 | 0.28 | 353.29 | 0.86 | 0.39 |
| Hex | B8 | E | 21 | 0 | 5C | 52 | 1C | 161 | 56 | 27 |
| Octal | 270 | 16 | 41 | 0 | 134 | 122 | 34 | 541 | 126 | 47 |
| Binary | 10111000 | 1110 | 100001 | 0 | 1011100 | 1010010 | 11100 | 101100001 | 1010110 | 100111 |
Color Harmonies of #B80E21
Complementary color
Monochromatic Colors of #B80E21
Black with #B80E21
Text Example
Text Example
White with #B80E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80E21; }
p { color: rgb(184,14,33); }
H1.HeaderClassName
{
color: #B80E21;
}
.AnyTagClassName
{
color: #B80E21;
}
</style>
background-color css
<style>
a { background-color: #B80E21; }
a { background-color: rgb(184,14,33); }
div.DivClassName
{
background-color: #B80E21;
}
.BgClassName
{
background-color: #B80E21;
}
</style>
border-color css
<style>
span { border-color: #B80E21; }
span { border-color: rgb(184,14,33); }
td.TdClassName
{
border-color: #B80E21;
}
.TagClassName
{
border-color: #B80E21;
}
</style>