Shades of Venetian Red #B80422
Tints of Venetian Red #B80422
RGB
CMYK
RGB Variations
Color information
#B80422 (or 0xB80422) is known color: Venetian Red. HEX triplet: B8, 04 and 22. RGB value is (184,4,34). Sum of RGB (Red+Green+Blue) = 184+4+34=222 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.88% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 34 (13.67% from 255 or 15.32% from 222); Max value from RGB is 184 - color contains mainly: red. Hex color #B80422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80422 is #47FBDD. Grayscale: #3D3D3D. Windows color (decimal): -4717534 or 2229432. OLE color: 2229432.
HSL color Cylindrical-coordinate representation of color #B80422: hue angle of 350º degrees, saturation: 0.96, 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 #B80422 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 4 | 34 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.28 |
| HSL | 350º | 0.96% | 0.37% | - |
| HSV(B) | 350º | 0.98% | 0.72% | - |
| XYZ | 20.1 | 10.39 | 2.46 | - |
| YUV | 61.24 | 112.63 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 34 | 0 | 0.98 | 0.82 | 0.28 | 350 | 0.96 | 0.37 |
| Hex | B8 | 4 | 22 | 0 | 62 | 52 | 1C | 15E | 60 | 25 |
| Octal | 270 | 4 | 42 | 0 | 142 | 122 | 34 | 536 | 140 | 45 |
| Binary | 10111000 | 100 | 100010 | 0 | 1100010 | 1010010 | 11100 | 101011110 | 1100000 | 100101 |
Color Harmonies of #B80422
Complementary color
Monochromatic Colors of #B80422
Black with #B80422
Text Example
Text Example
White with #B80422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80422; }
p { color: rgb(184,4,34); }
H1.HeaderClassName
{
color: #B80422;
}
.AnyTagClassName
{
color: #B80422;
}
</style>
background-color css
<style>
a { background-color: #B80422; }
a { background-color: rgb(184,4,34); }
div.DivClassName
{
background-color: #B80422;
}
.BgClassName
{
background-color: #B80422;
}
</style>
border-color css
<style>
span { border-color: #B80422; }
span { border-color: rgb(184,4,34); }
td.TdClassName
{
border-color: #B80422;
}
.TagClassName
{
border-color: #B80422;
}
</style>