Shades of Cardinal #B51528
Tints of Cardinal #B51528
RGB
CMYK
RGB Variations
Color information
#B51528 (or 0xB51528) is known color: Cardinal. HEX triplet: B5, 15 and 28. RGB value is (181,21,40). Sum of RGB (Red+Green+Blue) = 181+21+40=242 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.79% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 181 - color contains mainly: red. Hex color #B51528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51528 is #4AEAD7. Grayscale: #474747. Windows color (decimal): -4909784 or 2626997. OLE color: 2626997.
HSL color Cylindrical-coordinate representation of color #B51528: hue angle of 352.88º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B51528 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 21 | 40 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.29 |
| HSL | 352.88º | 0.79% | 0.4% | - |
| HSV(B) | 352.88º | 0.88% | 0.71% | - |
| XYZ | 19.71 | 10.51 | 3 | - |
| YUV | 71.01 | 110.51 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 21 | 40 | 0 | 0.88 | 0.78 | 0.29 | 352.88 | 0.79 | 0.4 |
| Hex | B5 | 15 | 28 | 0 | 58 | 4E | 1D | 161 | 4F | 28 |
| Octal | 265 | 25 | 50 | 0 | 130 | 116 | 35 | 541 | 117 | 50 |
| Binary | 10110101 | 10101 | 101000 | 0 | 1011000 | 1001110 | 11101 | 101100001 | 1001111 | 101000 |
Color Harmonies of #B51528
Complementary color
Monochromatic Colors of #B51528
Black with #B51528
Text Example
Text Example
White with #B51528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51528; }
p { color: rgb(181,21,40); }
H1.HeaderClassName
{
color: #B51528;
}
.AnyTagClassName
{
color: #B51528;
}
</style>
background-color css
<style>
a { background-color: #B51528; }
a { background-color: rgb(181,21,40); }
div.DivClassName
{
background-color: #B51528;
}
.BgClassName
{
background-color: #B51528;
}
</style>
border-color css
<style>
span { border-color: #B51528; }
span { border-color: rgb(181,21,40); }
td.TdClassName
{
border-color: #B51528;
}
.TagClassName
{
border-color: #B51528;
}
</style>