Shades of Venetian Red #B8002B
Tints of Venetian Red #B8002B
RGB
CMYK
RGB Variations
Color information
#B8002B (or 0xB8002B) is known color: Venetian Red. HEX triplet: B8, 00 and 2B. RGB value is (184,0,43). Sum of RGB (Red+Green+Blue) = 184+0+43=227 (30% of max value = 765). Red value is 184 (72.27% from 255 or 81.06% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 184 - color contains mainly: red. Hex color #B8002B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8002B is #47FFD4. Grayscale: #3B3B3B. Windows color (decimal): -4718549 or 2818232. OLE color: 2818232.
HSL color Cylindrical-coordinate representation of color #B8002B: hue angle of 345.98º 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 #B8002B is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.77 | 0.28 |
| HSL | 345.98º | 1% | 0.36% | - |
| HSV(B) | 345.98º | 1% | 0.72% | - |
| XYZ | 20.2 | 10.36 | 3.22 | - |
| YUV | 59.92 | 118.46 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 43 | 0 | 1 | 0.77 | 0.28 | 345.98 | 1 | 0.36 |
| Hex | B8 | 0 | 2B | 0 | 64 | 4D | 1C | 15A | 64 | 24 |
| Octal | 270 | 0 | 53 | 0 | 144 | 115 | 34 | 532 | 144 | 44 |
| Binary | 10111000 | 0 | 101011 | 0 | 1100100 | 1001101 | 11100 | 101011010 | 1100100 | 100100 |
Color Harmonies of #B8002B
Complementary color
Monochromatic Colors of #B8002B
Black with #B8002B
Text Example
Text Example
White with #B8002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8002B; }
p { color: rgb(184,0,43); }
H1.HeaderClassName
{
color: #B8002B;
}
.AnyTagClassName
{
color: #B8002B;
}
</style>
background-color css
<style>
a { background-color: #B8002B; }
a { background-color: rgb(184,0,43); }
div.DivClassName
{
background-color: #B8002B;
}
.BgClassName
{
background-color: #B8002B;
}
</style>
border-color css
<style>
span { border-color: #B8002B; }
span { border-color: rgb(184,0,43); }
td.TdClassName
{
border-color: #B8002B;
}
.TagClassName
{
border-color: #B8002B;
}
</style>