Shades of Cardinal #B51E42
Tints of Cardinal #B51E42
RGB
CMYK
RGB Variations
Color information
#B51E42 (or 0xB51E42) is known color: Cardinal. HEX triplet: B5, 1E and 42. RGB value is (181,30,66). Sum of RGB (Red+Green+Blue) = 181+30+66=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 30 (12.11% from 255 or 10.83% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51E42 is #4AE1BD. Grayscale: #4F4F4F. Windows color (decimal): -4907454 or 4333237. OLE color: 4333237.
HSL color Cylindrical-coordinate representation of color #B51E42: hue angle of 345.7º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B51E42 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 30 | 66 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.29 |
| HSL | 345.7º | 0.72% | 0.41% | - |
| HSV(B) | 345.7º | 0.83% | 0.71% | - |
| XYZ | 20.5 | 11.15 | 6.22 | - |
| YUV | 79.25 | 120.53 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 30 | 66 | 0 | 0.83 | 0.64 | 0.29 | 345.7 | 0.72 | 0.41 |
| Hex | B5 | 1E | 42 | 0 | 53 | 40 | 1D | 15A | 48 | 29 |
| Octal | 265 | 36 | 102 | 0 | 123 | 100 | 35 | 532 | 110 | 51 |
| Binary | 10110101 | 11110 | 1000010 | 0 | 1010011 | 1000000 | 11101 | 101011010 | 1001000 | 101001 |
Color Harmonies of #B51E42
Complementary color
Monochromatic Colors of #B51E42
Black with #B51E42
Text Example
Text Example
White with #B51E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51E42; }
p { color: rgb(181,30,66); }
H1.HeaderClassName
{
color: #B51E42;
}
.AnyTagClassName
{
color: #B51E42;
}
</style>
background-color css
<style>
a { background-color: #B51E42; }
a { background-color: rgb(181,30,66); }
div.DivClassName
{
background-color: #B51E42;
}
.BgClassName
{
background-color: #B51E42;
}
</style>
border-color css
<style>
span { border-color: #B51E42; }
span { border-color: rgb(181,30,66); }
td.TdClassName
{
border-color: #B51E42;
}
.TagClassName
{
border-color: #B51E42;
}
</style>