Shades of Cardinal #B51C36
Tints of Cardinal #B51C36
RGB
CMYK
RGB Variations
Color information
#B51C36 (or 0xB51C36) is known color: Cardinal. HEX triplet: B5, 1C and 36. RGB value is (181,28,54). Sum of RGB (Red+Green+Blue) = 181+28+54=263 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.82% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 181 - color contains mainly: red. Hex color #B51C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51C36 is #4AE3C9. Grayscale: #4C4C4C. Windows color (decimal): -4907978 or 3546293. OLE color: 3546293.
HSL color Cylindrical-coordinate representation of color #B51C36: hue angle of 349.8º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B51C36 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 28 | 54 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.29 |
| HSL | 349.8º | 0.73% | 0.41% | - |
| HSV(B) | 349.8º | 0.85% | 0.71% | - |
| XYZ | 20.14 | 10.92 | 4.54 | - |
| YUV | 76.71 | 115.19 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 28 | 54 | 0 | 0.85 | 0.70 | 0.29 | 349.8 | 0.73 | 0.41 |
| Hex | B5 | 1C | 36 | 0 | 55 | 46 | 1D | 15E | 49 | 29 |
| Octal | 265 | 34 | 66 | 0 | 125 | 106 | 35 | 536 | 111 | 51 |
| Binary | 10110101 | 11100 | 110110 | 0 | 1010101 | 1000110 | 11101 | 101011110 | 1001001 | 101001 |
Color Harmonies of #B51C36
Complementary color
Monochromatic Colors of #B51C36
Black with #B51C36
Text Example
Text Example
White with #B51C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51C36; }
p { color: rgb(181,28,54); }
H1.HeaderClassName
{
color: #B51C36;
}
.AnyTagClassName
{
color: #B51C36;
}
</style>
background-color css
<style>
a { background-color: #B51C36; }
a { background-color: rgb(181,28,54); }
div.DivClassName
{
background-color: #B51C36;
}
.BgClassName
{
background-color: #B51C36;
}
</style>
border-color css
<style>
span { border-color: #B51C36; }
span { border-color: rgb(181,28,54); }
td.TdClassName
{
border-color: #B51C36;
}
.TagClassName
{
border-color: #B51C36;
}
</style>