Shades of Venetian Red #B2021F
Tints of Venetian Red #B2021F
RGB
CMYK
RGB Variations
Color information
#B2021F (or 0xB2021F) is known color: Venetian Red. HEX triplet: B2, 02 and 1F. RGB value is (178,2,31). Sum of RGB (Red+Green+Blue) = 178+2+31=211 (27% of max value = 765). Red value is 178 (69.92% from 255 or 84.36% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 178 - color contains mainly: red. Hex color #B2021F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2021F is #4DFDE0. Grayscale: #393939. Windows color (decimal): -5111265 or 2032306. OLE color: 2032306.
HSL color Cylindrical-coordinate representation of color #B2021F: hue angle of 350.11º 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 #B2021F is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 2 | 31 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.30 |
| HSL | 350.11º | 0.98% | 0.35% | - |
| HSV(B) | 350.11º | 0.99% | 0.7% | - |
| XYZ | 18.63 | 9.61 | 2.17 | - |
| YUV | 57.93 | 112.81 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 2 | 31 | 0 | 0.99 | 0.83 | 0.30 | 350.11 | 0.98 | 0.35 |
| Hex | B2 | 2 | 1F | 0 | 63 | 53 | 1E | 15E | 62 | 23 |
| Octal | 262 | 2 | 37 | 0 | 143 | 123 | 36 | 536 | 142 | 43 |
| Binary | 10110010 | 10 | 11111 | 0 | 1100011 | 1010011 | 11110 | 101011110 | 1100010 | 100011 |
Color Harmonies of #B2021F
Complementary color
Monochromatic Colors of #B2021F
Black with #B2021F
Text Example
Text Example
White with #B2021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2021F; }
p { color: rgb(178,2,31); }
H1.HeaderClassName
{
color: #B2021F;
}
.AnyTagClassName
{
color: #B2021F;
}
</style>
background-color css
<style>
a { background-color: #B2021F; }
a { background-color: rgb(178,2,31); }
div.DivClassName
{
background-color: #B2021F;
}
.BgClassName
{
background-color: #B2021F;
}
</style>
border-color css
<style>
span { border-color: #B2021F; }
span { border-color: rgb(178,2,31); }
td.TdClassName
{
border-color: #B2021F;
}
.TagClassName
{
border-color: #B2021F;
}
</style>