Shades of Venetian Red #B20725
Tints of Venetian Red #B20725
RGB
CMYK
RGB Variations
Color information
#B20725 (or 0xB20725) is known color: Venetian Red. HEX triplet: B2, 07 and 25. RGB value is (178,7,37). Sum of RGB (Red+Green+Blue) = 178+7+37=222 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.18% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 37 (14.84% from 255 or 16.67% from 222); Max value from RGB is 178 - color contains mainly: red. Hex color #B20725 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20725 is #4DF8DA. Grayscale: #3D3D3D. Windows color (decimal): -5109979 or 2426802. OLE color: 2426802.
HSL color Cylindrical-coordinate representation of color #B20725: hue angle of 349.47º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B20725 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 7 | 37 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.30 |
| HSL | 349.47º | 0.92% | 0.36% | - |
| HSV(B) | 349.47º | 0.96% | 0.7% | - |
| XYZ | 18.77 | 9.75 | 2.64 | - |
| YUV | 61.55 | 114.15 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 37 | 0 | 0.96 | 0.79 | 0.30 | 349.47 | 0.92 | 0.36 |
| Hex | B2 | 7 | 25 | 0 | 60 | 4F | 1E | 15D | 5C | 24 |
| Octal | 262 | 7 | 45 | 0 | 140 | 117 | 36 | 535 | 134 | 44 |
| Binary | 10110010 | 111 | 100101 | 0 | 1100000 | 1001111 | 11110 | 101011101 | 1011100 | 100100 |
Color Harmonies of #B20725
Complementary color
Monochromatic Colors of #B20725
Black with #B20725
Text Example
Text Example
White with #B20725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20725; }
p { color: rgb(178,7,37); }
H1.HeaderClassName
{
color: #B20725;
}
.AnyTagClassName
{
color: #B20725;
}
</style>
background-color css
<style>
a { background-color: #B20725; }
a { background-color: rgb(178,7,37); }
div.DivClassName
{
background-color: #B20725;
}
.BgClassName
{
background-color: #B20725;
}
</style>
border-color css
<style>
span { border-color: #B20725; }
span { border-color: rgb(178,7,37); }
td.TdClassName
{
border-color: #B20725;
}
.TagClassName
{
border-color: #B20725;
}
</style>