Shades of Cardinal #B51241
Tints of Cardinal #B51241
RGB
CMYK
RGB Variations
Color information
#B51241 (or 0xB51241) is known color: Cardinal. HEX triplet: B5, 12 and 41. RGB value is (181,18,65). Sum of RGB (Red+Green+Blue) = 181+18+65=264 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.56% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 181 - color contains mainly: red. Hex color #B51241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51241 is #4AEDBE. Grayscale: #484848. Windows color (decimal): -4910527 or 4264629. OLE color: 4264629.
HSL color Cylindrical-coordinate representation of color #B51241: hue angle of 342.7º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B51241 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 18 | 65 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.29 |
| HSL | 342.7º | 0.82% | 0.39% | - |
| HSV(B) | 342.7º | 0.9% | 0.71% | - |
| XYZ | 20.23 | 10.64 | 5.99 | - |
| YUV | 72.1 | 124 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 65 | 0 | 0.90 | 0.64 | 0.29 | 342.7 | 0.82 | 0.39 |
| Hex | B5 | 12 | 41 | 0 | 5A | 40 | 1D | 157 | 52 | 27 |
| Octal | 265 | 22 | 101 | 0 | 132 | 100 | 35 | 527 | 122 | 47 |
| Binary | 10110101 | 10010 | 1000001 | 0 | 1011010 | 1000000 | 11101 | 101010111 | 1010010 | 100111 |
Color Harmonies of #B51241
Complementary color
Monochromatic Colors of #B51241
Black with #B51241
Text Example
Text Example
White with #B51241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51241; }
p { color: rgb(181,18,65); }
H1.HeaderClassName
{
color: #B51241;
}
.AnyTagClassName
{
color: #B51241;
}
</style>
background-color css
<style>
a { background-color: #B51241; }
a { background-color: rgb(181,18,65); }
div.DivClassName
{
background-color: #B51241;
}
.BgClassName
{
background-color: #B51241;
}
</style>
border-color css
<style>
span { border-color: #B51241; }
span { border-color: rgb(181,18,65); }
td.TdClassName
{
border-color: #B51241;
}
.TagClassName
{
border-color: #B51241;
}
</style>