Shades of Venetian Red #B7002D
Tints of Venetian Red #B7002D
RGB
CMYK
RGB Variations
Color information
#B7002D (or 0xB7002D) is known color: Venetian Red. HEX triplet: B7, 00 and 2D. RGB value is (183,0,45). Sum of RGB (Red+Green+Blue) = 183+0+45=228 (30% of max value = 765). Red value is 183 (71.88% from 255 or 80.26% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 183 - color contains mainly: red. Hex color #B7002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7002D is #48FFD2. Grayscale: #3B3B3B. Windows color (decimal): -4784083 or 2949303. OLE color: 2949303.
HSL color Cylindrical-coordinate representation of color #B7002D: hue angle of 345.25º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B7002D is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.75 | 0.28 |
| HSL | 345.25º | 1% | 0.36% | - |
| HSV(B) | 345.25º | 1% | 0.72% | - |
| XYZ | 20 | 10.26 | 3.41 | - |
| YUV | 59.85 | 119.63 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 45 | 0 | 1 | 0.75 | 0.28 | 345.25 | 1 | 0.36 |
| Hex | B7 | 0 | 2D | 0 | 64 | 4B | 1C | 159 | 64 | 24 |
| Octal | 267 | 0 | 55 | 0 | 144 | 113 | 34 | 531 | 144 | 44 |
| Binary | 10110111 | 0 | 101101 | 0 | 1100100 | 1001011 | 11100 | 101011001 | 1100100 | 100100 |
Color Harmonies of #B7002D
Complementary color
Monochromatic Colors of #B7002D
Black with #B7002D
Text Example
Text Example
White with #B7002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7002D; }
p { color: rgb(183,0,45); }
H1.HeaderClassName
{
color: #B7002D;
}
.AnyTagClassName
{
color: #B7002D;
}
</style>
background-color css
<style>
a { background-color: #B7002D; }
a { background-color: rgb(183,0,45); }
div.DivClassName
{
background-color: #B7002D;
}
.BgClassName
{
background-color: #B7002D;
}
</style>
border-color css
<style>
span { border-color: #B7002D; }
span { border-color: rgb(183,0,45); }
td.TdClassName
{
border-color: #B7002D;
}
.TagClassName
{
border-color: #B7002D;
}
</style>