Shades of Venetian Red #B8011D
Tints of Venetian Red #B8011D
RGB
CMYK
RGB Variations
Color information
#B8011D (or 0xB8011D) is known color: Venetian Red. HEX triplet: B8, 01 and 1D. RGB value is (184,1,29). Sum of RGB (Red+Green+Blue) = 184+1+29=214 (28% of max value = 765). Red value is 184 (72.27% from 255 or 85.98% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 29 (11.72% from 255 or 13.55% from 214); Max value from RGB is 184 - color contains mainly: red. Hex color #B8011D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8011D is #47FEE2. Grayscale: #3A3A3A. Windows color (decimal): -4718307 or 1900984. OLE color: 1900984.
HSL color Cylindrical-coordinate representation of color #B8011D: hue angle of 350.82º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B8011D is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 29 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.28 |
| HSL | 350.82º | 0.99% | 0.36% | - |
| HSV(B) | 350.82º | 0.99% | 0.72% | - |
| XYZ | 20 | 10.3 | 2.1 | - |
| YUV | 58.91 | 111.13 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 29 | 0 | 0.99 | 0.84 | 0.28 | 350.82 | 0.99 | 0.36 |
| Hex | B8 | 1 | 1D | 0 | 63 | 54 | 1C | 15F | 63 | 24 |
| Octal | 270 | 1 | 35 | 0 | 143 | 124 | 34 | 537 | 143 | 44 |
| Binary | 10111000 | 1 | 11101 | 0 | 1100011 | 1010100 | 11100 | 101011111 | 1100011 | 100100 |
Color Harmonies of #B8011D
Complementary color
Monochromatic Colors of #B8011D
Black with #B8011D
Text Example
Text Example
White with #B8011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8011D; }
p { color: rgb(184,1,29); }
H1.HeaderClassName
{
color: #B8011D;
}
.AnyTagClassName
{
color: #B8011D;
}
</style>
background-color css
<style>
a { background-color: #B8011D; }
a { background-color: rgb(184,1,29); }
div.DivClassName
{
background-color: #B8011D;
}
.BgClassName
{
background-color: #B8011D;
}
</style>
border-color css
<style>
span { border-color: #B8011D; }
span { border-color: rgb(184,1,29); }
td.TdClassName
{
border-color: #B8011D;
}
.TagClassName
{
border-color: #B8011D;
}
</style>