Shades of Venetian Red #B8101D
Tints of Venetian Red #B8101D
RGB
CMYK
RGB Variations
Color information
#B8101D (or 0xB8101D) is known color: Venetian Red. HEX triplet: B8, 10 and 1D. RGB value is (184,16,29). Sum of RGB (Red+Green+Blue) = 184+16+29=229 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.35% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 184 - color contains mainly: red. Hex color #B8101D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8101D is #47EFE2. Grayscale: #434343. Windows color (decimal): -4714467 or 1904824. OLE color: 1904824.
HSL color Cylindrical-coordinate representation of color #B8101D: hue angle of 355.36º 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 #B8101D is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 16 | 29 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.28 |
| HSL | 355.36º | 0.84% | 0.39% | - |
| HSV(B) | 355.36º | 0.91% | 0.72% | - |
| XYZ | 20.17 | 10.65 | 2.15 | - |
| YUV | 67.71 | 106.16 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 29 | 0 | 0.91 | 0.84 | 0.28 | 355.36 | 0.84 | 0.39 |
| Hex | B8 | 10 | 1D | 0 | 5B | 54 | 1C | 163 | 54 | 27 |
| Octal | 270 | 20 | 35 | 0 | 133 | 124 | 34 | 543 | 124 | 47 |
| Binary | 10111000 | 10000 | 11101 | 0 | 1011011 | 1010100 | 11100 | 101100011 | 1010100 | 100111 |
Color Harmonies of #B8101D
Complementary color
Monochromatic Colors of #B8101D
Black with #B8101D
Text Example
Text Example
White with #B8101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8101D; }
p { color: rgb(184,16,29); }
H1.HeaderClassName
{
color: #B8101D;
}
.AnyTagClassName
{
color: #B8101D;
}
</style>
background-color css
<style>
a { background-color: #B8101D; }
a { background-color: rgb(184,16,29); }
div.DivClassName
{
background-color: #B8101D;
}
.BgClassName
{
background-color: #B8101D;
}
</style>
border-color css
<style>
span { border-color: #B8101D; }
span { border-color: rgb(184,16,29); }
td.TdClassName
{
border-color: #B8101D;
}
.TagClassName
{
border-color: #B8101D;
}
</style>