Shades of Cardinal #B8123C
Tints of Cardinal #B8123C
RGB
CMYK
RGB Variations
Color information
#B8123C (or 0xB8123C) is known color: Cardinal. HEX triplet: B8, 12 and 3C. RGB value is (184,18,60). Sum of RGB (Red+Green+Blue) = 184+18+60=262 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.23% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 184 - color contains mainly: red. Hex color #B8123C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8123C is #47EDC3. Grayscale: #484848. Windows color (decimal): -4713924 or 3936952. OLE color: 3936952.
HSL color Cylindrical-coordinate representation of color #B8123C: hue angle of 344.82º 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 #B8123C is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 18 | 60 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.28 |
| HSL | 344.82º | 0.82% | 0.4% | - |
| HSV(B) | 344.82º | 0.9% | 0.72% | - |
| XYZ | 20.8 | 10.95 | 5.29 | - |
| YUV | 72.42 | 121 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 18 | 60 | 0 | 0.90 | 0.67 | 0.28 | 344.82 | 0.82 | 0.4 |
| Hex | B8 | 12 | 3C | 0 | 5A | 43 | 1C | 159 | 52 | 28 |
| Octal | 270 | 22 | 74 | 0 | 132 | 103 | 34 | 531 | 122 | 50 |
| Binary | 10111000 | 10010 | 111100 | 0 | 1011010 | 1000011 | 11100 | 101011001 | 1010010 | 101000 |
Color Harmonies of #B8123C
Complementary color
Monochromatic Colors of #B8123C
Black with #B8123C
Text Example
Text Example
White with #B8123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8123C; }
p { color: rgb(184,18,60); }
H1.HeaderClassName
{
color: #B8123C;
}
.AnyTagClassName
{
color: #B8123C;
}
</style>
background-color css
<style>
a { background-color: #B8123C; }
a { background-color: rgb(184,18,60); }
div.DivClassName
{
background-color: #B8123C;
}
.BgClassName
{
background-color: #B8123C;
}
</style>
border-color css
<style>
span { border-color: #B8123C; }
span { border-color: rgb(184,18,60); }
td.TdClassName
{
border-color: #B8123C;
}
.TagClassName
{
border-color: #B8123C;
}
</style>