Shades of Venetian Red #B8011F
Tints of Venetian Red #B8011F
RGB
CMYK
RGB Variations
Color information
#B8011F (or 0xB8011F) is known color: Venetian Red. HEX triplet: B8, 01 and 1F. RGB value is (184,1,31). Sum of RGB (Red+Green+Blue) = 184+1+31=216 (28% of max value = 765). Red value is 184 (72.27% from 255 or 85.19% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 31 (12.5% from 255 or 14.35% from 216); Max value from RGB is 184 - color contains mainly: red. Hex color #B8011F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8011F is #47FEE0. Grayscale: #3B3B3B. Windows color (decimal): -4718305 or 2032056. OLE color: 2032056.
HSL color Cylindrical-coordinate representation of color #B8011F: hue angle of 350.16º 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 #B8011F is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 31 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.28 |
| HSL | 350.16º | 0.99% | 0.36% | - |
| HSV(B) | 350.16º | 0.99% | 0.72% | - |
| XYZ | 20.03 | 10.31 | 2.23 | - |
| YUV | 59.14 | 112.13 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 31 | 0 | 0.99 | 0.83 | 0.28 | 350.16 | 0.99 | 0.36 |
| Hex | B8 | 1 | 1F | 0 | 63 | 53 | 1C | 15E | 63 | 24 |
| Octal | 270 | 1 | 37 | 0 | 143 | 123 | 34 | 536 | 143 | 44 |
| Binary | 10111000 | 1 | 11111 | 0 | 1100011 | 1010011 | 11100 | 101011110 | 1100011 | 100100 |
Color Harmonies of #B8011F
Complementary color
Monochromatic Colors of #B8011F
Black with #B8011F
Text Example
Text Example
White with #B8011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8011F; }
p { color: rgb(184,1,31); }
H1.HeaderClassName
{
color: #B8011F;
}
.AnyTagClassName
{
color: #B8011F;
}
</style>
background-color css
<style>
a { background-color: #B8011F; }
a { background-color: rgb(184,1,31); }
div.DivClassName
{
background-color: #B8011F;
}
.BgClassName
{
background-color: #B8011F;
}
</style>
border-color css
<style>
span { border-color: #B8011F; }
span { border-color: rgb(184,1,31); }
td.TdClassName
{
border-color: #B8011F;
}
.TagClassName
{
border-color: #B8011F;
}
</style>