Shades of Venetian Red #B80709
Tints of Venetian Red #B80709
RGB
CMYK
RGB Variations
Color information
#B80709 (or 0xB80709) is known color: Venetian Red. HEX triplet: B8, 07 and 09. RGB value is (184,7,9). Sum of RGB (Red+Green+Blue) = 184+7+9=200 (26% of max value = 765). Red value is 184 (72.27% from 255 or 92% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 9 (3.91% from 255 or 4.5% from 200); Max value from RGB is 184 - color contains mainly: red. Hex color #B80709 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80709 is #47F8F6. Grayscale: #3C3C3C. Windows color (decimal): -4716791 or 591800. OLE color: 591800.
HSL color Cylindrical-coordinate representation of color #B80709: hue angle of 359.32º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80709 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 9 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.28 |
| HSL | 359.32º | 0.93% | 0.37% | - |
| HSV(B) | 359.32º | 0.96% | 0.72% | - |
| XYZ | 19.89 | 10.36 | 1.21 | - |
| YUV | 60.15 | 99.14 | 216.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 9 | 0 | 0.96 | 0.95 | 0.28 | 359.32 | 0.93 | 0.37 |
| Hex | B8 | 7 | 9 | 0 | 60 | 5F | 1C | 167 | 5D | 25 |
| Octal | 270 | 7 | 11 | 0 | 140 | 137 | 34 | 547 | 135 | 45 |
| Binary | 10111000 | 111 | 1001 | 0 | 1100000 | 1011111 | 11100 | 101100111 | 1011101 | 100101 |
Color Harmonies of #B80709
Complementary color
Monochromatic Colors of #B80709
Black with #B80709
Text Example
Text Example
White with #B80709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80709; }
p { color: rgb(184,7,9); }
H1.HeaderClassName
{
color: #B80709;
}
.AnyTagClassName
{
color: #B80709;
}
</style>
background-color css
<style>
a { background-color: #B80709; }
a { background-color: rgb(184,7,9); }
div.DivClassName
{
background-color: #B80709;
}
.BgClassName
{
background-color: #B80709;
}
</style>
border-color css
<style>
span { border-color: #B80709; }
span { border-color: rgb(184,7,9); }
td.TdClassName
{
border-color: #B80709;
}
.TagClassName
{
border-color: #B80709;
}
</style>