Shades of Venetian Red #B20128
Tints of Venetian Red #B20128
RGB
CMYK
RGB Variations
Color information
#B20128 (or 0xB20128) is known color: Venetian Red. HEX triplet: B2, 01 and 28. RGB value is (178,1,40). Sum of RGB (Red+Green+Blue) = 178+1+40=219 (29% of max value = 765). Red value is 178 (69.92% from 255 or 81.28% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 178 - color contains mainly: red. Hex color #B20128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20128 is #4DFED7. Grayscale: #3A3A3A. Windows color (decimal): -5111512 or 2621874. OLE color: 2621874.
HSL color Cylindrical-coordinate representation of color #B20128: hue angle of 346.78º degrees, saturation: 0.99, 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 #B20128 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 1 | 40 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.30 |
| HSL | 346.78º | 0.99% | 0.35% | - |
| HSV(B) | 346.78º | 0.99% | 0.7% | - |
| XYZ | 18.75 | 9.64 | 2.88 | - |
| YUV | 58.37 | 117.64 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 40 | 0 | 0.99 | 0.78 | 0.30 | 346.78 | 0.99 | 0.35 |
| Hex | B2 | 1 | 28 | 0 | 63 | 4E | 1E | 15B | 63 | 23 |
| Octal | 262 | 1 | 50 | 0 | 143 | 116 | 36 | 533 | 143 | 43 |
| Binary | 10110010 | 1 | 101000 | 0 | 1100011 | 1001110 | 11110 | 101011011 | 1100011 | 100011 |
Color Harmonies of #B20128
Complementary color
Monochromatic Colors of #B20128
Black with #B20128
Text Example
Text Example
White with #B20128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20128; }
p { color: rgb(178,1,40); }
H1.HeaderClassName
{
color: #B20128;
}
.AnyTagClassName
{
color: #B20128;
}
</style>
background-color css
<style>
a { background-color: #B20128; }
a { background-color: rgb(178,1,40); }
div.DivClassName
{
background-color: #B20128;
}
.BgClassName
{
background-color: #B20128;
}
</style>
border-color css
<style>
span { border-color: #B20128; }
span { border-color: rgb(178,1,40); }
td.TdClassName
{
border-color: #B20128;
}
.TagClassName
{
border-color: #B20128;
}
</style>