Shades of Cardinal #B41736
Tints of Cardinal #B41736
RGB
CMYK
RGB Variations
Color information
#B41736 (or 0xB41736) is known color: Cardinal. HEX triplet: B4, 17 and 36. RGB value is (180,23,54). Sum of RGB (Red+Green+Blue) = 180+23+54=257 (34% of max value = 765). Red value is 180 (70.70% from 255 or 70.04% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 54 (21.48% from 255 or 21.01% from 257); Max value from RGB is 180 - color contains mainly: red. Hex color #B41736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41736 is #4BE8C9. Grayscale: #494949. Windows color (decimal): -4974794 or 3545012. OLE color: 3545012.
HSL color Cylindrical-coordinate representation of color #B41736: hue angle of 348.15º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B41736 is Cyan = 0, Magento = 0.87, Yellow = 0.7 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 23 | 54 | - |
| CMYK | 0 | 0.87 | 0.7 | 0.29 |
| HSL | 348.15º | 0.77% | 0.4% | - |
| HSV(B) | 348.15º | 0.87% | 0.71% | - |
| XYZ | 19.79 | 10.58 | 4.49 | - |
| YUV | 73.48 | 117.01 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 23 | 54 | 0 | 0.87 | 0.7 | 0.29 | 348.15 | 0.77 | 0.4 |
| Hex | B4 | 17 | 36 | 0 | 57 | 46 | 1D | 15C | 4D | 28 |
| Octal | 264 | 27 | 66 | 0 | 127 | 106 | 35 | 534 | 115 | 50 |
| Binary | 10110100 | 10111 | 110110 | 0 | 1010111 | 1000110 | 11101 | 101011100 | 1001101 | 101000 |
Color Harmonies of #B41736
Complementary color
Monochromatic Colors of #B41736
Black with #B41736
Text Example
Text Example
White with #B41736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41736; }
p { color: rgb(180,23,54); }
H1.HeaderClassName
{
color: #B41736;
}
.AnyTagClassName
{
color: #B41736;
}
</style>
background-color css
<style>
a { background-color: #B41736; }
a { background-color: rgb(180,23,54); }
div.DivClassName
{
background-color: #B41736;
}
.BgClassName
{
background-color: #B41736;
}
</style>
border-color css
<style>
span { border-color: #B41736; }
span { border-color: rgb(180,23,54); }
td.TdClassName
{
border-color: #B41736;
}
.TagClassName
{
border-color: #B41736;
}
</style>