Shades of Cardinal #B8053C
Tints of Cardinal #B8053C
RGB
CMYK
RGB Variations
Color information
#B8053C (or 0xB8053C) is known color: Cardinal. HEX triplet: B8, 05 and 3C. RGB value is (184,5,60). Sum of RGB (Red+Green+Blue) = 184+5+60=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B8053C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8053C is #47FAC3. Grayscale: #404040. Windows color (decimal): -4717252 or 3933624. OLE color: 3933624.
HSL color Cylindrical-coordinate representation of color #B8053C: hue angle of 341.56º 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 #B8053C is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 60 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.28 |
| HSL | 341.56º | 0.95% | 0.37% | - |
| HSV(B) | 341.56º | 0.97% | 0.72% | - |
| XYZ | 20.64 | 10.63 | 5.24 | - |
| YUV | 64.79 | 125.3 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 60 | 0 | 0.97 | 0.67 | 0.28 | 341.56 | 0.95 | 0.37 |
| Hex | B8 | 5 | 3C | 0 | 61 | 43 | 1C | 156 | 5F | 25 |
| Octal | 270 | 5 | 74 | 0 | 141 | 103 | 34 | 526 | 137 | 45 |
| Binary | 10111000 | 101 | 111100 | 0 | 1100001 | 1000011 | 11100 | 101010110 | 1011111 | 100101 |
Color Harmonies of #B8053C
Complementary color
Monochromatic Colors of #B8053C
Black with #B8053C
Text Example
Text Example
White with #B8053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8053C; }
p { color: rgb(184,5,60); }
H1.HeaderClassName
{
color: #B8053C;
}
.AnyTagClassName
{
color: #B8053C;
}
</style>
background-color css
<style>
a { background-color: #B8053C; }
a { background-color: rgb(184,5,60); }
div.DivClassName
{
background-color: #B8053C;
}
.BgClassName
{
background-color: #B8053C;
}
</style>
border-color css
<style>
span { border-color: #B8053C; }
span { border-color: rgb(184,5,60); }
td.TdClassName
{
border-color: #B8053C;
}
.TagClassName
{
border-color: #B8053C;
}
</style>