Shades of Venetian Red #B6001D
Tints of Venetian Red #B6001D
RGB
CMYK
RGB Variations
Color information
#B6001D (or 0xB6001D) is known color: Venetian Red. HEX triplet: B6, 00 and 1D. RGB value is (182,0,29). Sum of RGB (Red+Green+Blue) = 182+0+29=211 (27% of max value = 765). Red value is 182 (71.48% from 255 or 86.26% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 182 - color contains mainly: red. Hex color #B6001D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6001D is #49FFE2. Grayscale: #393939. Windows color (decimal): -4849635 or 1900726. OLE color: 1900726.
HSL color Cylindrical-coordinate representation of color #B6001D: hue angle of 350.44º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B6001D is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.84 | 0.29 |
| HSL | 350.44º | 1% | 0.36% | - |
| HSV(B) | 350.44º | 1% | 0.71% | - |
| XYZ | 19.51 | 10.03 | 2.07 | - |
| YUV | 57.72 | 111.8 | 216.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 0 | 29 | 0 | 1 | 0.84 | 0.29 | 350.44 | 1 | 0.36 |
| Hex | B6 | 0 | 1D | 0 | 64 | 54 | 1D | 15E | 64 | 24 |
| Octal | 266 | 0 | 35 | 0 | 144 | 124 | 35 | 536 | 144 | 44 |
| Binary | 10110110 | 0 | 11101 | 0 | 1100100 | 1010100 | 11101 | 101011110 | 1100100 | 100100 |
Color Harmonies of #B6001D
Complementary color
Monochromatic Colors of #B6001D
Black with #B6001D
Text Example
Text Example
White with #B6001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6001D; }
p { color: rgb(182,0,29); }
H1.HeaderClassName
{
color: #B6001D;
}
.AnyTagClassName
{
color: #B6001D;
}
</style>
background-color css
<style>
a { background-color: #B6001D; }
a { background-color: rgb(182,0,29); }
div.DivClassName
{
background-color: #B6001D;
}
.BgClassName
{
background-color: #B6001D;
}
</style>
border-color css
<style>
span { border-color: #B6001D; }
span { border-color: rgb(182,0,29); }
td.TdClassName
{
border-color: #B6001D;
}
.TagClassName
{
border-color: #B6001D;
}
</style>