Shades of Cardinal #B8003C
Tints of Cardinal #B8003C
RGB
CMYK
RGB Variations
Color information
#B8003C (or 0xB8003C) is known color: Cardinal. HEX triplet: B8, 00 and 3C. RGB value is (184,0,60). Sum of RGB (Red+Green+Blue) = 184+0+60=244 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.41% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 184 - color contains mainly: red. Hex color #B8003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8003C is #47FFC3. Grayscale: #3D3D3D. Windows color (decimal): -4718532 or 3932344. OLE color: 3932344.
HSL color Cylindrical-coordinate representation of color #B8003C: hue angle of 340.43º 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 #B8003C is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.67 | 0.28 |
| HSL | 340.43º | 1% | 0.36% | - |
| HSV(B) | 340.43º | 1% | 0.72% | - |
| XYZ | 20.58 | 10.52 | 5.22 | - |
| YUV | 61.86 | 126.96 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 60 | 0 | 1 | 0.67 | 0.28 | 340.43 | 1 | 0.36 |
| Hex | B8 | 0 | 3C | 0 | 64 | 43 | 1C | 154 | 64 | 24 |
| Octal | 270 | 0 | 74 | 0 | 144 | 103 | 34 | 524 | 144 | 44 |
| Binary | 10111000 | 0 | 111100 | 0 | 1100100 | 1000011 | 11100 | 101010100 | 1100100 | 100100 |
Color Harmonies of #B8003C
Complementary color
Monochromatic Colors of #B8003C
Black with #B8003C
Text Example
Text Example
White with #B8003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8003C; }
p { color: rgb(184,0,60); }
H1.HeaderClassName
{
color: #B8003C;
}
.AnyTagClassName
{
color: #B8003C;
}
</style>
background-color css
<style>
a { background-color: #B8003C; }
a { background-color: rgb(184,0,60); }
div.DivClassName
{
background-color: #B8003C;
}
.BgClassName
{
background-color: #B8003C;
}
</style>
border-color css
<style>
span { border-color: #B8003C; }
span { border-color: rgb(184,0,60); }
td.TdClassName
{
border-color: #B8003C;
}
.TagClassName
{
border-color: #B8003C;
}
</style>