Shades of Venetian Red #B6121D
Tints of Venetian Red #B6121D
RGB
CMYK
RGB Variations
Color information
#B6121D (or 0xB6121D) is known color: Venetian Red. HEX triplet: B6, 12 and 1D. RGB value is (182,18,29). Sum of RGB (Red+Green+Blue) = 182+18+29=229 (30% of max value = 765). Red value is 182 (71.48% from 255 or 79.48% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 182 - color contains mainly: red. Hex color #B6121D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6121D is #49EDE2. Grayscale: #444444. Windows color (decimal): -4845027 or 1905334. OLE color: 1905334.
HSL color Cylindrical-coordinate representation of color #B6121D: hue angle of 355.98º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B6121D is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 18 | 29 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.29 |
| HSL | 355.98º | 0.82% | 0.39% | - |
| HSV(B) | 355.98º | 0.9% | 0.71% | - |
| XYZ | 19.73 | 10.47 | 2.14 | - |
| YUV | 68.29 | 105.83 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 18 | 29 | 0 | 0.90 | 0.84 | 0.29 | 355.98 | 0.82 | 0.39 |
| Hex | B6 | 12 | 1D | 0 | 5A | 54 | 1D | 164 | 52 | 27 |
| Octal | 266 | 22 | 35 | 0 | 132 | 124 | 35 | 544 | 122 | 47 |
| Binary | 10110110 | 10010 | 11101 | 0 | 1011010 | 1010100 | 11101 | 101100100 | 1010010 | 100111 |
Color Harmonies of #B6121D
Complementary color
Monochromatic Colors of #B6121D
Black with #B6121D
Text Example
Text Example
White with #B6121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6121D; }
p { color: rgb(182,18,29); }
H1.HeaderClassName
{
color: #B6121D;
}
.AnyTagClassName
{
color: #B6121D;
}
</style>
background-color css
<style>
a { background-color: #B6121D; }
a { background-color: rgb(182,18,29); }
div.DivClassName
{
background-color: #B6121D;
}
.BgClassName
{
background-color: #B6121D;
}
</style>
border-color css
<style>
span { border-color: #B6121D; }
span { border-color: rgb(182,18,29); }
td.TdClassName
{
border-color: #B6121D;
}
.TagClassName
{
border-color: #B6121D;
}
</style>