Shades of Venetian Red #B40722
Tints of Venetian Red #B40722
RGB
CMYK
RGB Variations
Color information
#B40722 (or 0xB40722) is known color: Venetian Red. HEX triplet: B4, 07 and 22. RGB value is (180,7,34). Sum of RGB (Red+Green+Blue) = 180+7+34=221 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.45% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 34 (13.67% from 255 or 15.38% from 221); Max value from RGB is 180 - color contains mainly: red. Hex color #B40722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40722 is #4BF8DD. Grayscale: #3D3D3D. Windows color (decimal): -4978910 or 2230196. OLE color: 2230196.
HSL color Cylindrical-coordinate representation of color #B40722: hue angle of 350.64º 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 #B40722 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 7 | 34 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.29 |
| HSL | 350.64º | 0.93% | 0.37% | - |
| HSV(B) | 350.64º | 0.96% | 0.71% | - |
| XYZ | 19.19 | 9.97 | 2.43 | - |
| YUV | 61.81 | 112.31 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 34 | 0 | 0.96 | 0.81 | 0.29 | 350.64 | 0.93 | 0.37 |
| Hex | B4 | 7 | 22 | 0 | 60 | 51 | 1D | 15F | 5D | 25 |
| Octal | 264 | 7 | 42 | 0 | 140 | 121 | 35 | 537 | 135 | 45 |
| Binary | 10110100 | 111 | 100010 | 0 | 1100000 | 1010001 | 11101 | 101011111 | 1011101 | 100101 |
Color Harmonies of #B40722
Complementary color
Monochromatic Colors of #B40722
Black with #B40722
Text Example
Text Example
White with #B40722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40722; }
p { color: rgb(180,7,34); }
H1.HeaderClassName
{
color: #B40722;
}
.AnyTagClassName
{
color: #B40722;
}
</style>
background-color css
<style>
a { background-color: #B40722; }
a { background-color: rgb(180,7,34); }
div.DivClassName
{
background-color: #B40722;
}
.BgClassName
{
background-color: #B40722;
}
</style>
border-color css
<style>
span { border-color: #B40722; }
span { border-color: rgb(180,7,34); }
td.TdClassName
{
border-color: #B40722;
}
.TagClassName
{
border-color: #B40722;
}
</style>