Shades of Venetian Red #B3101C
Tints of Venetian Red #B3101C
RGB
CMYK
RGB Variations
Color information
#B3101C (or 0xB3101C) is known color: Venetian Red. HEX triplet: B3, 10 and 1C. RGB value is (179,16,28). Sum of RGB (Red+Green+Blue) = 179+16+28=223 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.27% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 179 - color contains mainly: red. Hex color #B3101C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3101C is #4CEFE3. Grayscale: #424242. Windows color (decimal): -5042148 or 1839283. OLE color: 1839283.
HSL color Cylindrical-coordinate representation of color #B3101C: hue angle of 355.58º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B3101C is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 16 | 28 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.30 |
| HSL | 355.58º | 0.84% | 0.38% | - |
| HSV(B) | 355.58º | 0.91% | 0.7% | - |
| XYZ | 18.99 | 10.04 | 2.04 | - |
| YUV | 66.11 | 106.5 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 16 | 28 | 0 | 0.91 | 0.84 | 0.30 | 355.58 | 0.84 | 0.38 |
| Hex | B3 | 10 | 1C | 0 | 5B | 54 | 1E | 164 | 54 | 26 |
| Octal | 263 | 20 | 34 | 0 | 133 | 124 | 36 | 544 | 124 | 46 |
| Binary | 10110011 | 10000 | 11100 | 0 | 1011011 | 1010100 | 11110 | 101100100 | 1010100 | 100110 |
Color Harmonies of #B3101C
Complementary color
Monochromatic Colors of #B3101C
Black with #B3101C
Text Example
Text Example
White with #B3101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3101C; }
p { color: rgb(179,16,28); }
H1.HeaderClassName
{
color: #B3101C;
}
.AnyTagClassName
{
color: #B3101C;
}
</style>
background-color css
<style>
a { background-color: #B3101C; }
a { background-color: rgb(179,16,28); }
div.DivClassName
{
background-color: #B3101C;
}
.BgClassName
{
background-color: #B3101C;
}
</style>
border-color css
<style>
span { border-color: #B3101C; }
span { border-color: rgb(179,16,28); }
td.TdClassName
{
border-color: #B3101C;
}
.TagClassName
{
border-color: #B3101C;
}
</style>