Shades of Venetian Red #B6012A
Tints of Venetian Red #B6012A
RGB
CMYK
RGB Variations
Color information
#B6012A (or 0xB6012A) is known color: Venetian Red. HEX triplet: B6, 01 and 2A. RGB value is (182,1,42). Sum of RGB (Red+Green+Blue) = 182+1+42=225 (29% of max value = 765). Red value is 182 (71.48% from 255 or 80.89% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 182 - color contains mainly: red. Hex color #B6012A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6012A is #49FED5. Grayscale: #3B3B3B. Windows color (decimal): -4849366 or 2752950. OLE color: 2752950.
HSL color Cylindrical-coordinate representation of color #B6012A: hue angle of 346.41º 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 #B6012A is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 42 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.29 |
| HSL | 346.41º | 0.99% | 0.36% | - |
| HSV(B) | 346.41º | 0.99% | 0.71% | - |
| XYZ | 19.72 | 10.13 | 3.11 | - |
| YUV | 59.79 | 117.97 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 42 | 0 | 0.99 | 0.77 | 0.29 | 346.41 | 0.99 | 0.36 |
| Hex | B6 | 1 | 2A | 0 | 63 | 4D | 1D | 15A | 63 | 24 |
| Octal | 266 | 1 | 52 | 0 | 143 | 115 | 35 | 532 | 143 | 44 |
| Binary | 10110110 | 1 | 101010 | 0 | 1100011 | 1001101 | 11101 | 101011010 | 1100011 | 100100 |
Color Harmonies of #B6012A
Complementary color
Monochromatic Colors of #B6012A
Black with #B6012A
Text Example
Text Example
White with #B6012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6012A; }
p { color: rgb(182,1,42); }
H1.HeaderClassName
{
color: #B6012A;
}
.AnyTagClassName
{
color: #B6012A;
}
</style>
background-color css
<style>
a { background-color: #B6012A; }
a { background-color: rgb(182,1,42); }
div.DivClassName
{
background-color: #B6012A;
}
.BgClassName
{
background-color: #B6012A;
}
</style>
border-color css
<style>
span { border-color: #B6012A; }
span { border-color: rgb(182,1,42); }
td.TdClassName
{
border-color: #B6012A;
}
.TagClassName
{
border-color: #B6012A;
}
</style>