Shades of Venetian Red #B80107
Tints of Venetian Red #B80107
RGB
CMYK
RGB Variations
Color information
#B80107 (or 0xB80107) is known color: Venetian Red. HEX triplet: B8, 01 and 07. RGB value is (184,1,7). Sum of RGB (Red+Green+Blue) = 184+1+7=192 (25% of max value = 765). Red value is 184 (72.27% from 255 or 95.83% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 7 (3.12% from 255 or 3.65% from 192); Max value from RGB is 184 - color contains mainly: red. Hex color #B80107 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80107 is #47FEF8. Grayscale: #383838. Windows color (decimal): -4718329 or 459192. OLE color: 459192.
HSL color Cylindrical-coordinate representation of color #B80107: hue angle of 358.03º 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 #B80107 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 7 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.28 |
| HSL | 358.03º | 0.99% | 0.36% | - |
| HSV(B) | 358.03º | 0.99% | 0.72% | - |
| XYZ | 19.82 | 10.23 | 1.13 | - |
| YUV | 56.4 | 100.13 | 219.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 7 | 0 | 0.99 | 0.96 | 0.28 | 358.03 | 0.99 | 0.36 |
| Hex | B8 | 1 | 7 | 0 | 63 | 60 | 1C | 166 | 63 | 24 |
| Octal | 270 | 1 | 7 | 0 | 143 | 140 | 34 | 546 | 143 | 44 |
| Binary | 10111000 | 1 | 111 | 0 | 1100011 | 1100000 | 11100 | 101100110 | 1100011 | 100100 |
Color Harmonies of #B80107
Complementary color
Monochromatic Colors of #B80107
Black with #B80107
Text Example
Text Example
White with #B80107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80107; }
p { color: rgb(184,1,7); }
H1.HeaderClassName
{
color: #B80107;
}
.AnyTagClassName
{
color: #B80107;
}
</style>
background-color css
<style>
a { background-color: #B80107; }
a { background-color: rgb(184,1,7); }
div.DivClassName
{
background-color: #B80107;
}
.BgClassName
{
background-color: #B80107;
}
</style>
border-color css
<style>
span { border-color: #B80107; }
span { border-color: rgb(184,1,7); }
td.TdClassName
{
border-color: #B80107;
}
.TagClassName
{
border-color: #B80107;
}
</style>