Shades of Venetian Red #B80F12
Tints of Venetian Red #B80F12
RGB
CMYK
RGB Variations
Color information
#B80F12 (or 0xB80F12) is known color: Venetian Red. HEX triplet: B8, 0F and 12. RGB value is (184,15,18). Sum of RGB (Red+Green+Blue) = 184+15+18=217 (28% of max value = 765). Red value is 184 (72.27% from 255 or 84.79% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 184 - color contains mainly: red. Hex color #B80F12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80F12 is #47F0ED. Grayscale: #424242. Windows color (decimal): -4714734 or 1183672. OLE color: 1183672.
HSL color Cylindrical-coordinate representation of color #B80F12: hue angle of 358.93º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B80F12 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 15 | 18 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.28 |
| HSL | 358.93º | 0.85% | 0.39% | - |
| HSV(B) | 358.93º | 0.92% | 0.72% | - |
| XYZ | 20.05 | 10.58 | 1.56 | - |
| YUV | 65.87 | 100.99 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 15 | 18 | 0 | 0.92 | 0.90 | 0.28 | 358.93 | 0.85 | 0.39 |
| Hex | B8 | F | 12 | 0 | 5C | 5A | 1C | 167 | 55 | 27 |
| Octal | 270 | 17 | 22 | 0 | 134 | 132 | 34 | 547 | 125 | 47 |
| Binary | 10111000 | 1111 | 10010 | 0 | 1011100 | 1011010 | 11100 | 101100111 | 1010101 | 100111 |
Color Harmonies of #B80F12
Complementary color
Monochromatic Colors of #B80F12
Black with #B80F12
Text Example
Text Example
White with #B80F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80F12; }
p { color: rgb(184,15,18); }
H1.HeaderClassName
{
color: #B80F12;
}
.AnyTagClassName
{
color: #B80F12;
}
</style>
background-color css
<style>
a { background-color: #B80F12; }
a { background-color: rgb(184,15,18); }
div.DivClassName
{
background-color: #B80F12;
}
.BgClassName
{
background-color: #B80F12;
}
</style>
border-color css
<style>
span { border-color: #B80F12; }
span { border-color: rgb(184,15,18); }
td.TdClassName
{
border-color: #B80F12;
}
.TagClassName
{
border-color: #B80F12;
}
</style>