Shades of Cardinal #B5152F
Tints of Cardinal #B5152F
RGB
CMYK
RGB Variations
Color information
#B5152F (or 0xB5152F) is known color: Cardinal. HEX triplet: B5, 15 and 2F. RGB value is (181,21,47). Sum of RGB (Red+Green+Blue) = 181+21+47=249 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.69% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 181 - color contains mainly: red. Hex color #B5152F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5152F is #4AEAD0. Grayscale: #474747. Windows color (decimal): -4909777 or 3085749. OLE color: 3085749.
HSL color Cylindrical-coordinate representation of color #B5152F: hue angle of 350.25º 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 #B5152F is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 21 | 47 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.29 |
| HSL | 350.25º | 0.79% | 0.4% | - |
| HSV(B) | 350.25º | 0.88% | 0.71% | - |
| XYZ | 19.84 | 10.57 | 3.68 | - |
| YUV | 71.8 | 114.01 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 21 | 47 | 0 | 0.88 | 0.74 | 0.29 | 350.25 | 0.79 | 0.4 |
| Hex | B5 | 15 | 2F | 0 | 58 | 4A | 1D | 15E | 4F | 28 |
| Octal | 265 | 25 | 57 | 0 | 130 | 112 | 35 | 536 | 117 | 50 |
| Binary | 10110101 | 10101 | 101111 | 0 | 1011000 | 1001010 | 11101 | 101011110 | 1001111 | 101000 |
Color Harmonies of #B5152F
Complementary color
Monochromatic Colors of #B5152F
Black with #B5152F
Text Example
Text Example
White with #B5152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5152F; }
p { color: rgb(181,21,47); }
H1.HeaderClassName
{
color: #B5152F;
}
.AnyTagClassName
{
color: #B5152F;
}
</style>
background-color css
<style>
a { background-color: #B5152F; }
a { background-color: rgb(181,21,47); }
div.DivClassName
{
background-color: #B5152F;
}
.BgClassName
{
background-color: #B5152F;
}
</style>
border-color css
<style>
span { border-color: #B5152F; }
span { border-color: rgb(181,21,47); }
td.TdClassName
{
border-color: #B5152F;
}
.TagClassName
{
border-color: #B5152F;
}
</style>