Shades of Cardinal #B5144C
Tints of Cardinal #B5144C
RGB
CMYK
RGB Variations
Color information
#B5144C (or 0xB5144C) is known color: Cardinal. HEX triplet: B5, 14 and 4C. RGB value is (181,20,76). Sum of RGB (Red+Green+Blue) = 181+20+76=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B5144C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5144C is #4AEBB3. Grayscale: #4A4A4A. Windows color (decimal): -4910004 or 4986037. OLE color: 4986037.
HSL color Cylindrical-coordinate representation of color #B5144C: hue angle of 339.13º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B5144C is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 20 | 76 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.29 |
| HSL | 339.13º | 0.8% | 0.39% | - |
| HSV(B) | 339.13º | 0.89% | 0.71% | - |
| XYZ | 20.61 | 10.85 | 7.84 | - |
| YUV | 74.52 | 128.84 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 20 | 76 | 0 | 0.89 | 0.58 | 0.29 | 339.13 | 0.8 | 0.39 |
| Hex | B5 | 14 | 4C | 0 | 59 | 3A | 1D | 153 | 50 | 27 |
| Octal | 265 | 24 | 114 | 0 | 131 | 72 | 35 | 523 | 120 | 47 |
| Binary | 10110101 | 10100 | 1001100 | 0 | 1011001 | 111010 | 11101 | 101010011 | 1010000 | 100111 |
Color Harmonies of #B5144C
Complementary color
Monochromatic Colors of #B5144C
Black with #B5144C
Text Example
Text Example
White with #B5144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5144C; }
p { color: rgb(181,20,76); }
H1.HeaderClassName
{
color: #B5144C;
}
.AnyTagClassName
{
color: #B5144C;
}
</style>
background-color css
<style>
a { background-color: #B5144C; }
a { background-color: rgb(181,20,76); }
div.DivClassName
{
background-color: #B5144C;
}
.BgClassName
{
background-color: #B5144C;
}
</style>
border-color css
<style>
span { border-color: #B5144C; }
span { border-color: rgb(181,20,76); }
td.TdClassName
{
border-color: #B5144C;
}
.TagClassName
{
border-color: #B5144C;
}
</style>