Shades of Cardinal #B51627
Tints of Cardinal #B51627
RGB
CMYK
RGB Variations
Color information
#B51627 (or 0xB51627) is known color: Cardinal. HEX triplet: B5, 16 and 27. RGB value is (181,22,39). Sum of RGB (Red+Green+Blue) = 181+22+39=242 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.79% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 39 (15.62% from 255 or 16.12% from 242); Max value from RGB is 181 - color contains mainly: red. Hex color #B51627 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51627 is #4AE9D8. Grayscale: #474747. Windows color (decimal): -4909529 or 2561717. OLE color: 2561717.
HSL color Cylindrical-coordinate representation of color #B51627: hue angle of 353.58º degrees, saturation: 0.78, 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 #B51627 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 22 | 39 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.29 |
| HSL | 353.58º | 0.78% | 0.4% | - |
| HSV(B) | 353.58º | 0.88% | 0.71% | - |
| XYZ | 19.71 | 10.54 | 2.92 | - |
| YUV | 71.48 | 109.68 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 22 | 39 | 0 | 0.88 | 0.78 | 0.29 | 353.58 | 0.78 | 0.4 |
| Hex | B5 | 16 | 27 | 0 | 58 | 4E | 1D | 162 | 4E | 28 |
| Octal | 265 | 26 | 47 | 0 | 130 | 116 | 35 | 542 | 116 | 50 |
| Binary | 10110101 | 10110 | 100111 | 0 | 1011000 | 1001110 | 11101 | 101100010 | 1001110 | 101000 |
Color Harmonies of #B51627
Complementary color
Monochromatic Colors of #B51627
Black with #B51627
Text Example
Text Example
White with #B51627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51627; }
p { color: rgb(181,22,39); }
H1.HeaderClassName
{
color: #B51627;
}
.AnyTagClassName
{
color: #B51627;
}
</style>
background-color css
<style>
a { background-color: #B51627; }
a { background-color: rgb(181,22,39); }
div.DivClassName
{
background-color: #B51627;
}
.BgClassName
{
background-color: #B51627;
}
</style>
border-color css
<style>
span { border-color: #B51627; }
span { border-color: rgb(181,22,39); }
td.TdClassName
{
border-color: #B51627;
}
.TagClassName
{
border-color: #B51627;
}
</style>