Shades of Venetian Red #B30305
Tints of Venetian Red #B30305
RGB
CMYK
RGB Variations
Color information
#B30305 (or 0xB30305) is known color: Venetian Red. HEX triplet: B3, 03 and 05. RGB value is (179,3,5). Sum of RGB (Red+Green+Blue) = 179+3+5=187 (24% of max value = 765). Red value is 179 (70.31% from 255 or 95.72% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 179 - color contains mainly: red. Hex color #B30305 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30305 is #4CFCFA. Grayscale: #383838. Windows color (decimal): -5045499 or 328627. OLE color: 328627.
HSL color Cylindrical-coordinate representation of color #B30305: hue angle of 359.32º degrees, saturation: 0.97, 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 #B30305 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 3 | 5 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.30 |
| HSL | 359.32º | 0.97% | 0.36% | - |
| HSV(B) | 359.32º | 0.98% | 0.7% | - |
| XYZ | 18.65 | 9.66 | 1.03 | - |
| YUV | 55.85 | 99.31 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 3 | 5 | 0 | 0.98 | 0.97 | 0.30 | 359.32 | 0.97 | 0.36 |
| Hex | B3 | 3 | 5 | 0 | 62 | 61 | 1E | 167 | 61 | 24 |
| Octal | 263 | 3 | 5 | 0 | 142 | 141 | 36 | 547 | 141 | 44 |
| Binary | 10110011 | 11 | 101 | 0 | 1100010 | 1100001 | 11110 | 101100111 | 1100001 | 100100 |
Color Harmonies of #B30305
Complementary color
Monochromatic Colors of #B30305
Black with #B30305
Text Example
Text Example
White with #B30305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30305; }
p { color: rgb(179,3,5); }
H1.HeaderClassName
{
color: #B30305;
}
.AnyTagClassName
{
color: #B30305;
}
</style>
background-color css
<style>
a { background-color: #B30305; }
a { background-color: rgb(179,3,5); }
div.DivClassName
{
background-color: #B30305;
}
.BgClassName
{
background-color: #B30305;
}
</style>
border-color css
<style>
span { border-color: #B30305; }
span { border-color: rgb(179,3,5); }
td.TdClassName
{
border-color: #B30305;
}
.TagClassName
{
border-color: #B30305;
}
</style>