Shades of Venetian Red #B80125
Tints of Venetian Red #B80125
RGB
CMYK
RGB Variations
Color information
#B80125 (or 0xB80125) is known color: Venetian Red. HEX triplet: B8, 01 and 25. RGB value is (184,1,37). Sum of RGB (Red+Green+Blue) = 184+1+37=222 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.88% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 37 (14.84% from 255 or 16.67% from 222); Max value from RGB is 184 - color contains mainly: red. Hex color #B80125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80125 is #47FEDA. Grayscale: #3B3B3B. Windows color (decimal): -4718299 or 2425272. OLE color: 2425272.
HSL color Cylindrical-coordinate representation of color #B80125: hue angle of 348.2º 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 #B80125 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 37 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.28 |
| HSL | 348.2º | 0.99% | 0.36% | - |
| HSV(B) | 348.2º | 0.99% | 0.72% | - |
| XYZ | 20.11 | 10.35 | 2.69 | - |
| YUV | 59.82 | 115.13 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 37 | 0 | 0.99 | 0.80 | 0.28 | 348.2 | 0.99 | 0.36 |
| Hex | B8 | 1 | 25 | 0 | 63 | 50 | 1C | 15C | 63 | 24 |
| Octal | 270 | 1 | 45 | 0 | 143 | 120 | 34 | 534 | 143 | 44 |
| Binary | 10111000 | 1 | 100101 | 0 | 1100011 | 1010000 | 11100 | 101011100 | 1100011 | 100100 |
Color Harmonies of #B80125
Complementary color
Monochromatic Colors of #B80125
Black with #B80125
Text Example
Text Example
White with #B80125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80125; }
p { color: rgb(184,1,37); }
H1.HeaderClassName
{
color: #B80125;
}
.AnyTagClassName
{
color: #B80125;
}
</style>
background-color css
<style>
a { background-color: #B80125; }
a { background-color: rgb(184,1,37); }
div.DivClassName
{
background-color: #B80125;
}
.BgClassName
{
background-color: #B80125;
}
</style>
border-color css
<style>
span { border-color: #B80125; }
span { border-color: rgb(184,1,37); }
td.TdClassName
{
border-color: #B80125;
}
.TagClassName
{
border-color: #B80125;
}
</style>