Shades of Venetian Red #B30610
Tints of Venetian Red #B30610
RGB
CMYK
RGB Variations
Color information
#B30610 (or 0xB30610) is known color: Venetian Red. HEX triplet: B3, 06 and 10. RGB value is (179,6,16). Sum of RGB (Red+Green+Blue) = 179+6+16=201 (26% of max value = 765). Red value is 179 (70.31% from 255 or 89.05% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 179 - color contains mainly: red. Hex color #B30610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30610 is #4CF9EF. Grayscale: #3A3A3A. Windows color (decimal): -5044720 or 1050291. OLE color: 1050291.
HSL color Cylindrical-coordinate representation of color #B30610: hue angle of 356.53º degrees, saturation: 0.94, 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 #B30610 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 6 | 16 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.30 |
| HSL | 356.53º | 0.94% | 0.36% | - |
| HSV(B) | 356.53º | 0.97% | 0.7% | - |
| XYZ | 18.75 | 9.75 | 1.38 | - |
| YUV | 58.87 | 103.81 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 6 | 16 | 0 | 0.97 | 0.91 | 0.30 | 356.53 | 0.94 | 0.36 |
| Hex | B3 | 6 | 10 | 0 | 61 | 5B | 1E | 165 | 5E | 24 |
| Octal | 263 | 6 | 20 | 0 | 141 | 133 | 36 | 545 | 136 | 44 |
| Binary | 10110011 | 110 | 10000 | 0 | 1100001 | 1011011 | 11110 | 101100101 | 1011110 | 100100 |
Color Harmonies of #B30610
Complementary color
Monochromatic Colors of #B30610
Black with #B30610
Text Example
Text Example
White with #B30610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30610; }
p { color: rgb(179,6,16); }
H1.HeaderClassName
{
color: #B30610;
}
.AnyTagClassName
{
color: #B30610;
}
</style>
background-color css
<style>
a { background-color: #B30610; }
a { background-color: rgb(179,6,16); }
div.DivClassName
{
background-color: #B30610;
}
.BgClassName
{
background-color: #B30610;
}
</style>
border-color css
<style>
span { border-color: #B30610; }
span { border-color: rgb(179,6,16); }
td.TdClassName
{
border-color: #B30610;
}
.TagClassName
{
border-color: #B30610;
}
</style>