Shades of Venetian Red #B8051A
Tints of Venetian Red #B8051A
RGB
CMYK
RGB Variations
Color information
#B8051A (or 0xB8051A) is known color: Venetian Red. HEX triplet: B8, 05 and 1A. RGB value is (184,5,26). Sum of RGB (Red+Green+Blue) = 184+5+26=215 (28% of max value = 765). Red value is 184 (72.27% from 255 or 85.58% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 184 - color contains mainly: red. Hex color #B8051A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8051A is #47FAE5. Grayscale: #3D3D3D. Windows color (decimal): -4717286 or 1705400. OLE color: 1705400.
HSL color Cylindrical-coordinate representation of color #B8051A: hue angle of 352.96º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B8051A is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 26 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.28 |
| HSL | 352.96º | 0.95% | 0.37% | - |
| HSV(B) | 352.96º | 0.97% | 0.72% | - |
| XYZ | 20.01 | 10.37 | 1.93 | - |
| YUV | 60.92 | 108.3 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 26 | 0 | 0.97 | 0.86 | 0.28 | 352.96 | 0.95 | 0.37 |
| Hex | B8 | 5 | 1A | 0 | 61 | 56 | 1C | 161 | 5F | 25 |
| Octal | 270 | 5 | 32 | 0 | 141 | 126 | 34 | 541 | 137 | 45 |
| Binary | 10111000 | 101 | 11010 | 0 | 1100001 | 1010110 | 11100 | 101100001 | 1011111 | 100101 |
Color Harmonies of #B8051A
Complementary color
Monochromatic Colors of #B8051A
Black with #B8051A
Text Example
Text Example
White with #B8051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8051A; }
p { color: rgb(184,5,26); }
H1.HeaderClassName
{
color: #B8051A;
}
.AnyTagClassName
{
color: #B8051A;
}
</style>
background-color css
<style>
a { background-color: #B8051A; }
a { background-color: rgb(184,5,26); }
div.DivClassName
{
background-color: #B8051A;
}
.BgClassName
{
background-color: #B8051A;
}
</style>
border-color css
<style>
span { border-color: #B8051A; }
span { border-color: rgb(184,5,26); }
td.TdClassName
{
border-color: #B8051A;
}
.TagClassName
{
border-color: #B8051A;
}
</style>