Shades of Venetian Red #B80818
Tints of Venetian Red #B80818
RGB
CMYK
RGB Variations
Color information
#B80818 (or 0xB80818) is known color: Venetian Red. HEX triplet: B8, 08 and 18. RGB value is (184,8,24). Sum of RGB (Red+Green+Blue) = 184+8+24=216 (28% of max value = 765). Red value is 184 (72.27% from 255 or 85.19% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 24 (9.77% from 255 or 11.11% from 216); Max value from RGB is 184 - color contains mainly: red. Hex color #B80818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80818 is #47F7E7. Grayscale: #3E3E3E. Windows color (decimal): -4716520 or 1575096. OLE color: 1575096.
HSL color Cylindrical-coordinate representation of color #B80818: hue angle of 354.55º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80818 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 24 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.28 |
| HSL | 354.55º | 0.92% | 0.38% | - |
| HSV(B) | 354.55º | 0.96% | 0.72% | - |
| XYZ | 20.02 | 10.43 | 1.82 | - |
| YUV | 62.45 | 106.31 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 24 | 0 | 0.96 | 0.87 | 0.28 | 354.55 | 0.92 | 0.38 |
| Hex | B8 | 8 | 18 | 0 | 60 | 57 | 1C | 163 | 5C | 26 |
| Octal | 270 | 10 | 30 | 0 | 140 | 127 | 34 | 543 | 134 | 46 |
| Binary | 10111000 | 1000 | 11000 | 0 | 1100000 | 1010111 | 11100 | 101100011 | 1011100 | 100110 |
Color Harmonies of #B80818
Complementary color
Monochromatic Colors of #B80818
Black with #B80818
Text Example
Text Example
White with #B80818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80818; }
p { color: rgb(184,8,24); }
H1.HeaderClassName
{
color: #B80818;
}
.AnyTagClassName
{
color: #B80818;
}
</style>
background-color css
<style>
a { background-color: #B80818; }
a { background-color: rgb(184,8,24); }
div.DivClassName
{
background-color: #B80818;
}
.BgClassName
{
background-color: #B80818;
}
</style>
border-color css
<style>
span { border-color: #B80818; }
span { border-color: rgb(184,8,24); }
td.TdClassName
{
border-color: #B80818;
}
.TagClassName
{
border-color: #B80818;
}
</style>