Shades of Venetian Red #B6000D
Tints of Venetian Red #B6000D
RGB
CMYK
RGB Variations
Color information
#B6000D (or 0xB6000D) is known color: Venetian Red. HEX triplet: B6, 00 and 0D. RGB value is (182,0,13). Sum of RGB (Red+Green+Blue) = 182+0+13=195 (25% of max value = 765). Red value is 182 (71.48% from 255 or 93.33% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 182 - color contains mainly: red. Hex color #B6000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B6000D is #49FFF2. Grayscale: #383838. Windows color (decimal): -4849651 or 852150. OLE color: 852150.
HSL color Cylindrical-coordinate representation of color #B6000D: hue angle of 355.71º 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 #B6000D is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.93 | 0.29 |
| HSL | 355.71º | 1% | 0.36% | - |
| HSV(B) | 355.71º | 1% | 0.71% | - |
| XYZ | 19.36 | 9.97 | 1.29 | - |
| YUV | 55.9 | 103.8 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 0 | 13 | 0 | 1 | 0.93 | 0.29 | 355.71 | 1 | 0.36 |
| Hex | B6 | 0 | D | 0 | 64 | 5D | 1D | 164 | 64 | 24 |
| Octal | 266 | 0 | 15 | 0 | 144 | 135 | 35 | 544 | 144 | 44 |
| Binary | 10110110 | 0 | 1101 | 0 | 1100100 | 1011101 | 11101 | 101100100 | 1100100 | 100100 |
Color Harmonies of #B6000D
Complementary color
Monochromatic Colors of #B6000D
Black with #B6000D
Text Example
Text Example
White with #B6000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6000D; }
p { color: rgb(182,0,13); }
H1.HeaderClassName
{
color: #B6000D;
}
.AnyTagClassName
{
color: #B6000D;
}
</style>
background-color css
<style>
a { background-color: #B6000D; }
a { background-color: rgb(182,0,13); }
div.DivClassName
{
background-color: #B6000D;
}
.BgClassName
{
background-color: #B6000D;
}
</style>
border-color css
<style>
span { border-color: #B6000D; }
span { border-color: rgb(182,0,13); }
td.TdClassName
{
border-color: #B6000D;
}
.TagClassName
{
border-color: #B6000D;
}
</style>