Shades of Cardinal #B81335
Tints of Cardinal #B81335
RGB
CMYK
RGB Variations
Color information
#B81335 (or 0xB81335) is known color: Cardinal. HEX triplet: B8, 13 and 35. RGB value is (184,19,53). Sum of RGB (Red+Green+Blue) = 184+19+53=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B81335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81335 is #47ECCA. Grayscale: #484848. Windows color (decimal): -4713675 or 3478456. OLE color: 3478456.
HSL color Cylindrical-coordinate representation of color #B81335: hue angle of 347.64º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81335 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 19 | 53 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.28 |
| HSL | 347.64º | 0.81% | 0.4% | - |
| HSV(B) | 347.64º | 0.9% | 0.72% | - |
| XYZ | 20.64 | 10.91 | 4.39 | - |
| YUV | 72.21 | 117.16 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 53 | 0 | 0.90 | 0.71 | 0.28 | 347.64 | 0.81 | 0.4 |
| Hex | B8 | 13 | 35 | 0 | 5A | 47 | 1C | 15C | 51 | 28 |
| Octal | 270 | 23 | 65 | 0 | 132 | 107 | 34 | 534 | 121 | 50 |
| Binary | 10111000 | 10011 | 110101 | 0 | 1011010 | 1000111 | 11100 | 101011100 | 1010001 | 101000 |
Color Harmonies of #B81335
Complementary color
Monochromatic Colors of #B81335
Black with #B81335
Text Example
Text Example
White with #B81335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81335; }
p { color: rgb(184,19,53); }
H1.HeaderClassName
{
color: #B81335;
}
.AnyTagClassName
{
color: #B81335;
}
</style>
background-color css
<style>
a { background-color: #B81335; }
a { background-color: rgb(184,19,53); }
div.DivClassName
{
background-color: #B81335;
}
.BgClassName
{
background-color: #B81335;
}
</style>
border-color css
<style>
span { border-color: #B81335; }
span { border-color: rgb(184,19,53); }
td.TdClassName
{
border-color: #B81335;
}
.TagClassName
{
border-color: #B81335;
}
</style>