Shades of Cardinal #B5152A
Tints of Cardinal #B5152A
RGB
CMYK
RGB Variations
Color information
#B5152A (or 0xB5152A) is known color: Cardinal. HEX triplet: B5, 15 and 2A. RGB value is (181,21,42). Sum of RGB (Red+Green+Blue) = 181+21+42=244 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.18% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 181 - color contains mainly: red. Hex color #B5152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5152A is #4AEAD5. Grayscale: #474747. Windows color (decimal): -4909782 or 2758069. OLE color: 2758069.
HSL color Cylindrical-coordinate representation of color #B5152A: hue angle of 352.12º 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 #B5152A is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 21 | 42 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.29 |
| HSL | 352.13º | 0.79% | 0.4% | - |
| HSV(B) | 352.13º | 0.88% | 0.71% | - |
| XYZ | 19.74 | 10.53 | 3.18 | - |
| YUV | 71.23 | 111.51 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 21 | 42 | 0 | 0.88 | 0.77 | 0.29 | 352.13 | 0.79 | 0.4 |
| Hex | B5 | 15 | 2A | 0 | 58 | 4D | 1D | 160 | 4F | 28 |
| Octal | 265 | 25 | 52 | 0 | 130 | 115 | 35 | 540 | 117 | 50 |
| Binary | 10110101 | 10101 | 101010 | 0 | 1011000 | 1001101 | 11101 | 101100000 | 1001111 | 101000 |
Color Harmonies of #B5152A
Complementary color
Monochromatic Colors of #B5152A
Black with #B5152A
Text Example
Text Example
White with #B5152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5152A; }
p { color: rgb(181,21,42); }
H1.HeaderClassName
{
color: #B5152A;
}
.AnyTagClassName
{
color: #B5152A;
}
</style>
background-color css
<style>
a { background-color: #B5152A; }
a { background-color: rgb(181,21,42); }
div.DivClassName
{
background-color: #B5152A;
}
.BgClassName
{
background-color: #B5152A;
}
</style>
border-color css
<style>
span { border-color: #B5152A; }
span { border-color: rgb(181,21,42); }
td.TdClassName
{
border-color: #B5152A;
}
.TagClassName
{
border-color: #B5152A;
}
</style>