Shades of Venetian Red #B6000E
Tints of Venetian Red #B6000E
RGB
CMYK
RGB Variations
Color information
#B6000E (or 0xB6000E) is known color: Venetian Red. HEX triplet: B6, 00 and 0E. RGB value is (182,0,14). Sum of RGB (Red+Green+Blue) = 182+0+14=196 (25% of max value = 765). Red value is 182 (71.48% from 255 or 92.86% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 182 - color contains mainly: red. Hex color #B6000E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B6000E is #49FFF1. Grayscale: #383838. Windows color (decimal): -4849650 or 917686. OLE color: 917686.
HSL color Cylindrical-coordinate representation of color #B6000E: hue angle of 355.38º 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 #B6000E is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.92 | 0.29 |
| HSL | 355.38º | 1% | 0.36% | - |
| HSV(B) | 355.38º | 1% | 0.71% | - |
| XYZ | 19.37 | 9.98 | 1.32 | - |
| YUV | 56.01 | 104.3 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 0 | 14 | 0 | 1 | 0.92 | 0.29 | 355.38 | 1 | 0.36 |
| Hex | B6 | 0 | E | 0 | 64 | 5C | 1D | 163 | 64 | 24 |
| Octal | 266 | 0 | 16 | 0 | 144 | 134 | 35 | 543 | 144 | 44 |
| Binary | 10110110 | 0 | 1110 | 0 | 1100100 | 1011100 | 11101 | 101100011 | 1100100 | 100100 |
Color Harmonies of #B6000E
Complementary color
Monochromatic Colors of #B6000E
Black with #B6000E
Text Example
Text Example
White with #B6000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6000E; }
p { color: rgb(182,0,14); }
H1.HeaderClassName
{
color: #B6000E;
}
.AnyTagClassName
{
color: #B6000E;
}
</style>
background-color css
<style>
a { background-color: #B6000E; }
a { background-color: rgb(182,0,14); }
div.DivClassName
{
background-color: #B6000E;
}
.BgClassName
{
background-color: #B6000E;
}
</style>
border-color css
<style>
span { border-color: #B6000E; }
span { border-color: rgb(182,0,14); }
td.TdClassName
{
border-color: #B6000E;
}
.TagClassName
{
border-color: #B6000E;
}
</style>