Shades of Cardinal #B81E43
Tints of Cardinal #B81E43
RGB
CMYK
RGB Variations
Color information
#B81E43 (or 0xB81E43) is known color: Cardinal. HEX triplet: B8, 1E and 43. RGB value is (184,30,67). Sum of RGB (Red+Green+Blue) = 184+30+67=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81E43 is #47E1BC. Grayscale: #505050. Windows color (decimal): -4710845 or 4398776. OLE color: 4398776.
HSL color Cylindrical-coordinate representation of color #B81E43: hue angle of 345.58º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B81E43 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 30 | 67 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.28 |
| HSL | 345.58º | 0.72% | 0.42% | - |
| HSV(B) | 345.58º | 0.84% | 0.72% | - |
| XYZ | 21.24 | 11.52 | 6.41 | - |
| YUV | 80.26 | 120.52 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 30 | 67 | 0 | 0.84 | 0.64 | 0.28 | 345.58 | 0.72 | 0.42 |
| Hex | B8 | 1E | 43 | 0 | 54 | 40 | 1C | 15A | 48 | 2A |
| Octal | 270 | 36 | 103 | 0 | 124 | 100 | 34 | 532 | 110 | 52 |
| Binary | 10111000 | 11110 | 1000011 | 0 | 1010100 | 1000000 | 11100 | 101011010 | 1001000 | 101010 |
Color Harmonies of #B81E43
Complementary color
Monochromatic Colors of #B81E43
Black with #B81E43
Text Example
Text Example
White with #B81E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81E43; }
p { color: rgb(184,30,67); }
H1.HeaderClassName
{
color: #B81E43;
}
.AnyTagClassName
{
color: #B81E43;
}
</style>
background-color css
<style>
a { background-color: #B81E43; }
a { background-color: rgb(184,30,67); }
div.DivClassName
{
background-color: #B81E43;
}
.BgClassName
{
background-color: #B81E43;
}
</style>
border-color css
<style>
span { border-color: #B81E43; }
span { border-color: rgb(184,30,67); }
td.TdClassName
{
border-color: #B81E43;
}
.TagClassName
{
border-color: #B81E43;
}
</style>