Shades of Venetian Red #B70105
Tints of Venetian Red #B70105
RGB
CMYK
RGB Variations
Color information
#B70105 (or 0xB70105) is known color: Venetian Red. HEX triplet: B7, 01 and 05. RGB value is (183,1,5). Sum of RGB (Red+Green+Blue) = 183+1+5=189 (25% of max value = 765). Red value is 183 (71.88% from 255 or 96.83% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 5 (2.34% from 255 or 2.65% from 189); Max value from RGB is 183 - color contains mainly: red. Hex color #B70105 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70105 is #48FEFA. Grayscale: #383838. Windows color (decimal): -4783867 or 328119. OLE color: 328119.
HSL color Cylindrical-coordinate representation of color #B70105: hue angle of 358.68º 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 #B70105 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 5 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.28 |
| HSL | 358.68º | 0.99% | 0.36% | - |
| HSV(B) | 358.68º | 0.99% | 0.72% | - |
| XYZ | 19.57 | 10.1 | 1.06 | - |
| YUV | 55.87 | 99.3 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 5 | 0 | 0.99 | 0.97 | 0.28 | 358.68 | 0.99 | 0.36 |
| Hex | B7 | 1 | 5 | 0 | 63 | 61 | 1C | 167 | 63 | 24 |
| Octal | 267 | 1 | 5 | 0 | 143 | 141 | 34 | 547 | 143 | 44 |
| Binary | 10110111 | 1 | 101 | 0 | 1100011 | 1100001 | 11100 | 101100111 | 1100011 | 100100 |
Color Harmonies of #B70105
Complementary color
Monochromatic Colors of #B70105
Black with #B70105
Text Example
Text Example
White with #B70105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70105; }
p { color: rgb(183,1,5); }
H1.HeaderClassName
{
color: #B70105;
}
.AnyTagClassName
{
color: #B70105;
}
</style>
background-color css
<style>
a { background-color: #B70105; }
a { background-color: rgb(183,1,5); }
div.DivClassName
{
background-color: #B70105;
}
.BgClassName
{
background-color: #B70105;
}
</style>
border-color css
<style>
span { border-color: #B70105; }
span { border-color: rgb(183,1,5); }
td.TdClassName
{
border-color: #B70105;
}
.TagClassName
{
border-color: #B70105;
}
</style>