Shades of Venetian Red #B30510
Tints of Venetian Red #B30510
RGB
CMYK
RGB Variations
Color information
#B30510 (or 0xB30510) is known color: Venetian Red. HEX triplet: B3, 05 and 10. RGB value is (179,5,16). Sum of RGB (Red+Green+Blue) = 179+5+16=200 (26% of max value = 765). Red value is 179 (70.31% from 255 or 89.5% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 179 - color contains mainly: red. Hex color #B30510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30510 is #4CFAEF. Grayscale: #3A3A3A. Windows color (decimal): -5044976 or 1050035. OLE color: 1050035.
HSL color Cylindrical-coordinate representation of color #B30510: hue angle of 356.21º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B30510 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 5 | 16 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.30 |
| HSL | 356.21º | 0.95% | 0.36% | - |
| HSV(B) | 356.21º | 0.97% | 0.7% | - |
| XYZ | 18.74 | 9.73 | 1.38 | - |
| YUV | 58.28 | 104.15 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 5 | 16 | 0 | 0.97 | 0.91 | 0.30 | 356.21 | 0.95 | 0.36 |
| Hex | B3 | 5 | 10 | 0 | 61 | 5B | 1E | 164 | 5F | 24 |
| Octal | 263 | 5 | 20 | 0 | 141 | 133 | 36 | 544 | 137 | 44 |
| Binary | 10110011 | 101 | 10000 | 0 | 1100001 | 1011011 | 11110 | 101100100 | 1011111 | 100100 |
Color Harmonies of #B30510
Complementary color
Monochromatic Colors of #B30510
Black with #B30510
Text Example
Text Example
White with #B30510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30510; }
p { color: rgb(179,5,16); }
H1.HeaderClassName
{
color: #B30510;
}
.AnyTagClassName
{
color: #B30510;
}
</style>
background-color css
<style>
a { background-color: #B30510; }
a { background-color: rgb(179,5,16); }
div.DivClassName
{
background-color: #B30510;
}
.BgClassName
{
background-color: #B30510;
}
</style>
border-color css
<style>
span { border-color: #B30510; }
span { border-color: rgb(179,5,16); }
td.TdClassName
{
border-color: #B30510;
}
.TagClassName
{
border-color: #B30510;
}
</style>