Shades of Venetian Red #B7010A
Tints of Venetian Red #B7010A
RGB
CMYK
RGB Variations
Color information
#B7010A (or 0xB7010A) is known color: Venetian Red. HEX triplet: B7, 01 and 0A. RGB value is (183,1,10). Sum of RGB (Red+Green+Blue) = 183+1+10=194 (25% of max value = 765). Red value is 183 (71.88% from 255 or 94.33% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 183 - color contains mainly: red. Hex color #B7010A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7010A is #48FEF5. Grayscale: #383838. Windows color (decimal): -4783862 or 655799. OLE color: 655799.
HSL color Cylindrical-coordinate representation of color #B7010A: hue angle of 357.03º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7010A is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 10 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.28 |
| HSL | 357.03º | 0.99% | 0.36% | - |
| HSV(B) | 357.03º | 0.99% | 0.72% | - |
| XYZ | 19.59 | 10.11 | 1.21 | - |
| YUV | 56.44 | 101.8 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 10 | 0 | 0.99 | 0.95 | 0.28 | 357.03 | 0.99 | 0.36 |
| Hex | B7 | 1 | A | 0 | 63 | 5F | 1C | 165 | 63 | 24 |
| Octal | 267 | 1 | 12 | 0 | 143 | 137 | 34 | 545 | 143 | 44 |
| Binary | 10110111 | 1 | 1010 | 0 | 1100011 | 1011111 | 11100 | 101100101 | 1100011 | 100100 |
Color Harmonies of #B7010A
Complementary color
Monochromatic Colors of #B7010A
Black with #B7010A
Text Example
Text Example
White with #B7010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7010A; }
p { color: rgb(183,1,10); }
H1.HeaderClassName
{
color: #B7010A;
}
.AnyTagClassName
{
color: #B7010A;
}
</style>
background-color css
<style>
a { background-color: #B7010A; }
a { background-color: rgb(183,1,10); }
div.DivClassName
{
background-color: #B7010A;
}
.BgClassName
{
background-color: #B7010A;
}
</style>
border-color css
<style>
span { border-color: #B7010A; }
span { border-color: rgb(183,1,10); }
td.TdClassName
{
border-color: #B7010A;
}
.TagClassName
{
border-color: #B7010A;
}
</style>