Shades of Venetian Red #B20223
Tints of Venetian Red #B20223
RGB
CMYK
RGB Variations
Color information
#B20223 (or 0xB20223) is known color: Venetian Red. HEX triplet: B2, 02 and 23. RGB value is (178,2,35). Sum of RGB (Red+Green+Blue) = 178+2+35=215 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.79% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 178 - color contains mainly: red. Hex color #B20223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20223 is #4DFDDC. Grayscale: #3A3A3A. Windows color (decimal): -5111261 or 2294450. OLE color: 2294450.
HSL color Cylindrical-coordinate representation of color #B20223: hue angle of 348.75º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B20223 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 2 | 35 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.30 |
| HSL | 348.75º | 0.98% | 0.35% | - |
| HSV(B) | 348.75º | 0.99% | 0.7% | - |
| XYZ | 18.69 | 9.63 | 2.46 | - |
| YUV | 58.39 | 114.81 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 2 | 35 | 0 | 0.99 | 0.80 | 0.30 | 348.75 | 0.98 | 0.35 |
| Hex | B2 | 2 | 23 | 0 | 63 | 50 | 1E | 15D | 62 | 23 |
| Octal | 262 | 2 | 43 | 0 | 143 | 120 | 36 | 535 | 142 | 43 |
| Binary | 10110010 | 10 | 100011 | 0 | 1100011 | 1010000 | 11110 | 101011101 | 1100010 | 100011 |
Color Harmonies of #B20223
Complementary color
Monochromatic Colors of #B20223
Black with #B20223
Text Example
Text Example
White with #B20223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20223; }
p { color: rgb(178,2,35); }
H1.HeaderClassName
{
color: #B20223;
}
.AnyTagClassName
{
color: #B20223;
}
</style>
background-color css
<style>
a { background-color: #B20223; }
a { background-color: rgb(178,2,35); }
div.DivClassName
{
background-color: #B20223;
}
.BgClassName
{
background-color: #B20223;
}
</style>
border-color css
<style>
span { border-color: #B20223; }
span { border-color: rgb(178,2,35); }
td.TdClassName
{
border-color: #B20223;
}
.TagClassName
{
border-color: #B20223;
}
</style>