Shades of Cardinal #B7104A
Tints of Cardinal #B7104A
RGB
CMYK
RGB Variations
Color information
#B7104A (or 0xB7104A) is known color: Cardinal. HEX triplet: B7, 10 and 4A. RGB value is (183,16,74). Sum of RGB (Red+Green+Blue) = 183+16+74=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B7104A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7104A is #48EFB5. Grayscale: #484848. Windows color (decimal): -4779958 or 4853943. OLE color: 4853943.
HSL color Cylindrical-coordinate representation of color #B7104A: hue angle of 339.16º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7104A is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 16 | 74 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.28 |
| HSL | 339.16º | 0.84% | 0.39% | - |
| HSV(B) | 339.16º | 0.91% | 0.72% | - |
| XYZ | 20.95 | 10.93 | 7.48 | - |
| YUV | 72.55 | 128.83 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 16 | 74 | 0 | 0.91 | 0.60 | 0.28 | 339.16 | 0.84 | 0.39 |
| Hex | B7 | 10 | 4A | 0 | 5B | 3C | 1C | 153 | 54 | 27 |
| Octal | 267 | 20 | 112 | 0 | 133 | 74 | 34 | 523 | 124 | 47 |
| Binary | 10110111 | 10000 | 1001010 | 0 | 1011011 | 111100 | 11100 | 101010011 | 1010100 | 100111 |
Color Harmonies of #B7104A
Complementary color
Monochromatic Colors of #B7104A
Black with #B7104A
Text Example
Text Example
White with #B7104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7104A; }
p { color: rgb(183,16,74); }
H1.HeaderClassName
{
color: #B7104A;
}
.AnyTagClassName
{
color: #B7104A;
}
</style>
background-color css
<style>
a { background-color: #B7104A; }
a { background-color: rgb(183,16,74); }
div.DivClassName
{
background-color: #B7104A;
}
.BgClassName
{
background-color: #B7104A;
}
</style>
border-color css
<style>
span { border-color: #B7104A; }
span { border-color: rgb(183,16,74); }
td.TdClassName
{
border-color: #B7104A;
}
.TagClassName
{
border-color: #B7104A;
}
</style>