Shades of Cardinal #B50D2D
Tints of Cardinal #B50D2D
RGB
CMYK
RGB Variations
Color information
#B50D2D (or 0xB50D2D) is known color: Cardinal. HEX triplet: B5, 0D and 2D. RGB value is (181,13,45). Sum of RGB (Red+Green+Blue) = 181+13+45=239 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.73% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 181 - color contains mainly: red. Hex color #B50D2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50D2D is #4AF2D2. Grayscale: #424242. Windows color (decimal): -4911827 or 2952629. OLE color: 2952629.
HSL color Cylindrical-coordinate representation of color #B50D2D: hue angle of 348.57º 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 #B50D2D is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 13 | 45 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.29 |
| HSL | 348.57º | 0.87% | 0.38% | - |
| HSV(B) | 348.57º | 0.93% | 0.71% | - |
| XYZ | 19.67 | 10.3 | 3.43 | - |
| YUV | 66.88 | 115.66 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 13 | 45 | 0 | 0.93 | 0.75 | 0.29 | 348.57 | 0.87 | 0.38 |
| Hex | B5 | D | 2D | 0 | 5D | 4B | 1D | 15D | 57 | 26 |
| Octal | 265 | 15 | 55 | 0 | 135 | 113 | 35 | 535 | 127 | 46 |
| Binary | 10110101 | 1101 | 101101 | 0 | 1011101 | 1001011 | 11101 | 101011101 | 1010111 | 100110 |
Color Harmonies of #B50D2D
Complementary color
Monochromatic Colors of #B50D2D
Black with #B50D2D
Text Example
Text Example
White with #B50D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50D2D; }
p { color: rgb(181,13,45); }
H1.HeaderClassName
{
color: #B50D2D;
}
.AnyTagClassName
{
color: #B50D2D;
}
</style>
background-color css
<style>
a { background-color: #B50D2D; }
a { background-color: rgb(181,13,45); }
div.DivClassName
{
background-color: #B50D2D;
}
.BgClassName
{
background-color: #B50D2D;
}
</style>
border-color css
<style>
span { border-color: #B50D2D; }
span { border-color: rgb(181,13,45); }
td.TdClassName
{
border-color: #B50D2D;
}
.TagClassName
{
border-color: #B50D2D;
}
</style>