Shades of Cardinal #B41C47
Tints of Cardinal #B41C47
RGB
CMYK
RGB Variations
Color information
#B41C47 (or 0xB41C47) is known color: Cardinal. HEX triplet: B4, 1C and 47. RGB value is (180,28,71). Sum of RGB (Red+Green+Blue) = 180+28+71=279 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.52% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41C47 is #4BE3B8. Grayscale: #4E4E4E. Windows color (decimal): -4973497 or 4660404. OLE color: 4660404.
HSL color Cylindrical-coordinate representation of color #B41C47: hue angle of 343.03º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B41C47 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 28 | 71 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.29 |
| HSL | 343.03º | 0.73% | 0.41% | - |
| HSV(B) | 343.03º | 0.84% | 0.71% | - |
| XYZ | 20.37 | 10.99 | 7.01 | - |
| YUV | 78.35 | 123.86 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 28 | 71 | 0 | 0.84 | 0.61 | 0.29 | 343.03 | 0.73 | 0.41 |
| Hex | B4 | 1C | 47 | 0 | 54 | 3D | 1D | 157 | 49 | 29 |
| Octal | 264 | 34 | 107 | 0 | 124 | 75 | 35 | 527 | 111 | 51 |
| Binary | 10110100 | 11100 | 1000111 | 0 | 1010100 | 111101 | 11101 | 101010111 | 1001001 | 101001 |
Color Harmonies of #B41C47
Complementary color
Monochromatic Colors of #B41C47
Black with #B41C47
Text Example
Text Example
White with #B41C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41C47; }
p { color: rgb(180,28,71); }
H1.HeaderClassName
{
color: #B41C47;
}
.AnyTagClassName
{
color: #B41C47;
}
</style>
background-color css
<style>
a { background-color: #B41C47; }
a { background-color: rgb(180,28,71); }
div.DivClassName
{
background-color: #B41C47;
}
.BgClassName
{
background-color: #B41C47;
}
</style>
border-color css
<style>
span { border-color: #B41C47; }
span { border-color: rgb(180,28,71); }
td.TdClassName
{
border-color: #B41C47;
}
.TagClassName
{
border-color: #B41C47;
}
</style>