Shades of Venetian Red #B3041C
Tints of Venetian Red #B3041C
RGB
CMYK
RGB Variations
Color information
#B3041C (or 0xB3041C) is known color: Venetian Red. HEX triplet: B3, 04 and 1C. RGB value is (179,4,28). Sum of RGB (Red+Green+Blue) = 179+4+28=211 (27% of max value = 765). Red value is 179 (70.31% from 255 or 84.83% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 179 - color contains mainly: red. Hex color #B3041C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3041C is #4CFBE3. Grayscale: #3B3B3B. Windows color (decimal): -5045220 or 1836211. OLE color: 1836211.
HSL color Cylindrical-coordinate representation of color #B3041C: hue angle of 351.77º 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 #B3041C is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 4 | 28 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.30 |
| HSL | 351.77º | 0.96% | 0.36% | - |
| HSV(B) | 351.77º | 0.98% | 0.7% | - |
| XYZ | 18.84 | 9.75 | 1.99 | - |
| YUV | 59.06 | 110.48 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 4 | 28 | 0 | 0.98 | 0.84 | 0.30 | 351.77 | 0.96 | 0.36 |
| Hex | B3 | 4 | 1C | 0 | 62 | 54 | 1E | 160 | 60 | 24 |
| Octal | 263 | 4 | 34 | 0 | 142 | 124 | 36 | 540 | 140 | 44 |
| Binary | 10110011 | 100 | 11100 | 0 | 1100010 | 1010100 | 11110 | 101100000 | 1100000 | 100100 |
Color Harmonies of #B3041C
Complementary color
Monochromatic Colors of #B3041C
Black with #B3041C
Text Example
Text Example
White with #B3041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3041C; }
p { color: rgb(179,4,28); }
H1.HeaderClassName
{
color: #B3041C;
}
.AnyTagClassName
{
color: #B3041C;
}
</style>
background-color css
<style>
a { background-color: #B3041C; }
a { background-color: rgb(179,4,28); }
div.DivClassName
{
background-color: #B3041C;
}
.BgClassName
{
background-color: #B3041C;
}
</style>
border-color css
<style>
span { border-color: #B3041C; }
span { border-color: rgb(179,4,28); }
td.TdClassName
{
border-color: #B3041C;
}
.TagClassName
{
border-color: #B3041C;
}
</style>