Shades of Cardinal #B82938
Tints of Cardinal #B82938
RGB
CMYK
RGB Variations
Color information
#B82938 (or 0xB82938) is known color: Cardinal. HEX triplet: B8, 29 and 38. RGB value is (184,41,56). Sum of RGB (Red+Green+Blue) = 184+41+56=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B82938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82938 is #47D6C7. Grayscale: #555555. Windows color (decimal): -4708040 or 3680696. OLE color: 3680696.
HSL color Cylindrical-coordinate representation of color #B82938: hue angle of 353.71º 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 #B82938 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 41 | 56 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.28 |
| HSL | 353.71º | 0.64% | 0.44% | - |
| HSV(B) | 353.71º | 0.78% | 0.72% | - |
| XYZ | 21.27 | 12.06 | 4.95 | - |
| YUV | 85.47 | 111.38 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 56 | 0 | 0.78 | 0.70 | 0.28 | 353.71 | 0.64 | 0.44 |
| Hex | B8 | 29 | 38 | 0 | 4E | 46 | 1C | 162 | 40 | 2C |
| Octal | 270 | 51 | 70 | 0 | 116 | 106 | 34 | 542 | 100 | 54 |
| Binary | 10111000 | 101001 | 111000 | 0 | 1001110 | 1000110 | 11100 | 101100010 | 1000000 | 101100 |
Color Harmonies of #B82938
Complementary color
Monochromatic Colors of #B82938
Black with #B82938
Text Example
Text Example
White with #B82938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82938; }
p { color: rgb(184,41,56); }
H1.HeaderClassName
{
color: #B82938;
}
.AnyTagClassName
{
color: #B82938;
}
</style>
background-color css
<style>
a { background-color: #B82938; }
a { background-color: rgb(184,41,56); }
div.DivClassName
{
background-color: #B82938;
}
.BgClassName
{
background-color: #B82938;
}
</style>
border-color css
<style>
span { border-color: #B82938; }
span { border-color: rgb(184,41,56); }
td.TdClassName
{
border-color: #B82938;
}
.TagClassName
{
border-color: #B82938;
}
</style>