Shades of Venetian Red #B8002D
Tints of Venetian Red #B8002D
RGB
CMYK
RGB Variations
Color information
#B8002D (or 0xB8002D) is known color: Venetian Red. HEX triplet: B8, 00 and 2D. RGB value is (184,0,45). Sum of RGB (Red+Green+Blue) = 184+0+45=229 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.35% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 184 - color contains mainly: red. Hex color #B8002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8002D is #47FFD2. Grayscale: #3C3C3C. Windows color (decimal): -4718547 or 2949304. OLE color: 2949304.
HSL color Cylindrical-coordinate representation of color #B8002D: hue angle of 345.33º 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 #B8002D is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.76 | 0.28 |
| HSL | 345.33º | 1% | 0.36% | - |
| HSV(B) | 345.33º | 1% | 0.72% | - |
| XYZ | 20.24 | 10.38 | 3.42 | - |
| YUV | 60.15 | 119.46 | 216.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 45 | 0 | 1 | 0.76 | 0.28 | 345.33 | 1 | 0.36 |
| Hex | B8 | 0 | 2D | 0 | 64 | 4C | 1C | 159 | 64 | 24 |
| Octal | 270 | 0 | 55 | 0 | 144 | 114 | 34 | 531 | 144 | 44 |
| Binary | 10111000 | 0 | 101101 | 0 | 1100100 | 1001100 | 11100 | 101011001 | 1100100 | 100100 |
Color Harmonies of #B8002D
Complementary color
Monochromatic Colors of #B8002D
Black with #B8002D
Text Example
Text Example
White with #B8002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8002D; }
p { color: rgb(184,0,45); }
H1.HeaderClassName
{
color: #B8002D;
}
.AnyTagClassName
{
color: #B8002D;
}
</style>
background-color css
<style>
a { background-color: #B8002D; }
a { background-color: rgb(184,0,45); }
div.DivClassName
{
background-color: #B8002D;
}
.BgClassName
{
background-color: #B8002D;
}
</style>
border-color css
<style>
span { border-color: #B8002D; }
span { border-color: rgb(184,0,45); }
td.TdClassName
{
border-color: #B8002D;
}
.TagClassName
{
border-color: #B8002D;
}
</style>