Shades of Cardinal #B7124C
Tints of Cardinal #B7124C
RGB
CMYK
RGB Variations
Color information
#B7124C (or 0xB7124C) is known color: Cardinal. HEX triplet: B7, 12 and 4C. RGB value is (183,18,76). Sum of RGB (Red+Green+Blue) = 183+18+76=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B7124C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7124C is #48EDB3. Grayscale: #494949. Windows color (decimal): -4779444 or 4985527. OLE color: 4985527.
HSL color Cylindrical-coordinate representation of color #B7124C: hue angle of 338.91º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7124C is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 76 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.28 |
| HSL | 338.91º | 0.82% | 0.39% | - |
| HSV(B) | 338.91º | 0.9% | 0.72% | - |
| XYZ | 21.05 | 11.02 | 7.86 | - |
| YUV | 73.95 | 129.16 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 76 | 0 | 0.90 | 0.58 | 0.28 | 338.91 | 0.82 | 0.39 |
| Hex | B7 | 12 | 4C | 0 | 5A | 3A | 1C | 153 | 52 | 27 |
| Octal | 267 | 22 | 114 | 0 | 132 | 72 | 34 | 523 | 122 | 47 |
| Binary | 10110111 | 10010 | 1001100 | 0 | 1011010 | 111010 | 11100 | 101010011 | 1010010 | 100111 |
Color Harmonies of #B7124C
Complementary color
Monochromatic Colors of #B7124C
Black with #B7124C
Text Example
Text Example
White with #B7124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7124C; }
p { color: rgb(183,18,76); }
H1.HeaderClassName
{
color: #B7124C;
}
.AnyTagClassName
{
color: #B7124C;
}
</style>
background-color css
<style>
a { background-color: #B7124C; }
a { background-color: rgb(183,18,76); }
div.DivClassName
{
background-color: #B7124C;
}
.BgClassName
{
background-color: #B7124C;
}
</style>
border-color css
<style>
span { border-color: #B7124C; }
span { border-color: rgb(183,18,76); }
td.TdClassName
{
border-color: #B7124C;
}
.TagClassName
{
border-color: #B7124C;
}
</style>