Shades of Venetian Red #B6012C
Tints of Venetian Red #B6012C
RGB
CMYK
RGB Variations
Color information
#B6012C (or 0xB6012C) is known color: Venetian Red. HEX triplet: B6, 01 and 2C. RGB value is (182,1,44). Sum of RGB (Red+Green+Blue) = 182+1+44=227 (30% of max value = 765). Red value is 182 (71.48% from 255 or 80.18% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 182 - color contains mainly: red. Hex color #B6012C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6012C is #49FED3. Grayscale: #3C3C3C. Windows color (decimal): -4849364 or 2884022. OLE color: 2884022.
HSL color Cylindrical-coordinate representation of color #B6012C: hue angle of 345.75º 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 #B6012C is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 44 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.29 |
| HSL | 345.75º | 0.99% | 0.36% | - |
| HSV(B) | 345.75º | 0.99% | 0.71% | - |
| XYZ | 19.76 | 10.15 | 3.3 | - |
| YUV | 60.02 | 118.97 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 44 | 0 | 0.99 | 0.76 | 0.29 | 345.75 | 0.99 | 0.36 |
| Hex | B6 | 1 | 2C | 0 | 63 | 4C | 1D | 15A | 63 | 24 |
| Octal | 266 | 1 | 54 | 0 | 143 | 114 | 35 | 532 | 143 | 44 |
| Binary | 10110110 | 1 | 101100 | 0 | 1100011 | 1001100 | 11101 | 101011010 | 1100011 | 100100 |
Color Harmonies of #B6012C
Complementary color
Monochromatic Colors of #B6012C
Black with #B6012C
Text Example
Text Example
White with #B6012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6012C; }
p { color: rgb(182,1,44); }
H1.HeaderClassName
{
color: #B6012C;
}
.AnyTagClassName
{
color: #B6012C;
}
</style>
background-color css
<style>
a { background-color: #B6012C; }
a { background-color: rgb(182,1,44); }
div.DivClassName
{
background-color: #B6012C;
}
.BgClassName
{
background-color: #B6012C;
}
</style>
border-color css
<style>
span { border-color: #B6012C; }
span { border-color: rgb(182,1,44); }
td.TdClassName
{
border-color: #B6012C;
}
.TagClassName
{
border-color: #B6012C;
}
</style>