Shades of Cardinal #B8003B
Tints of Cardinal #B8003B
RGB
CMYK
RGB Variations
Color information
#B8003B (or 0xB8003B) is known color: Cardinal. HEX triplet: B8, 00 and 3B. RGB value is (184,0,59). Sum of RGB (Red+Green+Blue) = 184+0+59=243 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.72% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 184 - color contains mainly: red. Hex color #B8003B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8003B is #47FFC4. Grayscale: #3D3D3D. Windows color (decimal): -4718533 or 3866808. OLE color: 3866808.
HSL color Cylindrical-coordinate representation of color #B8003B: hue angle of 340.76º 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 #B8003B is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.68 | 0.28 |
| HSL | 340.76º | 1% | 0.36% | - |
| HSV(B) | 340.76º | 1% | 0.72% | - |
| XYZ | 20.56 | 10.51 | 5.08 | - |
| YUV | 61.74 | 126.46 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 59 | 0 | 1 | 0.68 | 0.28 | 340.76 | 1 | 0.36 |
| Hex | B8 | 0 | 3B | 0 | 64 | 44 | 1C | 155 | 64 | 24 |
| Octal | 270 | 0 | 73 | 0 | 144 | 104 | 34 | 525 | 144 | 44 |
| Binary | 10111000 | 0 | 111011 | 0 | 1100100 | 1000100 | 11100 | 101010101 | 1100100 | 100100 |
Color Harmonies of #B8003B
Complementary color
Monochromatic Colors of #B8003B
Black with #B8003B
Text Example
Text Example
White with #B8003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8003B; }
p { color: rgb(184,0,59); }
H1.HeaderClassName
{
color: #B8003B;
}
.AnyTagClassName
{
color: #B8003B;
}
</style>
background-color css
<style>
a { background-color: #B8003B; }
a { background-color: rgb(184,0,59); }
div.DivClassName
{
background-color: #B8003B;
}
.BgClassName
{
background-color: #B8003B;
}
</style>
border-color css
<style>
span { border-color: #B8003B; }
span { border-color: rgb(184,0,59); }
td.TdClassName
{
border-color: #B8003B;
}
.TagClassName
{
border-color: #B8003B;
}
</style>