Shades of Venetian Red #B80B25
Tints of Venetian Red #B80B25
RGB
CMYK
RGB Variations
Color information
#B80B25 (or 0xB80B25) is known color: Venetian Red. HEX triplet: B8, 0B and 25. RGB value is (184,11,37). Sum of RGB (Red+Green+Blue) = 184+11+37=232 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.31% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80B25 is #47F4DA. Grayscale: #414141. Windows color (decimal): -4715739 or 2427832. OLE color: 2427832.
HSL color Cylindrical-coordinate representation of color #B80B25: hue angle of 350.98º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80B25 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 11 | 37 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.28 |
| HSL | 350.98º | 0.89% | 0.38% | - |
| HSV(B) | 350.98º | 0.94% | 0.72% | - |
| XYZ | 20.22 | 10.56 | 2.72 | - |
| YUV | 65.69 | 111.81 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 37 | 0 | 0.94 | 0.80 | 0.28 | 350.98 | 0.89 | 0.38 |
| Hex | B8 | B | 25 | 0 | 5E | 50 | 1C | 15F | 59 | 26 |
| Octal | 270 | 13 | 45 | 0 | 136 | 120 | 34 | 537 | 131 | 46 |
| Binary | 10111000 | 1011 | 100101 | 0 | 1011110 | 1010000 | 11100 | 101011111 | 1011001 | 100110 |
Color Harmonies of #B80B25
Complementary color
Monochromatic Colors of #B80B25
Black with #B80B25
Text Example
Text Example
White with #B80B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80B25; }
p { color: rgb(184,11,37); }
H1.HeaderClassName
{
color: #B80B25;
}
.AnyTagClassName
{
color: #B80B25;
}
</style>
background-color css
<style>
a { background-color: #B80B25; }
a { background-color: rgb(184,11,37); }
div.DivClassName
{
background-color: #B80B25;
}
.BgClassName
{
background-color: #B80B25;
}
</style>
border-color css
<style>
span { border-color: #B80B25; }
span { border-color: rgb(184,11,37); }
td.TdClassName
{
border-color: #B80B25;
}
.TagClassName
{
border-color: #B80B25;
}
</style>