Shades of Venetian Red #B4032A
Tints of Venetian Red #B4032A
RGB
CMYK
RGB Variations
Color information
#B4032A (or 0xB4032A) is known color: Venetian Red. HEX triplet: B4, 03 and 2A. RGB value is (180,3,42). Sum of RGB (Red+Green+Blue) = 180+3+42=225 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 180 - color contains mainly: red. Hex color #B4032A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4032A is #4BFCD5. Grayscale: #3C3C3C. Windows color (decimal): -4979926 or 2753460. OLE color: 2753460.
HSL color Cylindrical-coordinate representation of color #B4032A: hue angle of 346.78º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B4032A is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 3 | 42 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.29 |
| HSL | 346.78º | 0.97% | 0.36% | - |
| HSV(B) | 346.78º | 0.98% | 0.71% | - |
| XYZ | 19.27 | 9.94 | 3.09 | - |
| YUV | 60.37 | 117.64 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 42 | 0 | 0.98 | 0.77 | 0.29 | 346.78 | 0.97 | 0.36 |
| Hex | B4 | 3 | 2A | 0 | 62 | 4D | 1D | 15B | 61 | 24 |
| Octal | 264 | 3 | 52 | 0 | 142 | 115 | 35 | 533 | 141 | 44 |
| Binary | 10110100 | 11 | 101010 | 0 | 1100010 | 1001101 | 11101 | 101011011 | 1100001 | 100100 |
Color Harmonies of #B4032A
Complementary color
Monochromatic Colors of #B4032A
Black with #B4032A
Text Example
Text Example
White with #B4032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4032A; }
p { color: rgb(180,3,42); }
H1.HeaderClassName
{
color: #B4032A;
}
.AnyTagClassName
{
color: #B4032A;
}
</style>
background-color css
<style>
a { background-color: #B4032A; }
a { background-color: rgb(180,3,42); }
div.DivClassName
{
background-color: #B4032A;
}
.BgClassName
{
background-color: #B4032A;
}
</style>
border-color css
<style>
span { border-color: #B4032A; }
span { border-color: rgb(180,3,42); }
td.TdClassName
{
border-color: #B4032A;
}
.TagClassName
{
border-color: #B4032A;
}
</style>