Shades of Cardinal #B8013B
Tints of Cardinal #B8013B
RGB
CMYK
RGB Variations
Color information
#B8013B (or 0xB8013B) is known color: Cardinal. HEX triplet: B8, 01 and 3B. RGB value is (184,1,59). Sum of RGB (Red+Green+Blue) = 184+1+59=244 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.41% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 59 (23.44% from 255 or 24.18% from 244); Max value from RGB is 184 - color contains mainly: red. Hex color #B8013B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8013B is #47FEC4. Grayscale: #3E3E3E. Windows color (decimal): -4718277 or 3867064. OLE color: 3867064.
HSL color Cylindrical-coordinate representation of color #B8013B: hue angle of 340.98º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B8013B is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 59 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.28 |
| HSL | 340.98º | 0.99% | 0.36% | - |
| HSV(B) | 340.98º | 0.99% | 0.72% | - |
| XYZ | 20.57 | 10.53 | 5.09 | - |
| YUV | 62.33 | 126.13 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 59 | 0 | 0.99 | 0.68 | 0.28 | 340.98 | 0.99 | 0.36 |
| Hex | B8 | 1 | 3B | 0 | 63 | 44 | 1C | 155 | 63 | 24 |
| Octal | 270 | 1 | 73 | 0 | 143 | 104 | 34 | 525 | 143 | 44 |
| Binary | 10111000 | 1 | 111011 | 0 | 1100011 | 1000100 | 11100 | 101010101 | 1100011 | 100100 |
Color Harmonies of #B8013B
Complementary color
Monochromatic Colors of #B8013B
Black with #B8013B
Text Example
Text Example
White with #B8013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8013B; }
p { color: rgb(184,1,59); }
H1.HeaderClassName
{
color: #B8013B;
}
.AnyTagClassName
{
color: #B8013B;
}
</style>
background-color css
<style>
a { background-color: #B8013B; }
a { background-color: rgb(184,1,59); }
div.DivClassName
{
background-color: #B8013B;
}
.BgClassName
{
background-color: #B8013B;
}
</style>
border-color css
<style>
span { border-color: #B8013B; }
span { border-color: rgb(184,1,59); }
td.TdClassName
{
border-color: #B8013B;
}
.TagClassName
{
border-color: #B8013B;
}
</style>