Shades of Venetian Red #B2021B
Tints of Venetian Red #B2021B
RGB
CMYK
RGB Variations
Color information
#B2021B (or 0xB2021B) is known color: Venetian Red. HEX triplet: B2, 02 and 1B. RGB value is (178,2,27). Sum of RGB (Red+Green+Blue) = 178+2+27=207 (27% of max value = 765). Red value is 178 (69.92% from 255 or 85.99% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 178 - color contains mainly: red. Hex color #B2021B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2021B is #4DFDE4. Grayscale: #393939. Windows color (decimal): -5111269 or 1770162. OLE color: 1770162.
HSL color Cylindrical-coordinate representation of color #B2021B: hue angle of 351.48º 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 #B2021B is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 2 | 27 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.30 |
| HSL | 351.48º | 0.98% | 0.35% | - |
| HSV(B) | 351.48º | 0.99% | 0.7% | - |
| XYZ | 18.58 | 9.59 | 1.91 | - |
| YUV | 57.47 | 110.81 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 2 | 27 | 0 | 0.99 | 0.85 | 0.30 | 351.48 | 0.98 | 0.35 |
| Hex | B2 | 2 | 1B | 0 | 63 | 55 | 1E | 15F | 62 | 23 |
| Octal | 262 | 2 | 33 | 0 | 143 | 125 | 36 | 537 | 142 | 43 |
| Binary | 10110010 | 10 | 11011 | 0 | 1100011 | 1010101 | 11110 | 101011111 | 1100010 | 100011 |
Color Harmonies of #B2021B
Complementary color
Monochromatic Colors of #B2021B
Black with #B2021B
Text Example
Text Example
White with #B2021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2021B; }
p { color: rgb(178,2,27); }
H1.HeaderClassName
{
color: #B2021B;
}
.AnyTagClassName
{
color: #B2021B;
}
</style>
background-color css
<style>
a { background-color: #B2021B; }
a { background-color: rgb(178,2,27); }
div.DivClassName
{
background-color: #B2021B;
}
.BgClassName
{
background-color: #B2021B;
}
</style>
border-color css
<style>
span { border-color: #B2021B; }
span { border-color: rgb(178,2,27); }
td.TdClassName
{
border-color: #B2021B;
}
.TagClassName
{
border-color: #B2021B;
}
</style>