Shades of Venetian Red #B6101B
Tints of Venetian Red #B6101B
RGB
CMYK
RGB Variations
Color information
#B6101B (or 0xB6101B) is known color: Venetian Red. HEX triplet: B6, 10 and 1B. RGB value is (182,16,27). Sum of RGB (Red+Green+Blue) = 182+16+27=225 (29% of max value = 765). Red value is 182 (71.48% from 255 or 80.89% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 182 - color contains mainly: red. Hex color #B6101B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6101B is #49EFE4. Grayscale: #434343. Windows color (decimal): -4845541 or 1773750. OLE color: 1773750.
HSL color Cylindrical-coordinate representation of color #B6101B: hue angle of 356.02º 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 #B6101B is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 16 | 27 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.29 |
| HSL | 356.02º | 0.84% | 0.39% | - |
| HSV(B) | 356.02º | 0.91% | 0.71% | - |
| XYZ | 19.67 | 10.39 | 2.01 | - |
| YUV | 66.89 | 105.5 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 16 | 27 | 0 | 0.91 | 0.85 | 0.29 | 356.02 | 0.84 | 0.39 |
| Hex | B6 | 10 | 1B | 0 | 5B | 55 | 1D | 164 | 54 | 27 |
| Octal | 266 | 20 | 33 | 0 | 133 | 125 | 35 | 544 | 124 | 47 |
| Binary | 10110110 | 10000 | 11011 | 0 | 1011011 | 1010101 | 11101 | 101100100 | 1010100 | 100111 |
Color Harmonies of #B6101B
Complementary color
Monochromatic Colors of #B6101B
Black with #B6101B
Text Example
Text Example
White with #B6101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6101B; }
p { color: rgb(182,16,27); }
H1.HeaderClassName
{
color: #B6101B;
}
.AnyTagClassName
{
color: #B6101B;
}
</style>
background-color css
<style>
a { background-color: #B6101B; }
a { background-color: rgb(182,16,27); }
div.DivClassName
{
background-color: #B6101B;
}
.BgClassName
{
background-color: #B6101B;
}
</style>
border-color css
<style>
span { border-color: #B6101B; }
span { border-color: rgb(182,16,27); }
td.TdClassName
{
border-color: #B6101B;
}
.TagClassName
{
border-color: #B6101B;
}
</style>