Shades of Venetian Red #B7010C
Tints of Venetian Red #B7010C
RGB
CMYK
RGB Variations
Color information
#B7010C (or 0xB7010C) is known color: Venetian Red. HEX triplet: B7, 01 and 0C. RGB value is (183,1,12). Sum of RGB (Red+Green+Blue) = 183+1+12=196 (25% of max value = 765). Red value is 183 (71.88% from 255 or 93.37% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 183 - color contains mainly: red. Hex color #B7010C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7010C is #48FEF3. Grayscale: #383838. Windows color (decimal): -4783860 or 786871. OLE color: 786871.
HSL color Cylindrical-coordinate representation of color #B7010C: hue angle of 356.37º 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 #B7010C is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 12 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.28 |
| HSL | 356.37º | 0.99% | 0.36% | - |
| HSV(B) | 356.37º | 0.99% | 0.72% | - |
| XYZ | 19.61 | 10.12 | 1.27 | - |
| YUV | 56.67 | 102.8 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 12 | 0 | 0.99 | 0.93 | 0.28 | 356.37 | 0.99 | 0.36 |
| Hex | B7 | 1 | C | 0 | 63 | 5D | 1C | 164 | 63 | 24 |
| Octal | 267 | 1 | 14 | 0 | 143 | 135 | 34 | 544 | 143 | 44 |
| Binary | 10110111 | 1 | 1100 | 0 | 1100011 | 1011101 | 11100 | 101100100 | 1100011 | 100100 |
Color Harmonies of #B7010C
Complementary color
Monochromatic Colors of #B7010C
Black with #B7010C
Text Example
Text Example
White with #B7010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7010C; }
p { color: rgb(183,1,12); }
H1.HeaderClassName
{
color: #B7010C;
}
.AnyTagClassName
{
color: #B7010C;
}
</style>
background-color css
<style>
a { background-color: #B7010C; }
a { background-color: rgb(183,1,12); }
div.DivClassName
{
background-color: #B7010C;
}
.BgClassName
{
background-color: #B7010C;
}
</style>
border-color css
<style>
span { border-color: #B7010C; }
span { border-color: rgb(183,1,12); }
td.TdClassName
{
border-color: #B7010C;
}
.TagClassName
{
border-color: #B7010C;
}
</style>