Shades of Venetian Red #B30717
Tints of Venetian Red #B30717
RGB
CMYK
RGB Variations
Color information
#B30717 (or 0xB30717) is known color: Venetian Red. HEX triplet: B3, 07 and 17. RGB value is (179,7,23). Sum of RGB (Red+Green+Blue) = 179+7+23=209 (27% of max value = 765). Red value is 179 (70.31% from 255 or 85.65% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 23 (9.38% from 255 or 11.00% from 209); Max value from RGB is 179 - color contains mainly: red. Hex color #B30717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30717 is #4CF8E8. Grayscale: #3C3C3C. Windows color (decimal): -5044457 or 1509299. OLE color: 1509299.
HSL color Cylindrical-coordinate representation of color #B30717: hue angle of 354.42º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30717 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 7 | 23 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.30 |
| HSL | 354.42º | 0.92% | 0.36% | - |
| HSV(B) | 354.42º | 0.96% | 0.7% | - |
| XYZ | 18.82 | 9.8 | 1.71 | - |
| YUV | 60.25 | 106.98 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 23 | 0 | 0.96 | 0.87 | 0.30 | 354.42 | 0.92 | 0.36 |
| Hex | B3 | 7 | 17 | 0 | 60 | 57 | 1E | 162 | 5C | 24 |
| Octal | 263 | 7 | 27 | 0 | 140 | 127 | 36 | 542 | 134 | 44 |
| Binary | 10110011 | 111 | 10111 | 0 | 1100000 | 1010111 | 11110 | 101100010 | 1011100 | 100100 |
Color Harmonies of #B30717
Complementary color
Monochromatic Colors of #B30717
Black with #B30717
Text Example
Text Example
White with #B30717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30717; }
p { color: rgb(179,7,23); }
H1.HeaderClassName
{
color: #B30717;
}
.AnyTagClassName
{
color: #B30717;
}
</style>
background-color css
<style>
a { background-color: #B30717; }
a { background-color: rgb(179,7,23); }
div.DivClassName
{
background-color: #B30717;
}
.BgClassName
{
background-color: #B30717;
}
</style>
border-color css
<style>
span { border-color: #B30717; }
span { border-color: rgb(179,7,23); }
td.TdClassName
{
border-color: #B30717;
}
.TagClassName
{
border-color: #B30717;
}
</style>