Shades of Venetian Red #B6002D
Tints of Venetian Red #B6002D
RGB
CMYK
RGB Variations
Color information
#B6002D (or 0xB6002D) is known color: Venetian Red. HEX triplet: B6, 00 and 2D. RGB value is (182,0,45). Sum of RGB (Red+Green+Blue) = 182+0+45=227 (30% of max value = 765). Red value is 182 (71.48% from 255 or 80.18% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 182 - color contains mainly: red. Hex color #B6002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6002D is #49FFD2. Grayscale: #3B3B3B. Windows color (decimal): -4849619 or 2949302. OLE color: 2949302.
HSL color Cylindrical-coordinate representation of color #B6002D: hue angle of 345.16º 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 #B6002D is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.75 | 0.29 |
| HSL | 345.16º | 1% | 0.36% | - |
| HSV(B) | 345.16º | 1% | 0.71% | - |
| XYZ | 19.77 | 10.13 | 3.4 | - |
| YUV | 59.55 | 119.8 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 0 | 45 | 0 | 1 | 0.75 | 0.29 | 345.16 | 1 | 0.36 |
| Hex | B6 | 0 | 2D | 0 | 64 | 4B | 1D | 159 | 64 | 24 |
| Octal | 266 | 0 | 55 | 0 | 144 | 113 | 35 | 531 | 144 | 44 |
| Binary | 10110110 | 0 | 101101 | 0 | 1100100 | 1001011 | 11101 | 101011001 | 1100100 | 100100 |
Color Harmonies of #B6002D
Complementary color
Monochromatic Colors of #B6002D
Black with #B6002D
Text Example
Text Example
White with #B6002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6002D; }
p { color: rgb(182,0,45); }
H1.HeaderClassName
{
color: #B6002D;
}
.AnyTagClassName
{
color: #B6002D;
}
</style>
background-color css
<style>
a { background-color: #B6002D; }
a { background-color: rgb(182,0,45); }
div.DivClassName
{
background-color: #B6002D;
}
.BgClassName
{
background-color: #B6002D;
}
</style>
border-color css
<style>
span { border-color: #B6002D; }
span { border-color: rgb(182,0,45); }
td.TdClassName
{
border-color: #B6002D;
}
.TagClassName
{
border-color: #B6002D;
}
</style>