Shades of Cardinal #B51141
Tints of Cardinal #B51141
RGB
CMYK
RGB Variations
Color information
#B51141 (or 0xB51141) is known color: Cardinal. HEX triplet: B5, 11 and 41. RGB value is (181,17,65). Sum of RGB (Red+Green+Blue) = 181+17+65=263 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.82% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 181 - color contains mainly: red. Hex color #B51141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51141 is #4AEEBE. Grayscale: #474747. Windows color (decimal): -4910783 or 4264373. OLE color: 4264373.
HSL color Cylindrical-coordinate representation of color #B51141: hue angle of 342.44º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B51141 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 17 | 65 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.29 |
| HSL | 342.44º | 0.83% | 0.39% | - |
| HSV(B) | 342.44º | 0.91% | 0.71% | - |
| XYZ | 20.21 | 10.61 | 5.98 | - |
| YUV | 71.51 | 124.33 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 65 | 0 | 0.91 | 0.64 | 0.29 | 342.44 | 0.83 | 0.39 |
| Hex | B5 | 11 | 41 | 0 | 5B | 40 | 1D | 156 | 53 | 27 |
| Octal | 265 | 21 | 101 | 0 | 133 | 100 | 35 | 526 | 123 | 47 |
| Binary | 10110101 | 10001 | 1000001 | 0 | 1011011 | 1000000 | 11101 | 101010110 | 1010011 | 100111 |
Color Harmonies of #B51141
Complementary color
Monochromatic Colors of #B51141
Black with #B51141
Text Example
Text Example
White with #B51141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51141; }
p { color: rgb(181,17,65); }
H1.HeaderClassName
{
color: #B51141;
}
.AnyTagClassName
{
color: #B51141;
}
</style>
background-color css
<style>
a { background-color: #B51141; }
a { background-color: rgb(181,17,65); }
div.DivClassName
{
background-color: #B51141;
}
.BgClassName
{
background-color: #B51141;
}
</style>
border-color css
<style>
span { border-color: #B51141; }
span { border-color: rgb(181,17,65); }
td.TdClassName
{
border-color: #B51141;
}
.TagClassName
{
border-color: #B51141;
}
</style>