Shades of Cardinal #B81235
Tints of Cardinal #B81235
RGB
CMYK
RGB Variations
Color information
#B81235 (or 0xB81235) is known color: Cardinal. HEX triplet: B8, 12 and 35. RGB value is (184,18,53). Sum of RGB (Red+Green+Blue) = 184+18+53=255 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.16% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 184 - color contains mainly: red. Hex color #B81235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81235 is #47EDCA. Grayscale: #474747. Windows color (decimal): -4713931 or 3478200. OLE color: 3478200.
HSL color Cylindrical-coordinate representation of color #B81235: hue angle of 347.35º degrees, saturation: 0.82, 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 #B81235 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 18 | 53 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.28 |
| HSL | 347.35º | 0.82% | 0.4% | - |
| HSV(B) | 347.35º | 0.9% | 0.72% | - |
| XYZ | 20.63 | 10.88 | 4.38 | - |
| YUV | 71.62 | 117.5 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 18 | 53 | 0 | 0.90 | 0.71 | 0.28 | 347.35 | 0.82 | 0.4 |
| Hex | B8 | 12 | 35 | 0 | 5A | 47 | 1C | 15B | 52 | 28 |
| Octal | 270 | 22 | 65 | 0 | 132 | 107 | 34 | 533 | 122 | 50 |
| Binary | 10111000 | 10010 | 110101 | 0 | 1011010 | 1000111 | 11100 | 101011011 | 1010010 | 101000 |
Color Harmonies of #B81235
Complementary color
Monochromatic Colors of #B81235
Black with #B81235
Text Example
Text Example
White with #B81235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81235; }
p { color: rgb(184,18,53); }
H1.HeaderClassName
{
color: #B81235;
}
.AnyTagClassName
{
color: #B81235;
}
</style>
background-color css
<style>
a { background-color: #B81235; }
a { background-color: rgb(184,18,53); }
div.DivClassName
{
background-color: #B81235;
}
.BgClassName
{
background-color: #B81235;
}
</style>
border-color css
<style>
span { border-color: #B81235; }
span { border-color: rgb(184,18,53); }
td.TdClassName
{
border-color: #B81235;
}
.TagClassName
{
border-color: #B81235;
}
</style>