Shades of Venetian Red #B6012B
Tints of Venetian Red #B6012B
RGB
CMYK
RGB Variations
Color information
#B6012B (or 0xB6012B) is known color: Venetian Red. HEX triplet: B6, 01 and 2B. RGB value is (182,1,43). Sum of RGB (Red+Green+Blue) = 182+1+43=226 (29% of max value = 765). Red value is 182 (71.48% from 255 or 80.53% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 182 - color contains mainly: red. Hex color #B6012B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6012B is #49FED4. Grayscale: #3B3B3B. Windows color (decimal): -4849365 or 2818486. OLE color: 2818486.
HSL color Cylindrical-coordinate representation of color #B6012B: hue angle of 346.08º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B6012B is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.29 |
| HSL | 346.08º | 0.99% | 0.36% | - |
| HSV(B) | 346.08º | 0.99% | 0.71% | - |
| XYZ | 19.74 | 10.14 | 3.2 | - |
| YUV | 59.91 | 118.47 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 43 | 0 | 0.99 | 0.76 | 0.29 | 346.08 | 0.99 | 0.36 |
| Hex | B6 | 1 | 2B | 0 | 63 | 4C | 1D | 15A | 63 | 24 |
| Octal | 266 | 1 | 53 | 0 | 143 | 114 | 35 | 532 | 143 | 44 |
| Binary | 10110110 | 1 | 101011 | 0 | 1100011 | 1001100 | 11101 | 101011010 | 1100011 | 100100 |
Color Harmonies of #B6012B
Complementary color
Monochromatic Colors of #B6012B
Black with #B6012B
Text Example
Text Example
White with #B6012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6012B; }
p { color: rgb(182,1,43); }
H1.HeaderClassName
{
color: #B6012B;
}
.AnyTagClassName
{
color: #B6012B;
}
</style>
background-color css
<style>
a { background-color: #B6012B; }
a { background-color: rgb(182,1,43); }
div.DivClassName
{
background-color: #B6012B;
}
.BgClassName
{
background-color: #B6012B;
}
</style>
border-color css
<style>
span { border-color: #B6012B; }
span { border-color: rgb(182,1,43); }
td.TdClassName
{
border-color: #B6012B;
}
.TagClassName
{
border-color: #B6012B;
}
</style>