Shades of Cardinal #B4013A
Tints of Cardinal #B4013A
RGB
CMYK
RGB Variations
Color information
#B4013A (or 0xB4013A) is known color: Cardinal. HEX triplet: B4, 01 and 3A. RGB value is (180,1,58). Sum of RGB (Red+Green+Blue) = 180+1+58=239 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.31% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 180 - color contains mainly: red. Hex color #B4013A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4013A is #4BFEC5. Grayscale: #3C3C3C. Windows color (decimal): -4980422 or 3801524. OLE color: 3801524.
HSL color Cylindrical-coordinate representation of color #B4013A: hue angle of 340.89º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B4013A is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 58 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.29 |
| HSL | 340.89º | 0.99% | 0.35% | - |
| HSV(B) | 340.89º | 0.99% | 0.71% | - |
| XYZ | 19.6 | 10.03 | 4.91 | - |
| YUV | 61.02 | 126.3 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 58 | 0 | 0.99 | 0.68 | 0.29 | 340.89 | 0.99 | 0.35 |
| Hex | B4 | 1 | 3A | 0 | 63 | 44 | 1D | 155 | 63 | 23 |
| Octal | 264 | 1 | 72 | 0 | 143 | 104 | 35 | 525 | 143 | 43 |
| Binary | 10110100 | 1 | 111010 | 0 | 1100011 | 1000100 | 11101 | 101010101 | 1100011 | 100011 |
Color Harmonies of #B4013A
Complementary color
Monochromatic Colors of #B4013A
Black with #B4013A
Text Example
Text Example
White with #B4013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4013A; }
p { color: rgb(180,1,58); }
H1.HeaderClassName
{
color: #B4013A;
}
.AnyTagClassName
{
color: #B4013A;
}
</style>
background-color css
<style>
a { background-color: #B4013A; }
a { background-color: rgb(180,1,58); }
div.DivClassName
{
background-color: #B4013A;
}
.BgClassName
{
background-color: #B4013A;
}
</style>
border-color css
<style>
span { border-color: #B4013A; }
span { border-color: rgb(180,1,58); }
td.TdClassName
{
border-color: #B4013A;
}
.TagClassName
{
border-color: #B4013A;
}
</style>