Shades of Venetian Red #B80110
Tints of Venetian Red #B80110
RGB
CMYK
RGB Variations
Color information
#B80110 (or 0xB80110) is known color: Venetian Red. HEX triplet: B8, 01 and 10. RGB value is (184,1,16). Sum of RGB (Red+Green+Blue) = 184+1+16=201 (26% of max value = 765). Red value is 184 (72.27% from 255 or 91.54% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 184 - color contains mainly: red. Hex color #B80110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80110 is #47FEEF. Grayscale: #393939. Windows color (decimal): -4718320 or 1049016. OLE color: 1049016.
HSL color Cylindrical-coordinate representation of color #B80110: hue angle of 355.08º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B80110 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 16 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.28 |
| HSL | 355.08º | 0.99% | 0.36% | - |
| HSV(B) | 355.08º | 0.99% | 0.72% | - |
| XYZ | 19.87 | 10.25 | 1.42 | - |
| YUV | 57.43 | 104.63 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 16 | 0 | 0.99 | 0.91 | 0.28 | 355.08 | 0.99 | 0.36 |
| Hex | B8 | 1 | 10 | 0 | 63 | 5B | 1C | 163 | 63 | 24 |
| Octal | 270 | 1 | 20 | 0 | 143 | 133 | 34 | 543 | 143 | 44 |
| Binary | 10111000 | 1 | 10000 | 0 | 1100011 | 1011011 | 11100 | 101100011 | 1100011 | 100100 |
Color Harmonies of #B80110
Complementary color
Monochromatic Colors of #B80110
Black with #B80110
Text Example
Text Example
White with #B80110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80110; }
p { color: rgb(184,1,16); }
H1.HeaderClassName
{
color: #B80110;
}
.AnyTagClassName
{
color: #B80110;
}
</style>
background-color css
<style>
a { background-color: #B80110; }
a { background-color: rgb(184,1,16); }
div.DivClassName
{
background-color: #B80110;
}
.BgClassName
{
background-color: #B80110;
}
</style>
border-color css
<style>
span { border-color: #B80110; }
span { border-color: rgb(184,1,16); }
td.TdClassName
{
border-color: #B80110;
}
.TagClassName
{
border-color: #B80110;
}
</style>