Shades of Venetian Red #B41025
Tints of Venetian Red #B41025
RGB
CMYK
RGB Variations
Color information
#B41025 (or 0xB41025) is known color: Venetian Red. HEX triplet: B4, 10 and 25. RGB value is (180,16,37). Sum of RGB (Red+Green+Blue) = 180+16+37=233 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.25% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 180 - color contains mainly: red. Hex color #B41025 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41025 is #4BEFDA. Grayscale: #434343. Windows color (decimal): -4976603 or 2429108. OLE color: 2429108.
HSL color Cylindrical-coordinate representation of color #B41025: hue angle of 352.32º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B41025 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 16 | 37 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.29 |
| HSL | 352.32º | 0.84% | 0.38% | - |
| HSV(B) | 352.32º | 0.91% | 0.71% | - |
| XYZ | 19.34 | 10.21 | 2.7 | - |
| YUV | 67.43 | 110.83 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 16 | 37 | 0 | 0.91 | 0.79 | 0.29 | 352.32 | 0.84 | 0.38 |
| Hex | B4 | 10 | 25 | 0 | 5B | 4F | 1D | 160 | 54 | 26 |
| Octal | 264 | 20 | 45 | 0 | 133 | 117 | 35 | 540 | 124 | 46 |
| Binary | 10110100 | 10000 | 100101 | 0 | 1011011 | 1001111 | 11101 | 101100000 | 1010100 | 100110 |
Color Harmonies of #B41025
Complementary color
Monochromatic Colors of #B41025
Black with #B41025
Text Example
Text Example
White with #B41025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41025; }
p { color: rgb(180,16,37); }
H1.HeaderClassName
{
color: #B41025;
}
.AnyTagClassName
{
color: #B41025;
}
</style>
background-color css
<style>
a { background-color: #B41025; }
a { background-color: rgb(180,16,37); }
div.DivClassName
{
background-color: #B41025;
}
.BgClassName
{
background-color: #B41025;
}
</style>
border-color css
<style>
span { border-color: #B41025; }
span { border-color: rgb(180,16,37); }
td.TdClassName
{
border-color: #B41025;
}
.TagClassName
{
border-color: #B41025;
}
</style>