Shades of Venetian Red #B30427
Tints of Venetian Red #B30427
RGB
CMYK
RGB Variations
Color information
#B30427 (or 0xB30427) is known color: Venetian Red. HEX triplet: B3, 04 and 27. RGB value is (179,4,39). Sum of RGB (Red+Green+Blue) = 179+4+39=222 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.63% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 39 (15.62% from 255 or 17.57% from 222); Max value from RGB is 179 - color contains mainly: red. Hex color #B30427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30427 is #4CFBD8. Grayscale: #3C3C3C. Windows color (decimal): -5045209 or 2557107. OLE color: 2557107.
HSL color Cylindrical-coordinate representation of color #B30427: hue angle of 348º 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 #B30427 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 4 | 39 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.30 |
| HSL | 348º | 0.96% | 0.36% | - |
| HSV(B) | 348º | 0.98% | 0.7% | - |
| XYZ | 19 | 9.82 | 2.81 | - |
| YUV | 60.32 | 115.98 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 4 | 39 | 0 | 0.98 | 0.78 | 0.30 | 348 | 0.96 | 0.36 |
| Hex | B3 | 4 | 27 | 0 | 62 | 4E | 1E | 15C | 60 | 24 |
| Octal | 263 | 4 | 47 | 0 | 142 | 116 | 36 | 534 | 140 | 44 |
| Binary | 10110011 | 100 | 100111 | 0 | 1100010 | 1001110 | 11110 | 101011100 | 1100000 | 100100 |
Color Harmonies of #B30427
Complementary color
Monochromatic Colors of #B30427
Black with #B30427
Text Example
Text Example
White with #B30427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30427; }
p { color: rgb(179,4,39); }
H1.HeaderClassName
{
color: #B30427;
}
.AnyTagClassName
{
color: #B30427;
}
</style>
background-color css
<style>
a { background-color: #B30427; }
a { background-color: rgb(179,4,39); }
div.DivClassName
{
background-color: #B30427;
}
.BgClassName
{
background-color: #B30427;
}
</style>
border-color css
<style>
span { border-color: #B30427; }
span { border-color: rgb(179,4,39); }
td.TdClassName
{
border-color: #B30427;
}
.TagClassName
{
border-color: #B30427;
}
</style>