Shades of Cardinal #B40534
Tints of Cardinal #B40534
RGB
CMYK
RGB Variations
Color information
#B40534 (or 0xB40534) is known color: Cardinal. HEX triplet: B4, 05 and 34. RGB value is (180,5,52). Sum of RGB (Red+Green+Blue) = 180+5+52=237 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.95% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 180 - color contains mainly: red. Hex color #B40534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40534 is #4BFACB. Grayscale: #3E3E3E. Windows color (decimal): -4979404 or 3409332. OLE color: 3409332.
HSL color Cylindrical-coordinate representation of color #B40534: hue angle of 343.89º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B40534 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 5 | 52 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.29 |
| HSL | 343.89º | 0.95% | 0.36% | - |
| HSV(B) | 343.89º | 0.97% | 0.71% | - |
| XYZ | 19.5 | 10.06 | 4.16 | - |
| YUV | 62.68 | 121.98 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 5 | 52 | 0 | 0.97 | 0.71 | 0.29 | 343.89 | 0.95 | 0.36 |
| Hex | B4 | 5 | 34 | 0 | 61 | 47 | 1D | 158 | 5F | 24 |
| Octal | 264 | 5 | 64 | 0 | 141 | 107 | 35 | 530 | 137 | 44 |
| Binary | 10110100 | 101 | 110100 | 0 | 1100001 | 1000111 | 11101 | 101011000 | 1011111 | 100100 |
Color Harmonies of #B40534
Complementary color
Monochromatic Colors of #B40534
Black with #B40534
Text Example
Text Example
White with #B40534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40534; }
p { color: rgb(180,5,52); }
H1.HeaderClassName
{
color: #B40534;
}
.AnyTagClassName
{
color: #B40534;
}
</style>
background-color css
<style>
a { background-color: #B40534; }
a { background-color: rgb(180,5,52); }
div.DivClassName
{
background-color: #B40534;
}
.BgClassName
{
background-color: #B40534;
}
</style>
border-color css
<style>
span { border-color: #B40534; }
span { border-color: rgb(180,5,52); }
td.TdClassName
{
border-color: #B40534;
}
.TagClassName
{
border-color: #B40534;
}
</style>