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