Shades of Venetian Red #B80321
Tints of Venetian Red #B80321
RGB
CMYK
RGB Variations
Color information
#B80321 (or 0xB80321) is known color: Venetian Red. HEX triplet: B8, 03 and 21. RGB value is (184,3,33). Sum of RGB (Red+Green+Blue) = 184+3+33=220 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.64% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 33 (13.28% from 255 or 15% from 220); Max value from RGB is 184 - color contains mainly: red. Hex color #B80321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80321 is #47FCDE. Grayscale: #3C3C3C. Windows color (decimal): -4717791 or 2163640. OLE color: 2163640.
HSL color Cylindrical-coordinate representation of color #B80321: hue angle of 350.06º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80321 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 3 | 33 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.28 |
| HSL | 350.06º | 0.97% | 0.37% | - |
| HSV(B) | 350.06º | 0.98% | 0.72% | - |
| XYZ | 20.07 | 10.37 | 2.38 | - |
| YUV | 60.54 | 112.47 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 33 | 0 | 0.98 | 0.82 | 0.28 | 350.06 | 0.97 | 0.37 |
| Hex | B8 | 3 | 21 | 0 | 62 | 52 | 1C | 15E | 61 | 25 |
| Octal | 270 | 3 | 41 | 0 | 142 | 122 | 34 | 536 | 141 | 45 |
| Binary | 10111000 | 11 | 100001 | 0 | 1100010 | 1010010 | 11100 | 101011110 | 1100001 | 100101 |
Color Harmonies of #B80321
Complementary color
Monochromatic Colors of #B80321
Black with #B80321
Text Example
Text Example
White with #B80321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80321; }
p { color: rgb(184,3,33); }
H1.HeaderClassName
{
color: #B80321;
}
.AnyTagClassName
{
color: #B80321;
}
</style>
background-color css
<style>
a { background-color: #B80321; }
a { background-color: rgb(184,3,33); }
div.DivClassName
{
background-color: #B80321;
}
.BgClassName
{
background-color: #B80321;
}
</style>
border-color css
<style>
span { border-color: #B80321; }
span { border-color: rgb(184,3,33); }
td.TdClassName
{
border-color: #B80321;
}
.TagClassName
{
border-color: #B80321;
}
</style>