Shades of Venetian Red #B80109
Tints of Venetian Red #B80109
RGB
CMYK
RGB Variations
Color information
#B80109 (or 0xB80109) is known color: Venetian Red. HEX triplet: B8, 01 and 09. RGB value is (184,1,9). Sum of RGB (Red+Green+Blue) = 184+1+9=194 (25% of max value = 765). Red value is 184 (72.27% from 255 or 94.85% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 9 (3.91% from 255 or 4.64% from 194); Max value from RGB is 184 - color contains mainly: red. Hex color #B80109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80109 is #47FEF6. Grayscale: #383838. Windows color (decimal): -4718327 or 590264. OLE color: 590264.
HSL color Cylindrical-coordinate representation of color #B80109: hue angle of 357.38º 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 #B80109 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 9 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.28 |
| HSL | 357.38º | 0.99% | 0.36% | - |
| HSV(B) | 357.38º | 0.99% | 0.72% | - |
| XYZ | 19.83 | 10.23 | 1.19 | - |
| YUV | 56.63 | 101.13 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 9 | 0 | 0.99 | 0.95 | 0.28 | 357.38 | 0.99 | 0.36 |
| Hex | B8 | 1 | 9 | 0 | 63 | 5F | 1C | 165 | 63 | 24 |
| Octal | 270 | 1 | 11 | 0 | 143 | 137 | 34 | 545 | 143 | 44 |
| Binary | 10111000 | 1 | 1001 | 0 | 1100011 | 1011111 | 11100 | 101100101 | 1100011 | 100100 |
Color Harmonies of #B80109
Complementary color
Monochromatic Colors of #B80109
Black with #B80109
Text Example
Text Example
White with #B80109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80109; }
p { color: rgb(184,1,9); }
H1.HeaderClassName
{
color: #B80109;
}
.AnyTagClassName
{
color: #B80109;
}
</style>
background-color css
<style>
a { background-color: #B80109; }
a { background-color: rgb(184,1,9); }
div.DivClassName
{
background-color: #B80109;
}
.BgClassName
{
background-color: #B80109;
}
</style>
border-color css
<style>
span { border-color: #B80109; }
span { border-color: rgb(184,1,9); }
td.TdClassName
{
border-color: #B80109;
}
.TagClassName
{
border-color: #B80109;
}
</style>