Shades of Venetian Red #B30011
Tints of Venetian Red #B30011
RGB
CMYK
RGB Variations
Color information
#B30011 (or 0xB30011) is known color: Venetian Red. HEX triplet: B3, 00 and 11. RGB value is (179,0,17). Sum of RGB (Red+Green+Blue) = 179+0+17=196 (25% of max value = 765). Red value is 179 (70.31% from 255 or 91.33% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 179 - color contains mainly: red. Hex color #B30011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30011 is #4CFFEE. Grayscale: #373737. Windows color (decimal): -5046255 or 1114291. OLE color: 1114291.
HSL color Cylindrical-coordinate representation of color #B30011: hue angle of 354.3º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B30011 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.91 | 0.30 |
| HSL | 354.3º | 1% | 0.35% | - |
| HSV(B) | 354.3º | 1% | 0.7% | - |
| XYZ | 18.69 | 9.62 | 1.4 | - |
| YUV | 55.46 | 106.3 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 17 | 0 | 1 | 0.91 | 0.30 | 354.3 | 1 | 0.35 |
| Hex | B3 | 0 | 11 | 0 | 64 | 5B | 1E | 162 | 64 | 23 |
| Octal | 263 | 0 | 21 | 0 | 144 | 133 | 36 | 542 | 144 | 43 |
| Binary | 10110011 | 0 | 10001 | 0 | 1100100 | 1011011 | 11110 | 101100010 | 1100100 | 100011 |
Color Harmonies of #B30011
Complementary color
Monochromatic Colors of #B30011
Black with #B30011
Text Example
Text Example
White with #B30011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30011; }
p { color: rgb(179,0,17); }
H1.HeaderClassName
{
color: #B30011;
}
.AnyTagClassName
{
color: #B30011;
}
</style>
background-color css
<style>
a { background-color: #B30011; }
a { background-color: rgb(179,0,17); }
div.DivClassName
{
background-color: #B30011;
}
.BgClassName
{
background-color: #B30011;
}
</style>
border-color css
<style>
span { border-color: #B30011; }
span { border-color: rgb(179,0,17); }
td.TdClassName
{
border-color: #B30011;
}
.TagClassName
{
border-color: #B30011;
}
</style>