Shades of Venetian Red #B7012A
Tints of Venetian Red #B7012A
RGB
CMYK
RGB Variations
Color information
#B7012A (or 0xB7012A) is known color: Venetian Red. HEX triplet: B7, 01 and 2A. RGB value is (183,1,42). Sum of RGB (Red+Green+Blue) = 183+1+42=226 (29% of max value = 765). Red value is 183 (71.88% from 255 or 80.97% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 183 - color contains mainly: red. Hex color #B7012A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7012A is #48FED5. Grayscale: #3C3C3C. Windows color (decimal): -4783830 or 2752951. OLE color: 2752951.
HSL color Cylindrical-coordinate representation of color #B7012A: hue angle of 346.48º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7012A is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 42 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.28 |
| HSL | 346.48º | 0.99% | 0.36% | - |
| HSV(B) | 346.48º | 0.99% | 0.72% | - |
| XYZ | 19.96 | 10.26 | 3.12 | - |
| YUV | 60.09 | 117.8 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 42 | 0 | 0.99 | 0.77 | 0.28 | 346.48 | 0.99 | 0.36 |
| Hex | B7 | 1 | 2A | 0 | 63 | 4D | 1C | 15A | 63 | 24 |
| Octal | 267 | 1 | 52 | 0 | 143 | 115 | 34 | 532 | 143 | 44 |
| Binary | 10110111 | 1 | 101010 | 0 | 1100011 | 1001101 | 11100 | 101011010 | 1100011 | 100100 |
Color Harmonies of #B7012A
Complementary color
Monochromatic Colors of #B7012A
Black with #B7012A
Text Example
Text Example
White with #B7012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7012A; }
p { color: rgb(183,1,42); }
H1.HeaderClassName
{
color: #B7012A;
}
.AnyTagClassName
{
color: #B7012A;
}
</style>
background-color css
<style>
a { background-color: #B7012A; }
a { background-color: rgb(183,1,42); }
div.DivClassName
{
background-color: #B7012A;
}
.BgClassName
{
background-color: #B7012A;
}
</style>
border-color css
<style>
span { border-color: #B7012A; }
span { border-color: rgb(183,1,42); }
td.TdClassName
{
border-color: #B7012A;
}
.TagClassName
{
border-color: #B7012A;
}
</style>