Shades of Venetian Red #B7012D
Tints of Venetian Red #B7012D
RGB
CMYK
RGB Variations
Color information
#B7012D (or 0xB7012D) is known color: Venetian Red. HEX triplet: B7, 01 and 2D. RGB value is (183,1,45). Sum of RGB (Red+Green+Blue) = 183+1+45=229 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.91% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 183 - color contains mainly: red. Hex color #B7012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7012D is #48FED2. Grayscale: #3C3C3C. Windows color (decimal): -4783827 or 2949559. OLE color: 2949559.
HSL color Cylindrical-coordinate representation of color #B7012D: hue angle of 345.49º 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 #B7012D is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 45 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.28 |
| HSL | 345.49º | 0.99% | 0.36% | - |
| HSV(B) | 345.49º | 0.99% | 0.72% | - |
| XYZ | 20.01 | 10.28 | 3.41 | - |
| YUV | 60.43 | 119.3 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 45 | 0 | 0.99 | 0.75 | 0.28 | 345.49 | 0.99 | 0.36 |
| Hex | B7 | 1 | 2D | 0 | 63 | 4B | 1C | 159 | 63 | 24 |
| Octal | 267 | 1 | 55 | 0 | 143 | 113 | 34 | 531 | 143 | 44 |
| Binary | 10110111 | 1 | 101101 | 0 | 1100011 | 1001011 | 11100 | 101011001 | 1100011 | 100100 |
Color Harmonies of #B7012D
Complementary color
Monochromatic Colors of #B7012D
Black with #B7012D
Text Example
Text Example
White with #B7012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7012D; }
p { color: rgb(183,1,45); }
H1.HeaderClassName
{
color: #B7012D;
}
.AnyTagClassName
{
color: #B7012D;
}
</style>
background-color css
<style>
a { background-color: #B7012D; }
a { background-color: rgb(183,1,45); }
div.DivClassName
{
background-color: #B7012D;
}
.BgClassName
{
background-color: #B7012D;
}
</style>
border-color css
<style>
span { border-color: #B7012D; }
span { border-color: rgb(183,1,45); }
td.TdClassName
{
border-color: #B7012D;
}
.TagClassName
{
border-color: #B7012D;
}
</style>