Shades of Venetian Red #B20006
Tints of Venetian Red #B20006
RGB
CMYK
RGB Variations
Color information
#B20006 (or 0xB20006) is known color: Venetian Red. HEX triplet: B2, 00 and 06. RGB value is (178,0,6). Sum of RGB (Red+Green+Blue) = 178+0+6=184 (24% of max value = 765). Red value is 178 (69.92% from 255 or 96.74% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 6 (2.73% from 255 or 3.26% from 184); Max value from RGB is 178 - color contains mainly: red. Hex color #B20006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20006 is #4DFFF9. Grayscale: #363636. Windows color (decimal): -5111802 or 393394. OLE color: 393394.
HSL color Cylindrical-coordinate representation of color #B20006: hue angle of 357.98º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B20006 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.97 | 0.30 |
| HSL | 357.98º | 1% | 0.35% | - |
| HSV(B) | 357.98º | 1% | 0.7% | - |
| XYZ | 18.39 | 9.48 | 1.03 | - |
| YUV | 53.91 | 100.97 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 0 | 6 | 0 | 1 | 0.97 | 0.30 | 357.98 | 1 | 0.35 |
| Hex | B2 | 0 | 6 | 0 | 64 | 61 | 1E | 166 | 64 | 23 |
| Octal | 262 | 0 | 6 | 0 | 144 | 141 | 36 | 546 | 144 | 43 |
| Binary | 10110010 | 0 | 110 | 0 | 1100100 | 1100001 | 11110 | 101100110 | 1100100 | 100011 |
Color Harmonies of #B20006
Complementary color
Monochromatic Colors of #B20006
Black with #B20006
Text Example
Text Example
White with #B20006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20006; }
p { color: rgb(178,0,6); }
H1.HeaderClassName
{
color: #B20006;
}
.AnyTagClassName
{
color: #B20006;
}
</style>
background-color css
<style>
a { background-color: #B20006; }
a { background-color: rgb(178,0,6); }
div.DivClassName
{
background-color: #B20006;
}
.BgClassName
{
background-color: #B20006;
}
</style>
border-color css
<style>
span { border-color: #B20006; }
span { border-color: rgb(178,0,6); }
td.TdClassName
{
border-color: #B20006;
}
.TagClassName
{
border-color: #B20006;
}
</style>