Shades of Cardinal #B82437
Tints of Cardinal #B82437
RGB
CMYK
RGB Variations
Color information
#B82437 (or 0xB82437) is known color: Cardinal. HEX triplet: B8, 24 and 37. RGB value is (184,36,55). Sum of RGB (Red+Green+Blue) = 184+36+55=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 55 (21.88% from 255 or 20% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B82437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82437 is #47DBC8. Grayscale: #525252. Windows color (decimal): -4709321 or 3613880. OLE color: 3613880.
HSL color Cylindrical-coordinate representation of color #B82437: hue angle of 352.3º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B82437 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 36 | 55 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.28 |
| HSL | 352.3º | 0.67% | 0.43% | - |
| HSV(B) | 352.3º | 0.8% | 0.72% | - |
| XYZ | 21.09 | 11.73 | 4.77 | - |
| YUV | 82.42 | 112.53 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 36 | 55 | 0 | 0.80 | 0.70 | 0.28 | 352.3 | 0.67 | 0.43 |
| Hex | B8 | 24 | 37 | 0 | 50 | 46 | 1C | 160 | 43 | 2B |
| Octal | 270 | 44 | 67 | 0 | 120 | 106 | 34 | 540 | 103 | 53 |
| Binary | 10111000 | 100100 | 110111 | 0 | 1010000 | 1000110 | 11100 | 101100000 | 1000011 | 101011 |
Color Harmonies of #B82437
Complementary color
Monochromatic Colors of #B82437
Black with #B82437
Text Example
Text Example
White with #B82437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82437; }
p { color: rgb(184,36,55); }
H1.HeaderClassName
{
color: #B82437;
}
.AnyTagClassName
{
color: #B82437;
}
</style>
background-color css
<style>
a { background-color: #B82437; }
a { background-color: rgb(184,36,55); }
div.DivClassName
{
background-color: #B82437;
}
.BgClassName
{
background-color: #B82437;
}
</style>
border-color css
<style>
span { border-color: #B82437; }
span { border-color: rgb(184,36,55); }
td.TdClassName
{
border-color: #B82437;
}
.TagClassName
{
border-color: #B82437;
}
</style>