Shades of Venetian Red #B6101D
Tints of Venetian Red #B6101D
RGB
CMYK
RGB Variations
Color information
#B6101D (or 0xB6101D) is known color: Venetian Red. HEX triplet: B6, 10 and 1D. RGB value is (182,16,29). Sum of RGB (Red+Green+Blue) = 182+16+29=227 (30% of max value = 765). Red value is 182 (71.48% from 255 or 80.18% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 182 - color contains mainly: red. Hex color #B6101D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6101D is #49EFE2. Grayscale: #434343. Windows color (decimal): -4845539 or 1904822. OLE color: 1904822.
HSL color Cylindrical-coordinate representation of color #B6101D: hue angle of 355.3º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B6101D is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 16 | 29 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.29 |
| HSL | 355.3º | 0.84% | 0.39% | - |
| HSV(B) | 355.3º | 0.91% | 0.71% | - |
| XYZ | 19.7 | 10.4 | 2.13 | - |
| YUV | 67.12 | 106.5 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 16 | 29 | 0 | 0.91 | 0.84 | 0.29 | 355.3 | 0.84 | 0.39 |
| Hex | B6 | 10 | 1D | 0 | 5B | 54 | 1D | 163 | 54 | 27 |
| Octal | 266 | 20 | 35 | 0 | 133 | 124 | 35 | 543 | 124 | 47 |
| Binary | 10110110 | 10000 | 11101 | 0 | 1011011 | 1010100 | 11101 | 101100011 | 1010100 | 100111 |
Color Harmonies of #B6101D
Complementary color
Monochromatic Colors of #B6101D
Black with #B6101D
Text Example
Text Example
White with #B6101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6101D; }
p { color: rgb(182,16,29); }
H1.HeaderClassName
{
color: #B6101D;
}
.AnyTagClassName
{
color: #B6101D;
}
</style>
background-color css
<style>
a { background-color: #B6101D; }
a { background-color: rgb(182,16,29); }
div.DivClassName
{
background-color: #B6101D;
}
.BgClassName
{
background-color: #B6101D;
}
</style>
border-color css
<style>
span { border-color: #B6101D; }
span { border-color: rgb(182,16,29); }
td.TdClassName
{
border-color: #B6101D;
}
.TagClassName
{
border-color: #B6101D;
}
</style>