Shades of Venetian Red #B20818
Tints of Venetian Red #B20818
RGB
CMYK
RGB Variations
Color information
#B20818 (or 0xB20818) is known color: Venetian Red. HEX triplet: B2, 08 and 18. RGB value is (178,8,24). Sum of RGB (Red+Green+Blue) = 178+8+24=210 (27% of max value = 765). Red value is 178 (69.92% from 255 or 84.76% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 178 - color contains mainly: red. Hex color #B20818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20818 is #4DF7E7. Grayscale: #3C3C3C. Windows color (decimal): -5109736 or 1575090. OLE color: 1575090.
HSL color Cylindrical-coordinate representation of color #B20818: hue angle of 354.35º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B20818 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 8 | 24 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.30 |
| HSL | 354.35º | 0.91% | 0.36% | - |
| HSV(B) | 354.35º | 0.96% | 0.7% | - |
| XYZ | 18.61 | 9.7 | 1.76 | - |
| YUV | 60.65 | 107.32 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 8 | 24 | 0 | 0.96 | 0.87 | 0.30 | 354.35 | 0.91 | 0.36 |
| Hex | B2 | 8 | 18 | 0 | 60 | 57 | 1E | 162 | 5B | 24 |
| Octal | 262 | 10 | 30 | 0 | 140 | 127 | 36 | 542 | 133 | 44 |
| Binary | 10110010 | 1000 | 11000 | 0 | 1100000 | 1010111 | 11110 | 101100010 | 1011011 | 100100 |
Color Harmonies of #B20818
Complementary color
Monochromatic Colors of #B20818
Black with #B20818
Text Example
Text Example
White with #B20818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20818; }
p { color: rgb(178,8,24); }
H1.HeaderClassName
{
color: #B20818;
}
.AnyTagClassName
{
color: #B20818;
}
</style>
background-color css
<style>
a { background-color: #B20818; }
a { background-color: rgb(178,8,24); }
div.DivClassName
{
background-color: #B20818;
}
.BgClassName
{
background-color: #B20818;
}
</style>
border-color css
<style>
span { border-color: #B20818; }
span { border-color: rgb(178,8,24); }
td.TdClassName
{
border-color: #B20818;
}
.TagClassName
{
border-color: #B20818;
}
</style>