Shades of Cardinal #B5153B
Tints of Cardinal #B5153B
RGB
CMYK
RGB Variations
Color information
#B5153B (or 0xB5153B) is known color: Cardinal. HEX triplet: B5, 15 and 3B. RGB value is (181,21,59). Sum of RGB (Red+Green+Blue) = 181+21+59=261 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.35% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 181 - color contains mainly: red. Hex color #B5153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5153B is #4AEAC4. Grayscale: #494949. Windows color (decimal): -4909765 or 3872181. OLE color: 3872181.
HSL color Cylindrical-coordinate representation of color #B5153B: hue angle of 345.75º 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 #B5153B is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 21 | 59 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.29 |
| HSL | 345.75º | 0.79% | 0.4% | - |
| HSV(B) | 345.75º | 0.88% | 0.71% | - |
| XYZ | 20.11 | 10.68 | 5.14 | - |
| YUV | 73.17 | 120.01 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 21 | 59 | 0 | 0.88 | 0.67 | 0.29 | 345.75 | 0.79 | 0.4 |
| Hex | B5 | 15 | 3B | 0 | 58 | 43 | 1D | 15A | 4F | 28 |
| Octal | 265 | 25 | 73 | 0 | 130 | 103 | 35 | 532 | 117 | 50 |
| Binary | 10110101 | 10101 | 111011 | 0 | 1011000 | 1000011 | 11101 | 101011010 | 1001111 | 101000 |
Color Harmonies of #B5153B
Complementary color
Monochromatic Colors of #B5153B
Black with #B5153B
Text Example
Text Example
White with #B5153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5153B; }
p { color: rgb(181,21,59); }
H1.HeaderClassName
{
color: #B5153B;
}
.AnyTagClassName
{
color: #B5153B;
}
</style>
background-color css
<style>
a { background-color: #B5153B; }
a { background-color: rgb(181,21,59); }
div.DivClassName
{
background-color: #B5153B;
}
.BgClassName
{
background-color: #B5153B;
}
</style>
border-color css
<style>
span { border-color: #B5153B; }
span { border-color: rgb(181,21,59); }
td.TdClassName
{
border-color: #B5153B;
}
.TagClassName
{
border-color: #B5153B;
}
</style>