Shades of Cardinal #B5153F
Tints of Cardinal #B5153F
RGB
CMYK
RGB Variations
Color information
#B5153F (or 0xB5153F) is known color: Cardinal. HEX triplet: B5, 15 and 3F. RGB value is (181,21,63). Sum of RGB (Red+Green+Blue) = 181+21+63=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B5153F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5153F is #4AEAC0. Grayscale: #494949. Windows color (decimal): -4909761 or 4134325. OLE color: 4134325.
HSL color Cylindrical-coordinate representation of color #B5153F: hue angle of 344.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 #B5153F is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 21 | 63 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.29 |
| HSL | 344.25º | 0.79% | 0.4% | - |
| HSV(B) | 344.25º | 0.88% | 0.71% | - |
| XYZ | 20.22 | 10.72 | 5.71 | - |
| YUV | 73.63 | 122.01 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 21 | 63 | 0 | 0.88 | 0.65 | 0.29 | 344.25 | 0.79 | 0.4 |
| Hex | B5 | 15 | 3F | 0 | 58 | 41 | 1D | 158 | 4F | 28 |
| Octal | 265 | 25 | 77 | 0 | 130 | 101 | 35 | 530 | 117 | 50 |
| Binary | 10110101 | 10101 | 111111 | 0 | 1011000 | 1000001 | 11101 | 101011000 | 1001111 | 101000 |
Color Harmonies of #B5153F
Complementary color
Monochromatic Colors of #B5153F
Black with #B5153F
Text Example
Text Example
White with #B5153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5153F; }
p { color: rgb(181,21,63); }
H1.HeaderClassName
{
color: #B5153F;
}
.AnyTagClassName
{
color: #B5153F;
}
</style>
background-color css
<style>
a { background-color: #B5153F; }
a { background-color: rgb(181,21,63); }
div.DivClassName
{
background-color: #B5153F;
}
.BgClassName
{
background-color: #B5153F;
}
</style>
border-color css
<style>
span { border-color: #B5153F; }
span { border-color: rgb(181,21,63); }
td.TdClassName
{
border-color: #B5153F;
}
.TagClassName
{
border-color: #B5153F;
}
</style>