Shades of Cardinal #B41339
Tints of Cardinal #B41339
RGB
CMYK
RGB Variations
Color information
#B41339 (or 0xB41339) is known color: Cardinal. HEX triplet: B4, 13 and 39. RGB value is (180,19,57). Sum of RGB (Red+Green+Blue) = 180+19+57=256 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.31% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 57 (22.66% from 255 or 22.27% from 256); Max value from RGB is 180 - color contains mainly: red. Hex color #B41339 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41339 is #4BECC6. Grayscale: #474747. Windows color (decimal): -4975815 or 3740596. OLE color: 3740596.
HSL color Cylindrical-coordinate representation of color #B41339: hue angle of 345.84º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B41339 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 19 | 57 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.29 |
| HSL | 345.84º | 0.81% | 0.39% | - |
| HSV(B) | 345.84º | 0.89% | 0.71% | - |
| XYZ | 19.79 | 10.46 | 4.85 | - |
| YUV | 71.47 | 119.84 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 57 | 0 | 0.89 | 0.68 | 0.29 | 345.84 | 0.81 | 0.39 |
| Hex | B4 | 13 | 39 | 0 | 59 | 44 | 1D | 15A | 51 | 27 |
| Octal | 264 | 23 | 71 | 0 | 131 | 104 | 35 | 532 | 121 | 47 |
| Binary | 10110100 | 10011 | 111001 | 0 | 1011001 | 1000100 | 11101 | 101011010 | 1010001 | 100111 |
Color Harmonies of #B41339
Complementary color
Monochromatic Colors of #B41339
Black with #B41339
Text Example
Text Example
White with #B41339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41339; }
p { color: rgb(180,19,57); }
H1.HeaderClassName
{
color: #B41339;
}
.AnyTagClassName
{
color: #B41339;
}
</style>
background-color css
<style>
a { background-color: #B41339; }
a { background-color: rgb(180,19,57); }
div.DivClassName
{
background-color: #B41339;
}
.BgClassName
{
background-color: #B41339;
}
</style>
border-color css
<style>
span { border-color: #B41339; }
span { border-color: rgb(180,19,57); }
td.TdClassName
{
border-color: #B41339;
}
.TagClassName
{
border-color: #B41339;
}
</style>