Shades of Venetian Red #B30111
Tints of Venetian Red #B30111
RGB
CMYK
RGB Variations
Color information
#B30111 (or 0xB30111) is known color: Venetian Red. HEX triplet: B3, 01 and 11. RGB value is (179,1,17). Sum of RGB (Red+Green+Blue) = 179+1+17=197 (26% of max value = 765). Red value is 179 (70.31% from 255 or 90.86% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 179 - color contains mainly: red. Hex color #B30111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30111 is #4CFEEE. Grayscale: #383838. Windows color (decimal): -5045999 or 1114547. OLE color: 1114547.
HSL color Cylindrical-coordinate representation of color #B30111: hue angle of 354.61º 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 #B30111 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 17 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.30 |
| HSL | 354.61º | 0.99% | 0.35% | - |
| HSV(B) | 354.61º | 0.99% | 0.7% | - |
| XYZ | 18.7 | 9.65 | 1.41 | - |
| YUV | 56.05 | 105.97 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 17 | 0 | 0.99 | 0.91 | 0.30 | 354.61 | 0.99 | 0.35 |
| Hex | B3 | 1 | 11 | 0 | 63 | 5B | 1E | 163 | 63 | 23 |
| Octal | 263 | 1 | 21 | 0 | 143 | 133 | 36 | 543 | 143 | 43 |
| Binary | 10110011 | 1 | 10001 | 0 | 1100011 | 1011011 | 11110 | 101100011 | 1100011 | 100011 |
Color Harmonies of #B30111
Complementary color
Monochromatic Colors of #B30111
Black with #B30111
Text Example
Text Example
White with #B30111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30111; }
p { color: rgb(179,1,17); }
H1.HeaderClassName
{
color: #B30111;
}
.AnyTagClassName
{
color: #B30111;
}
</style>
background-color css
<style>
a { background-color: #B30111; }
a { background-color: rgb(179,1,17); }
div.DivClassName
{
background-color: #B30111;
}
.BgClassName
{
background-color: #B30111;
}
</style>
border-color css
<style>
span { border-color: #B30111; }
span { border-color: rgb(179,1,17); }
td.TdClassName
{
border-color: #B30111;
}
.TagClassName
{
border-color: #B30111;
}
</style>