Shades of Venetian Red #B8101F
Tints of Venetian Red #B8101F
RGB
CMYK
RGB Variations
Color information
#B8101F (or 0xB8101F) is known color: Venetian Red. HEX triplet: B8, 10 and 1F. RGB value is (184,16,31). Sum of RGB (Red+Green+Blue) = 184+16+31=231 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.65% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 31 (12.5% from 255 or 13.42% from 231); Max value from RGB is 184 - color contains mainly: red. Hex color #B8101F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8101F is #47EFE0. Grayscale: #444444. Windows color (decimal): -4714465 or 2035896. OLE color: 2035896.
HSL color Cylindrical-coordinate representation of color #B8101F: hue angle of 354.64º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B8101F is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 16 | 31 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.28 |
| HSL | 354.64º | 0.84% | 0.39% | - |
| HSV(B) | 354.64º | 0.91% | 0.72% | - |
| XYZ | 20.2 | 10.66 | 2.29 | - |
| YUV | 67.94 | 107.16 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 31 | 0 | 0.91 | 0.83 | 0.28 | 354.64 | 0.84 | 0.39 |
| Hex | B8 | 10 | 1F | 0 | 5B | 53 | 1C | 163 | 54 | 27 |
| Octal | 270 | 20 | 37 | 0 | 133 | 123 | 34 | 543 | 124 | 47 |
| Binary | 10111000 | 10000 | 11111 | 0 | 1011011 | 1010011 | 11100 | 101100011 | 1010100 | 100111 |
Color Harmonies of #B8101F
Complementary color
Monochromatic Colors of #B8101F
Black with #B8101F
Text Example
Text Example
White with #B8101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8101F; }
p { color: rgb(184,16,31); }
H1.HeaderClassName
{
color: #B8101F;
}
.AnyTagClassName
{
color: #B8101F;
}
</style>
background-color css
<style>
a { background-color: #B8101F; }
a { background-color: rgb(184,16,31); }
div.DivClassName
{
background-color: #B8101F;
}
.BgClassName
{
background-color: #B8101F;
}
</style>
border-color css
<style>
span { border-color: #B8101F; }
span { border-color: rgb(184,16,31); }
td.TdClassName
{
border-color: #B8101F;
}
.TagClassName
{
border-color: #B8101F;
}
</style>