Shades of Cardinal #B80538
Tints of Cardinal #B80538
RGB
CMYK
RGB Variations
Color information
#B80538 (or 0xB80538) is known color: Cardinal. HEX triplet: B8, 05 and 38. RGB value is (184,5,56). Sum of RGB (Red+Green+Blue) = 184+5+56=245 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.10% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 184 - color contains mainly: red. Hex color #B80538 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80538 is #47FAC7. Grayscale: #404040. Windows color (decimal): -4717256 or 3671480. OLE color: 3671480.
HSL color Cylindrical-coordinate representation of color #B80538: hue angle of 342.91º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B80538 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 56 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.28 |
| HSL | 342.91º | 0.95% | 0.37% | - |
| HSV(B) | 342.91º | 0.97% | 0.72% | - |
| XYZ | 20.54 | 10.58 | 4.7 | - |
| YUV | 64.34 | 123.3 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 56 | 0 | 0.97 | 0.70 | 0.28 | 342.91 | 0.95 | 0.37 |
| Hex | B8 | 5 | 38 | 0 | 61 | 46 | 1C | 157 | 5F | 25 |
| Octal | 270 | 5 | 70 | 0 | 141 | 106 | 34 | 527 | 137 | 45 |
| Binary | 10111000 | 101 | 111000 | 0 | 1100001 | 1000110 | 11100 | 101010111 | 1011111 | 100101 |
Color Harmonies of #B80538
Complementary color
Monochromatic Colors of #B80538
Black with #B80538
Text Example
Text Example
White with #B80538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80538; }
p { color: rgb(184,5,56); }
H1.HeaderClassName
{
color: #B80538;
}
.AnyTagClassName
{
color: #B80538;
}
</style>
background-color css
<style>
a { background-color: #B80538; }
a { background-color: rgb(184,5,56); }
div.DivClassName
{
background-color: #B80538;
}
.BgClassName
{
background-color: #B80538;
}
</style>
border-color css
<style>
span { border-color: #B80538; }
span { border-color: rgb(184,5,56); }
td.TdClassName
{
border-color: #B80538;
}
.TagClassName
{
border-color: #B80538;
}
</style>