Shades of Cardinal #B51E45
Tints of Cardinal #B51E45
RGB
CMYK
RGB Variations
Color information
#B51E45 (or 0xB51E45) is known color: Cardinal. HEX triplet: B5, 1E and 45. RGB value is (181,30,69). Sum of RGB (Red+Green+Blue) = 181+30+69=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51E45 is #4AE1BA. Grayscale: #4F4F4F. Windows color (decimal): -4907451 or 4529845. OLE color: 4529845.
HSL color Cylindrical-coordinate representation of color #B51E45: hue angle of 344.5º 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 #B51E45 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 30 | 69 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.29 |
| HSL | 344.5º | 0.72% | 0.41% | - |
| HSV(B) | 344.5º | 0.83% | 0.71% | - |
| XYZ | 20.59 | 11.18 | 6.7 | - |
| YUV | 79.6 | 122.03 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 30 | 69 | 0 | 0.83 | 0.62 | 0.29 | 344.5 | 0.72 | 0.41 |
| Hex | B5 | 1E | 45 | 0 | 53 | 3E | 1D | 159 | 48 | 29 |
| Octal | 265 | 36 | 105 | 0 | 123 | 76 | 35 | 531 | 110 | 51 |
| Binary | 10110101 | 11110 | 1000101 | 0 | 1010011 | 111110 | 11101 | 101011001 | 1001000 | 101001 |
Color Harmonies of #B51E45
Complementary color
Monochromatic Colors of #B51E45
Black with #B51E45
Text Example
Text Example
White with #B51E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51E45; }
p { color: rgb(181,30,69); }
H1.HeaderClassName
{
color: #B51E45;
}
.AnyTagClassName
{
color: #B51E45;
}
</style>
background-color css
<style>
a { background-color: #B51E45; }
a { background-color: rgb(181,30,69); }
div.DivClassName
{
background-color: #B51E45;
}
.BgClassName
{
background-color: #B51E45;
}
</style>
border-color css
<style>
span { border-color: #B51E45; }
span { border-color: rgb(181,30,69); }
td.TdClassName
{
border-color: #B51E45;
}
.TagClassName
{
border-color: #B51E45;
}
</style>