Shades of Cardinal #B81541
Tints of Cardinal #B81541
RGB
CMYK
RGB Variations
Color information
#B81541 (or 0xB81541) is known color: Cardinal. HEX triplet: B8, 15 and 41. RGB value is (184,21,65). Sum of RGB (Red+Green+Blue) = 184+21+65=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B81541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81541 is #47EABE. Grayscale: #4A4A4A. Windows color (decimal): -4713151 or 4265400. OLE color: 4265400.
HSL color Cylindrical-coordinate representation of color #B81541: hue angle of 343.8º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81541 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 21 | 65 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.28 |
| HSL | 343.8º | 0.8% | 0.4% | - |
| HSV(B) | 343.8º | 0.89% | 0.72% | - |
| XYZ | 20.99 | 11.11 | 6.04 | - |
| YUV | 74.75 | 122.5 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 65 | 0 | 0.89 | 0.65 | 0.28 | 343.8 | 0.8 | 0.4 |
| Hex | B8 | 15 | 41 | 0 | 59 | 41 | 1C | 158 | 50 | 28 |
| Octal | 270 | 25 | 101 | 0 | 131 | 101 | 34 | 530 | 120 | 50 |
| Binary | 10111000 | 10101 | 1000001 | 0 | 1011001 | 1000001 | 11100 | 101011000 | 1010000 | 101000 |
Color Harmonies of #B81541
Complementary color
Monochromatic Colors of #B81541
Black with #B81541
Text Example
Text Example
White with #B81541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81541; }
p { color: rgb(184,21,65); }
H1.HeaderClassName
{
color: #B81541;
}
.AnyTagClassName
{
color: #B81541;
}
</style>
background-color css
<style>
a { background-color: #B81541; }
a { background-color: rgb(184,21,65); }
div.DivClassName
{
background-color: #B81541;
}
.BgClassName
{
background-color: #B81541;
}
</style>
border-color css
<style>
span { border-color: #B81541; }
span { border-color: rgb(184,21,65); }
td.TdClassName
{
border-color: #B81541;
}
.TagClassName
{
border-color: #B81541;
}
</style>