Shades of Venetian Red #B20025
Tints of Venetian Red #B20025
RGB
CMYK
RGB Variations
Color information
#B20025 (or 0xB20025) is known color: Venetian Red. HEX triplet: B2, 00 and 25. RGB value is (178,0,37). Sum of RGB (Red+Green+Blue) = 178+0+37=215 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.79% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 178 - color contains mainly: red. Hex color #B20025 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20025 is #4DFFDA. Grayscale: #393939. Windows color (decimal): -5111771 or 2425010. OLE color: 2425010.
HSL color Cylindrical-coordinate representation of color #B20025: hue angle of 347.53º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B20025 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 0 | 37 | - |
| CMYK | 0 | 1 | 0.79 | 0.30 |
| HSL | 347.53º | 1% | 0.35% | - |
| HSV(B) | 347.53º | 1% | 0.7% | - |
| XYZ | 18.69 | 9.6 | 2.62 | - |
| YUV | 57.44 | 116.47 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 0 | 37 | 0 | 1 | 0.79 | 0.30 | 347.53 | 1 | 0.35 |
| Hex | B2 | 0 | 25 | 0 | 64 | 4F | 1E | 15C | 64 | 23 |
| Octal | 262 | 0 | 45 | 0 | 144 | 117 | 36 | 534 | 144 | 43 |
| Binary | 10110010 | 0 | 100101 | 0 | 1100100 | 1001111 | 11110 | 101011100 | 1100100 | 100011 |
Color Harmonies of #B20025
Complementary color
Monochromatic Colors of #B20025
Black with #B20025
Text Example
Text Example
White with #B20025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20025; }
p { color: rgb(178,0,37); }
H1.HeaderClassName
{
color: #B20025;
}
.AnyTagClassName
{
color: #B20025;
}
</style>
background-color css
<style>
a { background-color: #B20025; }
a { background-color: rgb(178,0,37); }
div.DivClassName
{
background-color: #B20025;
}
.BgClassName
{
background-color: #B20025;
}
</style>
border-color css
<style>
span { border-color: #B20025; }
span { border-color: rgb(178,0,37); }
td.TdClassName
{
border-color: #B20025;
}
.TagClassName
{
border-color: #B20025;
}
</style>