Shades of Cardinal #B8003E
Tints of Cardinal #B8003E
RGB
CMYK
RGB Variations
Color information
#B8003E (or 0xB8003E) is known color: Cardinal. HEX triplet: B8, 00 and 3E. RGB value is (184,0,62). Sum of RGB (Red+Green+Blue) = 184+0+62=246 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.80% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 184 - color contains mainly: red. Hex color #B8003E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8003E is #47FFC1. Grayscale: #3E3E3E. Windows color (decimal): -4718530 or 4063416. OLE color: 4063416.
HSL color Cylindrical-coordinate representation of color #B8003E: hue angle of 339.78º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B8003E is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.66 | 0.28 |
| HSL | 339.78º | 1% | 0.36% | - |
| HSV(B) | 339.78º | 1% | 0.72% | - |
| XYZ | 20.64 | 10.54 | 5.5 | - |
| YUV | 62.08 | 127.96 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 62 | 0 | 1 | 0.66 | 0.28 | 339.78 | 1 | 0.36 |
| Hex | B8 | 0 | 3E | 0 | 64 | 42 | 1C | 154 | 64 | 24 |
| Octal | 270 | 0 | 76 | 0 | 144 | 102 | 34 | 524 | 144 | 44 |
| Binary | 10111000 | 0 | 111110 | 0 | 1100100 | 1000010 | 11100 | 101010100 | 1100100 | 100100 |
Color Harmonies of #B8003E
Complementary color
Monochromatic Colors of #B8003E
Black with #B8003E
Text Example
Text Example
White with #B8003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8003E; }
p { color: rgb(184,0,62); }
H1.HeaderClassName
{
color: #B8003E;
}
.AnyTagClassName
{
color: #B8003E;
}
</style>
background-color css
<style>
a { background-color: #B8003E; }
a { background-color: rgb(184,0,62); }
div.DivClassName
{
background-color: #B8003E;
}
.BgClassName
{
background-color: #B8003E;
}
</style>
border-color css
<style>
span { border-color: #B8003E; }
span { border-color: rgb(184,0,62); }
td.TdClassName
{
border-color: #B8003E;
}
.TagClassName
{
border-color: #B8003E;
}
</style>