Shades of Cardinal #B5134A
Tints of Cardinal #B5134A
RGB
CMYK
RGB Variations
Color information
#B5134A (or 0xB5134A) is known color: Cardinal. HEX triplet: B5, 13 and 4A. RGB value is (181,19,74). Sum of RGB (Red+Green+Blue) = 181+19+74=274 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.06% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 181 - color contains mainly: red. Hex color #B5134A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5134A is #4AECB5. Grayscale: #494949. Windows color (decimal): -4910262 or 4854709. OLE color: 4854709.
HSL color Cylindrical-coordinate representation of color #B5134A: hue angle of 339.63º degrees, saturation: 0.81, 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 #B5134A is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 19 | 74 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.29 |
| HSL | 339.63º | 0.81% | 0.39% | - |
| HSV(B) | 339.63º | 0.9% | 0.71% | - |
| XYZ | 20.52 | 10.78 | 7.48 | - |
| YUV | 73.71 | 128.17 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 74 | 0 | 0.90 | 0.59 | 0.29 | 339.63 | 0.81 | 0.39 |
| Hex | B5 | 13 | 4A | 0 | 5A | 3B | 1D | 154 | 51 | 27 |
| Octal | 265 | 23 | 112 | 0 | 132 | 73 | 35 | 524 | 121 | 47 |
| Binary | 10110101 | 10011 | 1001010 | 0 | 1011010 | 111011 | 11101 | 101010100 | 1010001 | 100111 |
Color Harmonies of #B5134A
Complementary color
Monochromatic Colors of #B5134A
Black with #B5134A
Text Example
Text Example
White with #B5134A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5134A; }
p { color: rgb(181,19,74); }
H1.HeaderClassName
{
color: #B5134A;
}
.AnyTagClassName
{
color: #B5134A;
}
</style>
background-color css
<style>
a { background-color: #B5134A; }
a { background-color: rgb(181,19,74); }
div.DivClassName
{
background-color: #B5134A;
}
.BgClassName
{
background-color: #B5134A;
}
</style>
border-color css
<style>
span { border-color: #B5134A; }
span { border-color: rgb(181,19,74); }
td.TdClassName
{
border-color: #B5134A;
}
.TagClassName
{
border-color: #B5134A;
}
</style>