Shades of Venetian Red #B2021C
Tints of Venetian Red #B2021C
RGB
CMYK
RGB Variations
Color information
#B2021C (or 0xB2021C) is known color: Venetian Red. HEX triplet: B2, 02 and 1C. RGB value is (178,2,28). Sum of RGB (Red+Green+Blue) = 178+2+28=208 (27% of max value = 765). Red value is 178 (69.92% from 255 or 85.58% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 178 - color contains mainly: red. Hex color #B2021C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2021C is #4DFDE3. Grayscale: #393939. Windows color (decimal): -5111268 or 1835698. OLE color: 1835698.
HSL color Cylindrical-coordinate representation of color #B2021C: hue angle of 351.14º 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 #B2021C is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 2 | 28 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.30 |
| HSL | 351.14º | 0.98% | 0.35% | - |
| HSV(B) | 351.14º | 0.99% | 0.7% | - |
| XYZ | 18.59 | 9.59 | 1.97 | - |
| YUV | 57.59 | 111.31 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 2 | 28 | 0 | 0.99 | 0.84 | 0.30 | 351.14 | 0.98 | 0.35 |
| Hex | B2 | 2 | 1C | 0 | 63 | 54 | 1E | 15F | 62 | 23 |
| Octal | 262 | 2 | 34 | 0 | 143 | 124 | 36 | 537 | 142 | 43 |
| Binary | 10110010 | 10 | 11100 | 0 | 1100011 | 1010100 | 11110 | 101011111 | 1100010 | 100011 |
Color Harmonies of #B2021C
Complementary color
Monochromatic Colors of #B2021C
Black with #B2021C
Text Example
Text Example
White with #B2021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2021C; }
p { color: rgb(178,2,28); }
H1.HeaderClassName
{
color: #B2021C;
}
.AnyTagClassName
{
color: #B2021C;
}
</style>
background-color css
<style>
a { background-color: #B2021C; }
a { background-color: rgb(178,2,28); }
div.DivClassName
{
background-color: #B2021C;
}
.BgClassName
{
background-color: #B2021C;
}
</style>
border-color css
<style>
span { border-color: #B2021C; }
span { border-color: rgb(178,2,28); }
td.TdClassName
{
border-color: #B2021C;
}
.TagClassName
{
border-color: #B2021C;
}
</style>