Shades of Venetian Red #B2131B
Tints of Venetian Red #B2131B
RGB
CMYK
RGB Variations
Color information
#B2131B (or 0xB2131B) is known color: Venetian Red. HEX triplet: B2, 13 and 1B. RGB value is (178,19,27). Sum of RGB (Red+Green+Blue) = 178+19+27=224 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.46% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 178 - color contains mainly: red. Hex color #B2131B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2131B is #4DECE4. Grayscale: #434343. Windows color (decimal): -5106917 or 1774514. OLE color: 1774514.
HSL color Cylindrical-coordinate representation of color #B2131B: hue angle of 356.98º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2131B is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 19 | 27 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.30 |
| HSL | 356.98º | 0.81% | 0.39% | - |
| HSV(B) | 356.98º | 0.89% | 0.7% | - |
| XYZ | 18.79 | 10.01 | 1.98 | - |
| YUV | 67.45 | 105.18 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 19 | 27 | 0 | 0.89 | 0.85 | 0.30 | 356.98 | 0.81 | 0.39 |
| Hex | B2 | 13 | 1B | 0 | 59 | 55 | 1E | 165 | 51 | 27 |
| Octal | 262 | 23 | 33 | 0 | 131 | 125 | 36 | 545 | 121 | 47 |
| Binary | 10110010 | 10011 | 11011 | 0 | 1011001 | 1010101 | 11110 | 101100101 | 1010001 | 100111 |
Color Harmonies of #B2131B
Complementary color
Monochromatic Colors of #B2131B
Black with #B2131B
Text Example
Text Example
White with #B2131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2131B; }
p { color: rgb(178,19,27); }
H1.HeaderClassName
{
color: #B2131B;
}
.AnyTagClassName
{
color: #B2131B;
}
</style>
background-color css
<style>
a { background-color: #B2131B; }
a { background-color: rgb(178,19,27); }
div.DivClassName
{
background-color: #B2131B;
}
.BgClassName
{
background-color: #B2131B;
}
</style>
border-color css
<style>
span { border-color: #B2131B; }
span { border-color: rgb(178,19,27); }
td.TdClassName
{
border-color: #B2131B;
}
.TagClassName
{
border-color: #B2131B;
}
</style>