Shades of Venetian Red #B2031C
Tints of Venetian Red #B2031C
RGB
CMYK
RGB Variations
Color information
#B2031C (or 0xB2031C) is known color: Venetian Red. HEX triplet: B2, 03 and 1C. RGB value is (178,3,28). Sum of RGB (Red+Green+Blue) = 178+3+28=209 (27% of max value = 765). Red value is 178 (69.92% from 255 or 85.17% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 178 - color contains mainly: red. Hex color #B2031C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2031C is #4DFCE3. Grayscale: #3A3A3A. Windows color (decimal): -5111012 or 1835954. OLE color: 1835954.
HSL color Cylindrical-coordinate representation of color #B2031C: hue angle of 351.43º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2031C is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 3 | 28 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.30 |
| HSL | 351.43º | 0.97% | 0.35% | - |
| HSV(B) | 351.43º | 0.98% | 0.7% | - |
| XYZ | 18.6 | 9.61 | 1.97 | - |
| YUV | 58.18 | 110.98 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 3 | 28 | 0 | 0.98 | 0.84 | 0.30 | 351.43 | 0.97 | 0.35 |
| Hex | B2 | 3 | 1C | 0 | 62 | 54 | 1E | 15F | 61 | 23 |
| Octal | 262 | 3 | 34 | 0 | 142 | 124 | 36 | 537 | 141 | 43 |
| Binary | 10110010 | 11 | 11100 | 0 | 1100010 | 1010100 | 11110 | 101011111 | 1100001 | 100011 |
Color Harmonies of #B2031C
Complementary color
Monochromatic Colors of #B2031C
Black with #B2031C
Text Example
Text Example
White with #B2031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2031C; }
p { color: rgb(178,3,28); }
H1.HeaderClassName
{
color: #B2031C;
}
.AnyTagClassName
{
color: #B2031C;
}
</style>
background-color css
<style>
a { background-color: #B2031C; }
a { background-color: rgb(178,3,28); }
div.DivClassName
{
background-color: #B2031C;
}
.BgClassName
{
background-color: #B2031C;
}
</style>
border-color css
<style>
span { border-color: #B2031C; }
span { border-color: rgb(178,3,28); }
td.TdClassName
{
border-color: #B2031C;
}
.TagClassName
{
border-color: #B2031C;
}
</style>