Shades of Venetian Red #B70102
Tints of Venetian Red #B70102
RGB
CMYK
RGB Variations
Color information
#B70102 (or 0xB70102) is known color: Venetian Red. HEX triplet: B7, 01 and 02. RGB value is (183,1,2). Sum of RGB (Red+Green+Blue) = 183+1+2=186 (24% of max value = 765). Red value is 183 (71.88% from 255 or 98.39% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 183 - color contains mainly: red. Hex color #B70102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70102 is #48FEFD. Grayscale: #373737. Windows color (decimal): -4783870 or 131511. OLE color: 131511.
HSL color Cylindrical-coordinate representation of color #B70102: hue angle of 359.67º 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 #B70102 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 2 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.28 |
| HSL | 359.67º | 0.99% | 0.36% | - |
| HSV(B) | 359.67º | 0.99% | 0.72% | - |
| XYZ | 19.55 | 10.09 | 0.98 | - |
| YUV | 55.53 | 97.8 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 2 | 0 | 0.99 | 0.99 | 0.28 | 359.67 | 0.99 | 0.36 |
| Hex | B7 | 1 | 2 | 0 | 63 | 63 | 1C | 168 | 63 | 24 |
| Octal | 267 | 1 | 2 | 0 | 143 | 143 | 34 | 550 | 143 | 44 |
| Binary | 10110111 | 1 | 10 | 0 | 1100011 | 1100011 | 11100 | 101101000 | 1100011 | 100100 |
Color Harmonies of #B70102
Complementary color
Monochromatic Colors of #B70102
Black with #B70102
Text Example
Text Example
White with #B70102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70102; }
p { color: rgb(183,1,2); }
H1.HeaderClassName
{
color: #B70102;
}
.AnyTagClassName
{
color: #B70102;
}
</style>
background-color css
<style>
a { background-color: #B70102; }
a { background-color: rgb(183,1,2); }
div.DivClassName
{
background-color: #B70102;
}
.BgClassName
{
background-color: #B70102;
}
</style>
border-color css
<style>
span { border-color: #B70102; }
span { border-color: rgb(183,1,2); }
td.TdClassName
{
border-color: #B70102;
}
.TagClassName
{
border-color: #B70102;
}
</style>