Shades of Venetian Red #B8001C
Tints of Venetian Red #B8001C
RGB
CMYK
RGB Variations
Color information
#B8001C (or 0xB8001C) is known color: Venetian Red. HEX triplet: B8, 00 and 1C. RGB value is (184,0,28). Sum of RGB (Red+Green+Blue) = 184+0+28=212 (28% of max value = 765). Red value is 184 (72.27% from 255 or 86.79% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 184 - color contains mainly: red. Hex color #B8001C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8001C is #47FFE3. Grayscale: #3A3A3A. Windows color (decimal): -4718564 or 1835192. OLE color: 1835192.
HSL color Cylindrical-coordinate representation of color #B8001C: hue angle of 350.87º 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 #B8001C is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.85 | 0.28 |
| HSL | 350.87º | 1% | 0.36% | - |
| HSV(B) | 350.87º | 1% | 0.72% | - |
| XYZ | 19.98 | 10.27 | 2.03 | - |
| YUV | 58.21 | 110.96 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 28 | 0 | 1 | 0.85 | 0.28 | 350.87 | 1 | 0.36 |
| Hex | B8 | 0 | 1C | 0 | 64 | 55 | 1C | 15F | 64 | 24 |
| Octal | 270 | 0 | 34 | 0 | 144 | 125 | 34 | 537 | 144 | 44 |
| Binary | 10111000 | 0 | 11100 | 0 | 1100100 | 1010101 | 11100 | 101011111 | 1100100 | 100100 |
Color Harmonies of #B8001C
Complementary color
Monochromatic Colors of #B8001C
Black with #B8001C
Text Example
Text Example
White with #B8001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8001C; }
p { color: rgb(184,0,28); }
H1.HeaderClassName
{
color: #B8001C;
}
.AnyTagClassName
{
color: #B8001C;
}
</style>
background-color css
<style>
a { background-color: #B8001C; }
a { background-color: rgb(184,0,28); }
div.DivClassName
{
background-color: #B8001C;
}
.BgClassName
{
background-color: #B8001C;
}
</style>
border-color css
<style>
span { border-color: #B8001C; }
span { border-color: rgb(184,0,28); }
td.TdClassName
{
border-color: #B8001C;
}
.TagClassName
{
border-color: #B8001C;
}
</style>