Shades of Venetian Red #B2041D
Tints of Venetian Red #B2041D
RGB
CMYK
RGB Variations
Color information
#B2041D (or 0xB2041D) is known color: Venetian Red. HEX triplet: B2, 04 and 1D. RGB value is (178,4,29). Sum of RGB (Red+Green+Blue) = 178+4+29=211 (27% of max value = 765). Red value is 178 (69.92% from 255 or 84.36% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 178 - color contains mainly: red. Hex color #B2041D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2041D is #4DFBE2. Grayscale: #3A3A3A. Windows color (decimal): -5110755 or 1901746. OLE color: 1901746.
HSL color Cylindrical-coordinate representation of color #B2041D: hue angle of 351.38º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2041D is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 4 | 29 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.30 |
| HSL | 351.38º | 0.96% | 0.36% | - |
| HSV(B) | 351.38º | 0.98% | 0.7% | - |
| XYZ | 18.63 | 9.64 | 2.04 | - |
| YUV | 58.88 | 111.15 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 4 | 29 | 0 | 0.98 | 0.84 | 0.30 | 351.38 | 0.96 | 0.36 |
| Hex | B2 | 4 | 1D | 0 | 62 | 54 | 1E | 15F | 60 | 24 |
| Octal | 262 | 4 | 35 | 0 | 142 | 124 | 36 | 537 | 140 | 44 |
| Binary | 10110010 | 100 | 11101 | 0 | 1100010 | 1010100 | 11110 | 101011111 | 1100000 | 100100 |
Color Harmonies of #B2041D
Complementary color
Monochromatic Colors of #B2041D
Black with #B2041D
Text Example
Text Example
White with #B2041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2041D; }
p { color: rgb(178,4,29); }
H1.HeaderClassName
{
color: #B2041D;
}
.AnyTagClassName
{
color: #B2041D;
}
</style>
background-color css
<style>
a { background-color: #B2041D; }
a { background-color: rgb(178,4,29); }
div.DivClassName
{
background-color: #B2041D;
}
.BgClassName
{
background-color: #B2041D;
}
</style>
border-color css
<style>
span { border-color: #B2041D; }
span { border-color: rgb(178,4,29); }
td.TdClassName
{
border-color: #B2041D;
}
.TagClassName
{
border-color: #B2041D;
}
</style>