Shades of Venetian Red #B30117
Tints of Venetian Red #B30117
RGB
CMYK
RGB Variations
Color information
#B30117 (or 0xB30117) is known color: Venetian Red. HEX triplet: B3, 01 and 17. RGB value is (179,1,23). Sum of RGB (Red+Green+Blue) = 179+1+23=203 (26% of max value = 765). Red value is 179 (70.31% from 255 or 88.18% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 179 - color contains mainly: red. Hex color #B30117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30117 is #4CFEE8. Grayscale: #383838. Windows color (decimal): -5045993 or 1507763. OLE color: 1507763.
HSL color Cylindrical-coordinate representation of color #B30117: hue angle of 352.58º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B30117 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 23 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.30 |
| HSL | 352.58º | 0.99% | 0.35% | - |
| HSV(B) | 352.58º | 0.99% | 0.7% | - |
| XYZ | 18.76 | 9.67 | 1.69 | - |
| YUV | 56.73 | 108.97 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 23 | 0 | 0.99 | 0.87 | 0.30 | 352.58 | 0.99 | 0.35 |
| Hex | B3 | 1 | 17 | 0 | 63 | 57 | 1E | 161 | 63 | 23 |
| Octal | 263 | 1 | 27 | 0 | 143 | 127 | 36 | 541 | 143 | 43 |
| Binary | 10110011 | 1 | 10111 | 0 | 1100011 | 1010111 | 11110 | 101100001 | 1100011 | 100011 |
Color Harmonies of #B30117
Complementary color
Monochromatic Colors of #B30117
Black with #B30117
Text Example
Text Example
White with #B30117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30117; }
p { color: rgb(179,1,23); }
H1.HeaderClassName
{
color: #B30117;
}
.AnyTagClassName
{
color: #B30117;
}
</style>
background-color css
<style>
a { background-color: #B30117; }
a { background-color: rgb(179,1,23); }
div.DivClassName
{
background-color: #B30117;
}
.BgClassName
{
background-color: #B30117;
}
</style>
border-color css
<style>
span { border-color: #B30117; }
span { border-color: rgb(179,1,23); }
td.TdClassName
{
border-color: #B30117;
}
.TagClassName
{
border-color: #B30117;
}
</style>