Shades of Venetian Red #B8052B
Tints of Venetian Red #B8052B
RGB
CMYK
RGB Variations
Color information
#B8052B (or 0xB8052B) is known color: Venetian Red. HEX triplet: B8, 05 and 2B. RGB value is (184,5,43). Sum of RGB (Red+Green+Blue) = 184+5+43=232 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.31% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 184 - color contains mainly: red. Hex color #B8052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8052B is #47FAD4. Grayscale: #3E3E3E. Windows color (decimal): -4717269 or 2819512. OLE color: 2819512.
HSL color Cylindrical-coordinate representation of color #B8052B: hue angle of 347.26º 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 #B8052B is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 43 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.28 |
| HSL | 347.26º | 0.95% | 0.37% | - |
| HSV(B) | 347.26º | 0.97% | 0.72% | - |
| XYZ | 20.26 | 10.47 | 3.24 | - |
| YUV | 62.85 | 116.8 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 43 | 0 | 0.97 | 0.77 | 0.28 | 347.26 | 0.95 | 0.37 |
| Hex | B8 | 5 | 2B | 0 | 61 | 4D | 1C | 15B | 5F | 25 |
| Octal | 270 | 5 | 53 | 0 | 141 | 115 | 34 | 533 | 137 | 45 |
| Binary | 10111000 | 101 | 101011 | 0 | 1100001 | 1001101 | 11100 | 101011011 | 1011111 | 100101 |
Color Harmonies of #B8052B
Complementary color
Monochromatic Colors of #B8052B
Black with #B8052B
Text Example
Text Example
White with #B8052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8052B; }
p { color: rgb(184,5,43); }
H1.HeaderClassName
{
color: #B8052B;
}
.AnyTagClassName
{
color: #B8052B;
}
</style>
background-color css
<style>
a { background-color: #B8052B; }
a { background-color: rgb(184,5,43); }
div.DivClassName
{
background-color: #B8052B;
}
.BgClassName
{
background-color: #B8052B;
}
</style>
border-color css
<style>
span { border-color: #B8052B; }
span { border-color: rgb(184,5,43); }
td.TdClassName
{
border-color: #B8052B;
}
.TagClassName
{
border-color: #B8052B;
}
</style>