Shades of Cardinal #B51C40
Tints of Cardinal #B51C40
RGB
CMYK
RGB Variations
Color information
#B51C40 (or 0xB51C40) is known color: Cardinal. HEX triplet: B5, 1C and 40. RGB value is (181,28,64). Sum of RGB (Red+Green+Blue) = 181+28+64=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B51C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51C40 is #4AE3BF. Grayscale: #4D4D4D. Windows color (decimal): -4907968 or 4201653. OLE color: 4201653.
HSL color Cylindrical-coordinate representation of color #B51C40: hue angle of 345.88º 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 #B51C40 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 28 | 64 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.29 |
| HSL | 345.88º | 0.73% | 0.41% | - |
| HSV(B) | 345.88º | 0.85% | 0.71% | - |
| XYZ | 20.4 | 11.02 | 5.9 | - |
| YUV | 77.85 | 120.19 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 28 | 64 | 0 | 0.85 | 0.65 | 0.29 | 345.88 | 0.73 | 0.41 |
| Hex | B5 | 1C | 40 | 0 | 55 | 41 | 1D | 15A | 49 | 29 |
| Octal | 265 | 34 | 100 | 0 | 125 | 101 | 35 | 532 | 111 | 51 |
| Binary | 10110101 | 11100 | 1000000 | 0 | 1010101 | 1000001 | 11101 | 101011010 | 1001001 | 101001 |
Color Harmonies of #B51C40
Complementary color
Monochromatic Colors of #B51C40
Black with #B51C40
Text Example
Text Example
White with #B51C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51C40; }
p { color: rgb(181,28,64); }
H1.HeaderClassName
{
color: #B51C40;
}
.AnyTagClassName
{
color: #B51C40;
}
</style>
background-color css
<style>
a { background-color: #B51C40; }
a { background-color: rgb(181,28,64); }
div.DivClassName
{
background-color: #B51C40;
}
.BgClassName
{
background-color: #B51C40;
}
</style>
border-color css
<style>
span { border-color: #B51C40; }
span { border-color: rgb(181,28,64); }
td.TdClassName
{
border-color: #B51C40;
}
.TagClassName
{
border-color: #B51C40;
}
</style>