Shades of Cardinal #B5152D
Tints of Cardinal #B5152D
RGB
CMYK
RGB Variations
Color information
#B5152D (or 0xB5152D) is known color: Cardinal. HEX triplet: B5, 15 and 2D. RGB value is (181,21,45). Sum of RGB (Red+Green+Blue) = 181+21+45=247 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.28% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 181 - color contains mainly: red. Hex color #B5152D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5152D is #4AEAD2. Grayscale: #474747. Windows color (decimal): -4909779 or 2954677. OLE color: 2954677.
HSL color Cylindrical-coordinate representation of color #B5152D: hue angle of 351º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5152D is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 21 | 45 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.29 |
| HSL | 351º | 0.79% | 0.4% | - |
| HSV(B) | 351º | 0.88% | 0.71% | - |
| XYZ | 19.8 | 10.55 | 3.48 | - |
| YUV | 71.58 | 113.01 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 21 | 45 | 0 | 0.88 | 0.75 | 0.29 | 351 | 0.79 | 0.4 |
| Hex | B5 | 15 | 2D | 0 | 58 | 4B | 1D | 15F | 4F | 28 |
| Octal | 265 | 25 | 55 | 0 | 130 | 113 | 35 | 537 | 117 | 50 |
| Binary | 10110101 | 10101 | 101101 | 0 | 1011000 | 1001011 | 11101 | 101011111 | 1001111 | 101000 |
Color Harmonies of #B5152D
Complementary color
Monochromatic Colors of #B5152D
Black with #B5152D
Text Example
Text Example
White with #B5152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5152D; }
p { color: rgb(181,21,45); }
H1.HeaderClassName
{
color: #B5152D;
}
.AnyTagClassName
{
color: #B5152D;
}
</style>
background-color css
<style>
a { background-color: #B5152D; }
a { background-color: rgb(181,21,45); }
div.DivClassName
{
background-color: #B5152D;
}
.BgClassName
{
background-color: #B5152D;
}
</style>
border-color css
<style>
span { border-color: #B5152D; }
span { border-color: rgb(181,21,45); }
td.TdClassName
{
border-color: #B5152D;
}
.TagClassName
{
border-color: #B5152D;
}
</style>