Shades of Venetian Red #B2181C
Tints of Venetian Red #B2181C
RGB
CMYK
RGB Variations
Color information
#B2181C (or 0xB2181C) is known color: Venetian Red. HEX triplet: B2, 18 and 1C. RGB value is (178,24,28). Sum of RGB (Red+Green+Blue) = 178+24+28=230 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.39% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 28 (11.33% from 255 or 12.17% from 230); Max value from RGB is 178 - color contains mainly: red. Hex color #B2181C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2181C is #4DE7E3. Grayscale: #464646. Windows color (decimal): -5105636 or 1841330. OLE color: 1841330.
HSL color Cylindrical-coordinate representation of color #B2181C: hue angle of 358.44º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2181C is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 24 | 28 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.30 |
| HSL | 358.44º | 0.76% | 0.4% | - |
| HSV(B) | 358.44º | 0.87% | 0.7% | - |
| XYZ | 18.9 | 10.2 | 2.07 | - |
| YUV | 70.5 | 104.02 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 24 | 28 | 0 | 0.87 | 0.84 | 0.30 | 358.44 | 0.76 | 0.4 |
| Hex | B2 | 18 | 1C | 0 | 57 | 54 | 1E | 166 | 4C | 28 |
| Octal | 262 | 30 | 34 | 0 | 127 | 124 | 36 | 546 | 114 | 50 |
| Binary | 10110010 | 11000 | 11100 | 0 | 1010111 | 1010100 | 11110 | 101100110 | 1001100 | 101000 |
Color Harmonies of #B2181C
Complementary color
Monochromatic Colors of #B2181C
Black with #B2181C
Text Example
Text Example
White with #B2181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2181C; }
p { color: rgb(178,24,28); }
H1.HeaderClassName
{
color: #B2181C;
}
.AnyTagClassName
{
color: #B2181C;
}
</style>
background-color css
<style>
a { background-color: #B2181C; }
a { background-color: rgb(178,24,28); }
div.DivClassName
{
background-color: #B2181C;
}
.BgClassName
{
background-color: #B2181C;
}
</style>
border-color css
<style>
span { border-color: #B2181C; }
span { border-color: rgb(178,24,28); }
td.TdClassName
{
border-color: #B2181C;
}
.TagClassName
{
border-color: #B2181C;
}
</style>