Shades of Venetian Red #B5071C
Tints of Venetian Red #B5071C
RGB
CMYK
RGB Variations
Color information
#B5071C (or 0xB5071C) is known color: Venetian Red. HEX triplet: B5, 07 and 1C. RGB value is (181,7,28). Sum of RGB (Red+Green+Blue) = 181+7+28=216 (28% of max value = 765). Red value is 181 (71.09% from 255 or 83.80% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 28 (11.33% from 255 or 12.96% from 216); Max value from RGB is 181 - color contains mainly: red. Hex color #B5071C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5071C is #4AF8E3. Grayscale: #3D3D3D. Windows color (decimal): -4913380 or 1836981. OLE color: 1836981.
HSL color Cylindrical-coordinate representation of color #B5071C: hue angle of 352.76º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5071C is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 7 | 28 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.29 |
| HSL | 352.76º | 0.93% | 0.37% | - |
| HSV(B) | 352.76º | 0.96% | 0.71% | - |
| XYZ | 19.34 | 10.06 | 2.02 | - |
| YUV | 61.42 | 109.15 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 7 | 28 | 0 | 0.96 | 0.85 | 0.29 | 352.76 | 0.93 | 0.37 |
| Hex | B5 | 7 | 1C | 0 | 60 | 55 | 1D | 161 | 5D | 25 |
| Octal | 265 | 7 | 34 | 0 | 140 | 125 | 35 | 541 | 135 | 45 |
| Binary | 10110101 | 111 | 11100 | 0 | 1100000 | 1010101 | 11101 | 101100001 | 1011101 | 100101 |
Color Harmonies of #B5071C
Complementary color
Monochromatic Colors of #B5071C
Black with #B5071C
Text Example
Text Example
White with #B5071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5071C; }
p { color: rgb(181,7,28); }
H1.HeaderClassName
{
color: #B5071C;
}
.AnyTagClassName
{
color: #B5071C;
}
</style>
background-color css
<style>
a { background-color: #B5071C; }
a { background-color: rgb(181,7,28); }
div.DivClassName
{
background-color: #B5071C;
}
.BgClassName
{
background-color: #B5071C;
}
</style>
border-color css
<style>
span { border-color: #B5071C; }
span { border-color: rgb(181,7,28); }
td.TdClassName
{
border-color: #B5071C;
}
.TagClassName
{
border-color: #B5071C;
}
</style>