Shades of Venetian Red #B3000E
Tints of Venetian Red #B3000E
RGB
CMYK
RGB Variations
Color information
#B3000E (or 0xB3000E) is known color: Venetian Red. HEX triplet: B3, 00 and 0E. RGB value is (179,0,14). Sum of RGB (Red+Green+Blue) = 179+0+14=193 (25% of max value = 765). Red value is 179 (70.31% from 255 or 92.75% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 179 - color contains mainly: red. Hex color #B3000E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B3000E is #4CFFF1. Grayscale: #373737. Windows color (decimal): -5046258 or 917683. OLE color: 917683.
HSL color Cylindrical-coordinate representation of color #B3000E: hue angle of 355.31º 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 #B3000E is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.92 | 0.30 |
| HSL | 355.31º | 1% | 0.35% | - |
| HSV(B) | 355.31º | 1% | 0.7% | - |
| XYZ | 18.67 | 9.62 | 1.29 | - |
| YUV | 55.12 | 104.8 | 216.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 14 | 0 | 1 | 0.92 | 0.30 | 355.31 | 1 | 0.35 |
| Hex | B3 | 0 | E | 0 | 64 | 5C | 1E | 163 | 64 | 23 |
| Octal | 263 | 0 | 16 | 0 | 144 | 134 | 36 | 543 | 144 | 43 |
| Binary | 10110011 | 0 | 1110 | 0 | 1100100 | 1011100 | 11110 | 101100011 | 1100100 | 100011 |
Color Harmonies of #B3000E
Complementary color
Monochromatic Colors of #B3000E
Black with #B3000E
Text Example
Text Example
White with #B3000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3000E; }
p { color: rgb(179,0,14); }
H1.HeaderClassName
{
color: #B3000E;
}
.AnyTagClassName
{
color: #B3000E;
}
</style>
background-color css
<style>
a { background-color: #B3000E; }
a { background-color: rgb(179,0,14); }
div.DivClassName
{
background-color: #B3000E;
}
.BgClassName
{
background-color: #B3000E;
}
</style>
border-color css
<style>
span { border-color: #B3000E; }
span { border-color: rgb(179,0,14); }
td.TdClassName
{
border-color: #B3000E;
}
.TagClassName
{
border-color: #B3000E;
}
</style>