Shades of Venetian Red #B20003
Tints of Venetian Red #B20003
RGB
CMYK
RGB Variations
Color information
#B20003 (or 0xB20003) is known color: Venetian Red. HEX triplet: B2, 00 and 03. RGB value is (178,0,3). Sum of RGB (Red+Green+Blue) = 178+0+3=181 (23% of max value = 765). Red value is 178 (69.92% from 255 or 98.34% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 3 (1.56% from 255 or 1.66% from 181); Max value from RGB is 178 - color contains mainly: red. Hex color #B20003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20003 is #4DFFFC. Grayscale: #353535. Windows color (decimal): -5111805 or 196786. OLE color: 196786.
HSL color Cylindrical-coordinate representation of color #B20003: hue angle of 358.99º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B20003 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.98 | 0.30 |
| HSL | 358.99º | 1% | 0.35% | - |
| HSV(B) | 358.99º | 1% | 0.7% | - |
| XYZ | 18.38 | 9.47 | 0.95 | - |
| YUV | 53.56 | 99.47 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 0 | 3 | 0 | 1 | 0.98 | 0.30 | 358.99 | 1 | 0.35 |
| Hex | B2 | 0 | 3 | 0 | 64 | 62 | 1E | 167 | 64 | 23 |
| Octal | 262 | 0 | 3 | 0 | 144 | 142 | 36 | 547 | 144 | 43 |
| Binary | 10110010 | 0 | 11 | 0 | 1100100 | 1100010 | 11110 | 101100111 | 1100100 | 100011 |
Color Harmonies of #B20003
Complementary color
Monochromatic Colors of #B20003
Black with #B20003
Text Example
Text Example
White with #B20003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20003; }
p { color: rgb(178,0,3); }
H1.HeaderClassName
{
color: #B20003;
}
.AnyTagClassName
{
color: #B20003;
}
</style>
background-color css
<style>
a { background-color: #B20003; }
a { background-color: rgb(178,0,3); }
div.DivClassName
{
background-color: #B20003;
}
.BgClassName
{
background-color: #B20003;
}
</style>
border-color css
<style>
span { border-color: #B20003; }
span { border-color: rgb(178,0,3); }
td.TdClassName
{
border-color: #B20003;
}
.TagClassName
{
border-color: #B20003;
}
</style>