Shades of Cardinal #B7124B
Tints of Cardinal #B7124B
RGB
CMYK
RGB Variations
Color information
#B7124B (or 0xB7124B) is known color: Cardinal. HEX triplet: B7, 12 and 4B. RGB value is (183,18,75). Sum of RGB (Red+Green+Blue) = 183+18+75=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B7124B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7124B is #48EDB4. Grayscale: #494949. Windows color (decimal): -4779445 or 4919991. OLE color: 4919991.
HSL color Cylindrical-coordinate representation of color #B7124B: hue angle of 339.27º 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 #B7124B is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 75 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.28 |
| HSL | 339.27º | 0.82% | 0.39% | - |
| HSV(B) | 339.27º | 0.9% | 0.72% | - |
| XYZ | 21.01 | 11.01 | 7.67 | - |
| YUV | 73.83 | 128.66 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 75 | 0 | 0.90 | 0.59 | 0.28 | 339.27 | 0.82 | 0.39 |
| Hex | B7 | 12 | 4B | 0 | 5A | 3B | 1C | 153 | 52 | 27 |
| Octal | 267 | 22 | 113 | 0 | 132 | 73 | 34 | 523 | 122 | 47 |
| Binary | 10110111 | 10010 | 1001011 | 0 | 1011010 | 111011 | 11100 | 101010011 | 1010010 | 100111 |
Color Harmonies of #B7124B
Complementary color
Monochromatic Colors of #B7124B
Black with #B7124B
Text Example
Text Example
White with #B7124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7124B; }
p { color: rgb(183,18,75); }
H1.HeaderClassName
{
color: #B7124B;
}
.AnyTagClassName
{
color: #B7124B;
}
</style>
background-color css
<style>
a { background-color: #B7124B; }
a { background-color: rgb(183,18,75); }
div.DivClassName
{
background-color: #B7124B;
}
.BgClassName
{
background-color: #B7124B;
}
</style>
border-color css
<style>
span { border-color: #B7124B; }
span { border-color: rgb(183,18,75); }
td.TdClassName
{
border-color: #B7124B;
}
.TagClassName
{
border-color: #B7124B;
}
</style>