Shades of Cardinal #B82935
Tints of Cardinal #B82935
RGB
CMYK
RGB Variations
Color information
#B82935 (or 0xB82935) is known color: Cardinal. HEX triplet: B8, 29 and 35. RGB value is (184,41,53). Sum of RGB (Red+Green+Blue) = 184+41+53=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B82935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82935 is #47D6CA. Grayscale: #555555. Windows color (decimal): -4708043 or 3484088. OLE color: 3484088.
HSL color Cylindrical-coordinate representation of color #B82935: hue angle of 354.97º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B82935 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 41 | 53 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.28 |
| HSL | 354.97º | 0.64% | 0.44% | - |
| HSV(B) | 354.97º | 0.78% | 0.72% | - |
| XYZ | 21.2 | 12.03 | 4.57 | - |
| YUV | 85.13 | 109.88 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 53 | 0 | 0.78 | 0.71 | 0.28 | 354.97 | 0.64 | 0.44 |
| Hex | B8 | 29 | 35 | 0 | 4E | 47 | 1C | 163 | 40 | 2C |
| Octal | 270 | 51 | 65 | 0 | 116 | 107 | 34 | 543 | 100 | 54 |
| Binary | 10111000 | 101001 | 110101 | 0 | 1001110 | 1000111 | 11100 | 101100011 | 1000000 | 101100 |
Color Harmonies of #B82935
Complementary color
Monochromatic Colors of #B82935
Black with #B82935
Text Example
Text Example
White with #B82935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82935; }
p { color: rgb(184,41,53); }
H1.HeaderClassName
{
color: #B82935;
}
.AnyTagClassName
{
color: #B82935;
}
</style>
background-color css
<style>
a { background-color: #B82935; }
a { background-color: rgb(184,41,53); }
div.DivClassName
{
background-color: #B82935;
}
.BgClassName
{
background-color: #B82935;
}
</style>
border-color css
<style>
span { border-color: #B82935; }
span { border-color: rgb(184,41,53); }
td.TdClassName
{
border-color: #B82935;
}
.TagClassName
{
border-color: #B82935;
}
</style>