Shades of Cardinal #B61547
Tints of Cardinal #B61547
RGB
CMYK
RGB Variations
Color information
#B61547 (or 0xB61547) is known color: Cardinal. HEX triplet: B6, 15 and 47. RGB value is (182,21,71). Sum of RGB (Red+Green+Blue) = 182+21+71=274 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.42% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 182 - color contains mainly: red. Hex color #B61547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61547 is #49EAB8. Grayscale: #4A4A4A. Windows color (decimal): -4844217 or 4658614. OLE color: 4658614.
HSL color Cylindrical-coordinate representation of color #B61547: hue angle of 341.37º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B61547 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 21 | 71 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.29 |
| HSL | 341.37º | 0.79% | 0.4% | - |
| HSV(B) | 341.37º | 0.88% | 0.71% | - |
| XYZ | 20.7 | 10.94 | 6.98 | - |
| YUV | 74.84 | 125.84 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 21 | 71 | 0 | 0.88 | 0.61 | 0.29 | 341.37 | 0.79 | 0.4 |
| Hex | B6 | 15 | 47 | 0 | 58 | 3D | 1D | 155 | 4F | 28 |
| Octal | 266 | 25 | 107 | 0 | 130 | 75 | 35 | 525 | 117 | 50 |
| Binary | 10110110 | 10101 | 1000111 | 0 | 1011000 | 111101 | 11101 | 101010101 | 1001111 | 101000 |
Color Harmonies of #B61547
Complementary color
Monochromatic Colors of #B61547
Black with #B61547
Text Example
Text Example
White with #B61547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61547; }
p { color: rgb(182,21,71); }
H1.HeaderClassName
{
color: #B61547;
}
.AnyTagClassName
{
color: #B61547;
}
</style>
background-color css
<style>
a { background-color: #B61547; }
a { background-color: rgb(182,21,71); }
div.DivClassName
{
background-color: #B61547;
}
.BgClassName
{
background-color: #B61547;
}
</style>
border-color css
<style>
span { border-color: #B61547; }
span { border-color: rgb(182,21,71); }
td.TdClassName
{
border-color: #B61547;
}
.TagClassName
{
border-color: #B61547;
}
</style>