Shades of Venetian Red #B6011B
Tints of Venetian Red #B6011B
RGB
CMYK
RGB Variations
Color information
#B6011B (or 0xB6011B) is known color: Venetian Red. HEX triplet: B6, 01 and 1B. RGB value is (182,1,27). Sum of RGB (Red+Green+Blue) = 182+1+27=210 (27% of max value = 765). Red value is 182 (71.48% from 255 or 86.67% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 182 - color contains mainly: red. Hex color #B6011B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6011B is #49FEE4. Grayscale: #3A3A3A. Windows color (decimal): -4849381 or 1769910. OLE color: 1769910.
HSL color Cylindrical-coordinate representation of color #B6011B: hue angle of 351.38º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B6011B is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.29 |
| HSL | 351.38º | 0.99% | 0.36% | - |
| HSV(B) | 351.38º | 0.99% | 0.71% | - |
| XYZ | 19.5 | 10.05 | 1.95 | - |
| YUV | 58.08 | 110.47 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 27 | 0 | 0.99 | 0.85 | 0.29 | 351.38 | 0.99 | 0.36 |
| Hex | B6 | 1 | 1B | 0 | 63 | 55 | 1D | 15F | 63 | 24 |
| Octal | 266 | 1 | 33 | 0 | 143 | 125 | 35 | 537 | 143 | 44 |
| Binary | 10110110 | 1 | 11011 | 0 | 1100011 | 1010101 | 11101 | 101011111 | 1100011 | 100100 |
Color Harmonies of #B6011B
Complementary color
Monochromatic Colors of #B6011B
Black with #B6011B
Text Example
Text Example
White with #B6011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6011B; }
p { color: rgb(182,1,27); }
H1.HeaderClassName
{
color: #B6011B;
}
.AnyTagClassName
{
color: #B6011B;
}
</style>
background-color css
<style>
a { background-color: #B6011B; }
a { background-color: rgb(182,1,27); }
div.DivClassName
{
background-color: #B6011B;
}
.BgClassName
{
background-color: #B6011B;
}
</style>
border-color css
<style>
span { border-color: #B6011B; }
span { border-color: rgb(182,1,27); }
td.TdClassName
{
border-color: #B6011B;
}
.TagClassName
{
border-color: #B6011B;
}
</style>