Shades of Cardinal #B4124A
Tints of Cardinal #B4124A
RGB
CMYK
RGB Variations
Color information
#B4124A (or 0xB4124A) is known color: Cardinal. HEX triplet: B4, 12 and 4A. RGB value is (180,18,74). Sum of RGB (Red+Green+Blue) = 180+18+74=272 (36% of max value = 765). Red value is 180 (70.70% from 255 or 66.18% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 180 - color contains mainly: red. Hex color #B4124A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4124A is #4BEDB5. Grayscale: #484848. Windows color (decimal): -4976054 or 4854452. OLE color: 4854452.
HSL color Cylindrical-coordinate representation of color #B4124A: hue angle of 339.26º 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 #B4124A is Cyan = 0, Magento = 0.9, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 18 | 74 | - |
| CMYK | 0 | 0.9 | 0.59 | 0.29 |
| HSL | 339.26º | 0.82% | 0.39% | - |
| HSV(B) | 339.26º | 0.9% | 0.71% | - |
| XYZ | 20.27 | 10.63 | 7.46 | - |
| YUV | 72.82 | 128.67 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 18 | 74 | 0 | 0.9 | 0.59 | 0.29 | 339.26 | 0.82 | 0.39 |
| Hex | B4 | 12 | 4A | 0 | 5A | 3B | 1D | 153 | 52 | 27 |
| Octal | 264 | 22 | 112 | 0 | 132 | 73 | 35 | 523 | 122 | 47 |
| Binary | 10110100 | 10010 | 1001010 | 0 | 1011010 | 111011 | 11101 | 101010011 | 1010010 | 100111 |
Color Harmonies of #B4124A
Complementary color
Monochromatic Colors of #B4124A
Black with #B4124A
Text Example
Text Example
White with #B4124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4124A; }
p { color: rgb(180,18,74); }
H1.HeaderClassName
{
color: #B4124A;
}
.AnyTagClassName
{
color: #B4124A;
}
</style>
background-color css
<style>
a { background-color: #B4124A; }
a { background-color: rgb(180,18,74); }
div.DivClassName
{
background-color: #B4124A;
}
.BgClassName
{
background-color: #B4124A;
}
</style>
border-color css
<style>
span { border-color: #B4124A; }
span { border-color: rgb(180,18,74); }
td.TdClassName
{
border-color: #B4124A;
}
.TagClassName
{
border-color: #B4124A;
}
</style>