Shades of Cardinal #B8043A
Tints of Cardinal #B8043A
RGB
CMYK
RGB Variations
Color information
#B8043A (or 0xB8043A) is known color: Cardinal. HEX triplet: B8, 04 and 3A. RGB value is (184,4,58). Sum of RGB (Red+Green+Blue) = 184+4+58=246 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.80% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 184 - color contains mainly: red. Hex color #B8043A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8043A is #47FBC5. Grayscale: #3F3F3F. Windows color (decimal): -4717510 or 3802296. OLE color: 3802296.
HSL color Cylindrical-coordinate representation of color #B8043A: hue angle of 342º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B8043A is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 4 | 58 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.28 |
| HSL | 342º | 0.96% | 0.37% | - |
| HSV(B) | 342º | 0.98% | 0.72% | - |
| XYZ | 20.57 | 10.58 | 4.96 | - |
| YUV | 63.98 | 124.63 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 58 | 0 | 0.98 | 0.68 | 0.28 | 342 | 0.96 | 0.37 |
| Hex | B8 | 4 | 3A | 0 | 62 | 44 | 1C | 156 | 60 | 25 |
| Octal | 270 | 4 | 72 | 0 | 142 | 104 | 34 | 526 | 140 | 45 |
| Binary | 10111000 | 100 | 111010 | 0 | 1100010 | 1000100 | 11100 | 101010110 | 1100000 | 100101 |
Color Harmonies of #B8043A
Complementary color
Monochromatic Colors of #B8043A
Black with #B8043A
Text Example
Text Example
White with #B8043A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8043A; }
p { color: rgb(184,4,58); }
H1.HeaderClassName
{
color: #B8043A;
}
.AnyTagClassName
{
color: #B8043A;
}
</style>
background-color css
<style>
a { background-color: #B8043A; }
a { background-color: rgb(184,4,58); }
div.DivClassName
{
background-color: #B8043A;
}
.BgClassName
{
background-color: #B8043A;
}
</style>
border-color css
<style>
span { border-color: #B8043A; }
span { border-color: rgb(184,4,58); }
td.TdClassName
{
border-color: #B8043A;
}
.TagClassName
{
border-color: #B8043A;
}
</style>