Shades of Cardinal #B81741
Tints of Cardinal #B81741
RGB
CMYK
RGB Variations
Color information
#B81741 (or 0xB81741) is known color: Cardinal. HEX triplet: B8, 17 and 41. RGB value is (184,23,65). Sum of RGB (Red+Green+Blue) = 184+23+65=272 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.65% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 184 - color contains mainly: red. Hex color #B81741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81741 is #47E8BE. Grayscale: #4B4B4B. Windows color (decimal): -4712639 or 4265912. OLE color: 4265912.
HSL color Cylindrical-coordinate representation of color #B81741: hue angle of 344.35º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81741 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 23 | 65 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.28 |
| HSL | 344.35º | 0.78% | 0.41% | - |
| HSV(B) | 344.35º | 0.88% | 0.72% | - |
| XYZ | 21.03 | 11.18 | 6.05 | - |
| YUV | 75.93 | 121.84 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 23 | 65 | 0 | 0.88 | 0.65 | 0.28 | 344.35 | 0.78 | 0.41 |
| Hex | B8 | 17 | 41 | 0 | 58 | 41 | 1C | 158 | 4E | 29 |
| Octal | 270 | 27 | 101 | 0 | 130 | 101 | 34 | 530 | 116 | 51 |
| Binary | 10111000 | 10111 | 1000001 | 0 | 1011000 | 1000001 | 11100 | 101011000 | 1001110 | 101001 |
Color Harmonies of #B81741
Complementary color
Monochromatic Colors of #B81741
Black with #B81741
Text Example
Text Example
White with #B81741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81741; }
p { color: rgb(184,23,65); }
H1.HeaderClassName
{
color: #B81741;
}
.AnyTagClassName
{
color: #B81741;
}
</style>
background-color css
<style>
a { background-color: #B81741; }
a { background-color: rgb(184,23,65); }
div.DivClassName
{
background-color: #B81741;
}
.BgClassName
{
background-color: #B81741;
}
</style>
border-color css
<style>
span { border-color: #B81741; }
span { border-color: rgb(184,23,65); }
td.TdClassName
{
border-color: #B81741;
}
.TagClassName
{
border-color: #B81741;
}
</style>