Shades of Venetian Red #B0070D
Tints of Venetian Red #B0070D
RGB
CMYK
RGB Variations
Color information
#B0070D (or 0xB0070D) is known color: Venetian Red. HEX triplet: B0, 07 and 0D. RGB value is (176,7,13). Sum of RGB (Red+Green+Blue) = 176+7+13=196 (25% of max value = 765). Red value is 176 (69.14% from 255 or 89.80% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 176 - color contains mainly: red. Hex color #B0070D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0070D is #4FF8F2. Grayscale: #3A3A3A. Windows color (decimal): -5241075 or 853936. OLE color: 853936.
HSL color Cylindrical-coordinate representation of color #B0070D: hue angle of 357.87º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B0070D is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 7 | 13 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.31 |
| HSL | 357.87º | 0.92% | 0.36% | - |
| HSV(B) | 357.87º | 0.96% | 0.69% | - |
| XYZ | 18.05 | 9.41 | 1.25 | - |
| YUV | 58.22 | 102.49 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 7 | 13 | 0 | 0.96 | 0.93 | 0.31 | 357.87 | 0.92 | 0.36 |
| Hex | B0 | 7 | D | 0 | 60 | 5D | 1F | 166 | 5C | 24 |
| Octal | 260 | 7 | 15 | 0 | 140 | 135 | 37 | 546 | 134 | 44 |
| Binary | 10110000 | 111 | 1101 | 0 | 1100000 | 1011101 | 11111 | 101100110 | 1011100 | 100100 |
Color Harmonies of #B0070D
Complementary color
Monochromatic Colors of #B0070D
Black with #B0070D
Text Example
Text Example
White with #B0070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0070D; }
p { color: rgb(176,7,13); }
H1.HeaderClassName
{
color: #B0070D;
}
.AnyTagClassName
{
color: #B0070D;
}
</style>
background-color css
<style>
a { background-color: #B0070D; }
a { background-color: rgb(176,7,13); }
div.DivClassName
{
background-color: #B0070D;
}
.BgClassName
{
background-color: #B0070D;
}
</style>
border-color css
<style>
span { border-color: #B0070D; }
span { border-color: rgb(176,7,13); }
td.TdClassName
{
border-color: #B0070D;
}
.TagClassName
{
border-color: #B0070D;
}
</style>