Shades of Venetian Red #B8101C
Tints of Venetian Red #B8101C
RGB
CMYK
RGB Variations
Color information
#B8101C (or 0xB8101C) is known color: Venetian Red. HEX triplet: B8, 10 and 1C. RGB value is (184,16,28). Sum of RGB (Red+Green+Blue) = 184+16+28=228 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.70% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 184 - color contains mainly: red. Hex color #B8101C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8101C is #47EFE3. Grayscale: #434343. Windows color (decimal): -4714468 or 1839288. OLE color: 1839288.
HSL color Cylindrical-coordinate representation of color #B8101C: hue angle of 355.71º 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 #B8101C is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 16 | 28 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.28 |
| HSL | 355.71º | 0.84% | 0.39% | - |
| HSV(B) | 355.71º | 0.91% | 0.72% | - |
| XYZ | 20.16 | 10.64 | 2.09 | - |
| YUV | 67.6 | 105.66 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 28 | 0 | 0.91 | 0.85 | 0.28 | 355.71 | 0.84 | 0.39 |
| Hex | B8 | 10 | 1C | 0 | 5B | 55 | 1C | 164 | 54 | 27 |
| Octal | 270 | 20 | 34 | 0 | 133 | 125 | 34 | 544 | 124 | 47 |
| Binary | 10111000 | 10000 | 11100 | 0 | 1011011 | 1010101 | 11100 | 101100100 | 1010100 | 100111 |
Color Harmonies of #B8101C
Complementary color
Monochromatic Colors of #B8101C
Black with #B8101C
Text Example
Text Example
White with #B8101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8101C; }
p { color: rgb(184,16,28); }
H1.HeaderClassName
{
color: #B8101C;
}
.AnyTagClassName
{
color: #B8101C;
}
</style>
background-color css
<style>
a { background-color: #B8101C; }
a { background-color: rgb(184,16,28); }
div.DivClassName
{
background-color: #B8101C;
}
.BgClassName
{
background-color: #B8101C;
}
</style>
border-color css
<style>
span { border-color: #B8101C; }
span { border-color: rgb(184,16,28); }
td.TdClassName
{
border-color: #B8101C;
}
.TagClassName
{
border-color: #B8101C;
}
</style>