Shades of Cardinal #B50D3A
Tints of Cardinal #B50D3A
RGB
CMYK
RGB Variations
Color information
#B50D3A (or 0xB50D3A) is known color: Cardinal. HEX triplet: B5, 0D and 3A. RGB value is (181,13,58). Sum of RGB (Red+Green+Blue) = 181+13+58=252 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.83% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 181 - color contains mainly: red. Hex color #B50D3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50D3A is #4AF2C5. Grayscale: #444444. Windows color (decimal): -4911814 or 3804597. OLE color: 3804597.
HSL color Cylindrical-coordinate representation of color #B50D3A: hue angle of 343.93º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50D3A is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 13 | 58 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.29 |
| HSL | 343.93º | 0.87% | 0.38% | - |
| HSV(B) | 343.93º | 0.93% | 0.71% | - |
| XYZ | 19.96 | 10.42 | 4.96 | - |
| YUV | 68.36 | 122.16 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 13 | 58 | 0 | 0.93 | 0.68 | 0.29 | 343.93 | 0.87 | 0.38 |
| Hex | B5 | D | 3A | 0 | 5D | 44 | 1D | 158 | 57 | 26 |
| Octal | 265 | 15 | 72 | 0 | 135 | 104 | 35 | 530 | 127 | 46 |
| Binary | 10110101 | 1101 | 111010 | 0 | 1011101 | 1000100 | 11101 | 101011000 | 1010111 | 100110 |
Color Harmonies of #B50D3A
Complementary color
Monochromatic Colors of #B50D3A
Black with #B50D3A
Text Example
Text Example
White with #B50D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50D3A; }
p { color: rgb(181,13,58); }
H1.HeaderClassName
{
color: #B50D3A;
}
.AnyTagClassName
{
color: #B50D3A;
}
</style>
background-color css
<style>
a { background-color: #B50D3A; }
a { background-color: rgb(181,13,58); }
div.DivClassName
{
background-color: #B50D3A;
}
.BgClassName
{
background-color: #B50D3A;
}
</style>
border-color css
<style>
span { border-color: #B50D3A; }
span { border-color: rgb(181,13,58); }
td.TdClassName
{
border-color: #B50D3A;
}
.TagClassName
{
border-color: #B50D3A;
}
</style>