Shades of Venetian Red #B80D1B
Tints of Venetian Red #B80D1B
RGB
CMYK
RGB Variations
Color information
#B80D1B (or 0xB80D1B) is known color: Venetian Red. HEX triplet: B8, 0D and 1B. RGB value is (184,13,27). Sum of RGB (Red+Green+Blue) = 184+13+27=224 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.14% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 184 - color contains mainly: red. Hex color #B80D1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80D1B is #47F2E4. Grayscale: #414141. Windows color (decimal): -4715237 or 1772984. OLE color: 1772984.
HSL color Cylindrical-coordinate representation of color #B80D1B: hue angle of 355.09º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80D1B is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 13 | 27 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.28 |
| HSL | 355.09º | 0.87% | 0.39% | - |
| HSV(B) | 355.09º | 0.93% | 0.72% | - |
| XYZ | 20.11 | 10.56 | 2.01 | - |
| YUV | 65.73 | 106.15 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 13 | 27 | 0 | 0.93 | 0.85 | 0.28 | 355.09 | 0.87 | 0.39 |
| Hex | B8 | D | 1B | 0 | 5D | 55 | 1C | 163 | 57 | 27 |
| Octal | 270 | 15 | 33 | 0 | 135 | 125 | 34 | 543 | 127 | 47 |
| Binary | 10111000 | 1101 | 11011 | 0 | 1011101 | 1010101 | 11100 | 101100011 | 1010111 | 100111 |
Color Harmonies of #B80D1B
Complementary color
Monochromatic Colors of #B80D1B
Black with #B80D1B
Text Example
Text Example
White with #B80D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80D1B; }
p { color: rgb(184,13,27); }
H1.HeaderClassName
{
color: #B80D1B;
}
.AnyTagClassName
{
color: #B80D1B;
}
</style>
background-color css
<style>
a { background-color: #B80D1B; }
a { background-color: rgb(184,13,27); }
div.DivClassName
{
background-color: #B80D1B;
}
.BgClassName
{
background-color: #B80D1B;
}
</style>
border-color css
<style>
span { border-color: #B80D1B; }
span { border-color: rgb(184,13,27); }
td.TdClassName
{
border-color: #B80D1B;
}
.TagClassName
{
border-color: #B80D1B;
}
</style>