Shades of Venetian Red #B2041B
Tints of Venetian Red #B2041B
RGB
CMYK
RGB Variations
Color information
#B2041B (or 0xB2041B) is known color: Venetian Red. HEX triplet: B2, 04 and 1B. RGB value is (178,4,27). Sum of RGB (Red+Green+Blue) = 178+4+27=209 (27% of max value = 765). Red value is 178 (69.92% from 255 or 85.17% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 178 - color contains mainly: red. Hex color #B2041B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2041B is #4DFBE4. Grayscale: #3A3A3A. Windows color (decimal): -5110757 or 1770674. OLE color: 1770674.
HSL color Cylindrical-coordinate representation of color #B2041B: hue angle of 352.07º 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 #B2041B is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 4 | 27 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.30 |
| HSL | 352.07º | 0.96% | 0.36% | - |
| HSV(B) | 352.07º | 0.98% | 0.7% | - |
| XYZ | 18.6 | 9.63 | 1.92 | - |
| YUV | 58.65 | 110.15 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 4 | 27 | 0 | 0.98 | 0.85 | 0.30 | 352.07 | 0.96 | 0.36 |
| Hex | B2 | 4 | 1B | 0 | 62 | 55 | 1E | 160 | 60 | 24 |
| Octal | 262 | 4 | 33 | 0 | 142 | 125 | 36 | 540 | 140 | 44 |
| Binary | 10110010 | 100 | 11011 | 0 | 1100010 | 1010101 | 11110 | 101100000 | 1100000 | 100100 |
Color Harmonies of #B2041B
Complementary color
Monochromatic Colors of #B2041B
Black with #B2041B
Text Example
Text Example
White with #B2041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2041B; }
p { color: rgb(178,4,27); }
H1.HeaderClassName
{
color: #B2041B;
}
.AnyTagClassName
{
color: #B2041B;
}
</style>
background-color css
<style>
a { background-color: #B2041B; }
a { background-color: rgb(178,4,27); }
div.DivClassName
{
background-color: #B2041B;
}
.BgClassName
{
background-color: #B2041B;
}
</style>
border-color css
<style>
span { border-color: #B2041B; }
span { border-color: rgb(178,4,27); }
td.TdClassName
{
border-color: #B2041B;
}
.TagClassName
{
border-color: #B2041B;
}
</style>