Shades of Cardinal #B80838
Tints of Cardinal #B80838
RGB
CMYK
RGB Variations
Color information
#B80838 (or 0xB80838) is known color: Cardinal. HEX triplet: B8, 08 and 38. RGB value is (184,8,56). Sum of RGB (Red+Green+Blue) = 184+8+56=248 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.19% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 184 - color contains mainly: red. Hex color #B80838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80838 is #47F7C7. Grayscale: #424242. Windows color (decimal): -4716488 or 3672248. OLE color: 3672248.
HSL color Cylindrical-coordinate representation of color #B80838: hue angle of 343.64º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80838 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 56 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.28 |
| HSL | 343.64º | 0.92% | 0.38% | - |
| HSV(B) | 343.64º | 0.96% | 0.72% | - |
| XYZ | 20.57 | 10.65 | 4.71 | - |
| YUV | 66.1 | 122.31 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 56 | 0 | 0.96 | 0.70 | 0.28 | 343.64 | 0.92 | 0.38 |
| Hex | B8 | 8 | 38 | 0 | 60 | 46 | 1C | 158 | 5C | 26 |
| Octal | 270 | 10 | 70 | 0 | 140 | 106 | 34 | 530 | 134 | 46 |
| Binary | 10111000 | 1000 | 111000 | 0 | 1100000 | 1000110 | 11100 | 101011000 | 1011100 | 100110 |
Color Harmonies of #B80838
Complementary color
Monochromatic Colors of #B80838
Black with #B80838
Text Example
Text Example
White with #B80838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80838; }
p { color: rgb(184,8,56); }
H1.HeaderClassName
{
color: #B80838;
}
.AnyTagClassName
{
color: #B80838;
}
</style>
background-color css
<style>
a { background-color: #B80838; }
a { background-color: rgb(184,8,56); }
div.DivClassName
{
background-color: #B80838;
}
.BgClassName
{
background-color: #B80838;
}
</style>
border-color css
<style>
span { border-color: #B80838; }
span { border-color: rgb(184,8,56); }
td.TdClassName
{
border-color: #B80838;
}
.TagClassName
{
border-color: #B80838;
}
</style>