Shades of Cardinal #B5124A
Tints of Cardinal #B5124A
RGB
CMYK
RGB Variations
Color information
#B5124A (or 0xB5124A) is known color: Cardinal. HEX triplet: B5, 12 and 4A. RGB value is (181,18,74). Sum of RGB (Red+Green+Blue) = 181+18+74=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B5124A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5124A is #4AEDB5. Grayscale: #494949. Windows color (decimal): -4910518 or 4854453. OLE color: 4854453.
HSL color Cylindrical-coordinate representation of color #B5124A: hue angle of 339.39º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5124A is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 18 | 74 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.29 |
| HSL | 339.39º | 0.82% | 0.39% | - |
| HSV(B) | 339.39º | 0.9% | 0.71% | - |
| XYZ | 20.51 | 10.75 | 7.47 | - |
| YUV | 73.12 | 128.5 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 74 | 0 | 0.90 | 0.59 | 0.29 | 339.39 | 0.82 | 0.39 |
| Hex | B5 | 12 | 4A | 0 | 5A | 3B | 1D | 153 | 52 | 27 |
| Octal | 265 | 22 | 112 | 0 | 132 | 73 | 35 | 523 | 122 | 47 |
| Binary | 10110101 | 10010 | 1001010 | 0 | 1011010 | 111011 | 11101 | 101010011 | 1010010 | 100111 |
Color Harmonies of #B5124A
Complementary color
Monochromatic Colors of #B5124A
Black with #B5124A
Text Example
Text Example
White with #B5124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5124A; }
p { color: rgb(181,18,74); }
H1.HeaderClassName
{
color: #B5124A;
}
.AnyTagClassName
{
color: #B5124A;
}
</style>
background-color css
<style>
a { background-color: #B5124A; }
a { background-color: rgb(181,18,74); }
div.DivClassName
{
background-color: #B5124A;
}
.BgClassName
{
background-color: #B5124A;
}
</style>
border-color css
<style>
span { border-color: #B5124A; }
span { border-color: rgb(181,18,74); }
td.TdClassName
{
border-color: #B5124A;
}
.TagClassName
{
border-color: #B5124A;
}
</style>