Shades of Venetian Red #B7002A
Tints of Venetian Red #B7002A
RGB
CMYK
RGB Variations
Color information
#B7002A (or 0xB7002A) is known color: Venetian Red. HEX triplet: B7, 00 and 2A. RGB value is (183,0,42). Sum of RGB (Red+Green+Blue) = 183+0+42=225 (29% of max value = 765). Red value is 183 (71.88% from 255 or 81.33% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 183 - color contains mainly: red. Hex color #B7002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7002A is #48FFD5. Grayscale: #3B3B3B. Windows color (decimal): -4784086 or 2752695. OLE color: 2752695.
HSL color Cylindrical-coordinate representation of color #B7002A: hue angle of 346.23º 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 #B7002A is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.77 | 0.28 |
| HSL | 346.23º | 1% | 0.36% | - |
| HSV(B) | 346.23º | 1% | 0.72% | - |
| XYZ | 19.95 | 10.23 | 3.11 | - |
| YUV | 59.51 | 118.13 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 42 | 0 | 1 | 0.77 | 0.28 | 346.23 | 1 | 0.36 |
| Hex | B7 | 0 | 2A | 0 | 64 | 4D | 1C | 15A | 64 | 24 |
| Octal | 267 | 0 | 52 | 0 | 144 | 115 | 34 | 532 | 144 | 44 |
| Binary | 10110111 | 0 | 101010 | 0 | 1100100 | 1001101 | 11100 | 101011010 | 1100100 | 100100 |
Color Harmonies of #B7002A
Complementary color
Monochromatic Colors of #B7002A
Black with #B7002A
Text Example
Text Example
White with #B7002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7002A; }
p { color: rgb(183,0,42); }
H1.HeaderClassName
{
color: #B7002A;
}
.AnyTagClassName
{
color: #B7002A;
}
</style>
background-color css
<style>
a { background-color: #B7002A; }
a { background-color: rgb(183,0,42); }
div.DivClassName
{
background-color: #B7002A;
}
.BgClassName
{
background-color: #B7002A;
}
</style>
border-color css
<style>
span { border-color: #B7002A; }
span { border-color: rgb(183,0,42); }
td.TdClassName
{
border-color: #B7002A;
}
.TagClassName
{
border-color: #B7002A;
}
</style>