Shades of Cardinal #B8123D
Tints of Cardinal #B8123D
RGB
CMYK
RGB Variations
Color information
#B8123D (or 0xB8123D) is known color: Cardinal. HEX triplet: B8, 12 and 3D. RGB value is (184,18,61). Sum of RGB (Red+Green+Blue) = 184+18+61=263 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.96% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 184 - color contains mainly: red. Hex color #B8123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8123D is #47EDC2. Grayscale: #484848. Windows color (decimal): -4713923 or 4002488. OLE color: 4002488.
HSL color Cylindrical-coordinate representation of color #B8123D: hue angle of 344.46º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B8123D is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 18 | 61 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.28 |
| HSL | 344.46º | 0.82% | 0.4% | - |
| HSV(B) | 344.46º | 0.9% | 0.72% | - |
| XYZ | 20.83 | 10.96 | 5.43 | - |
| YUV | 72.54 | 121.5 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 18 | 61 | 0 | 0.90 | 0.67 | 0.28 | 344.46 | 0.82 | 0.4 |
| Hex | B8 | 12 | 3D | 0 | 5A | 43 | 1C | 158 | 52 | 28 |
| Octal | 270 | 22 | 75 | 0 | 132 | 103 | 34 | 530 | 122 | 50 |
| Binary | 10111000 | 10010 | 111101 | 0 | 1011010 | 1000011 | 11100 | 101011000 | 1010010 | 101000 |
Color Harmonies of #B8123D
Complementary color
Monochromatic Colors of #B8123D
Black with #B8123D
Text Example
Text Example
White with #B8123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8123D; }
p { color: rgb(184,18,61); }
H1.HeaderClassName
{
color: #B8123D;
}
.AnyTagClassName
{
color: #B8123D;
}
</style>
background-color css
<style>
a { background-color: #B8123D; }
a { background-color: rgb(184,18,61); }
div.DivClassName
{
background-color: #B8123D;
}
.BgClassName
{
background-color: #B8123D;
}
</style>
border-color css
<style>
span { border-color: #B8123D; }
span { border-color: rgb(184,18,61); }
td.TdClassName
{
border-color: #B8123D;
}
.TagClassName
{
border-color: #B8123D;
}
</style>