Shades of Cardinal #B41C29
Tints of Cardinal #B41C29
RGB
CMYK
RGB Variations
Color information
#B41C29 (or 0xB41C29) is known color: Cardinal. HEX triplet: B4, 1C and 29. RGB value is (180,28,41). Sum of RGB (Red+Green+Blue) = 180+28+41=249 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.29% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41C29 is #4BE3D6. Grayscale: #4B4B4B. Windows color (decimal): -4973527 or 2694324. OLE color: 2694324.
HSL color Cylindrical-coordinate representation of color #B41C29: hue angle of 354.87º 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 #B41C29 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 28 | 41 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.29 |
| HSL | 354.87º | 0.73% | 0.41% | - |
| HSV(B) | 354.87º | 0.84% | 0.71% | - |
| XYZ | 19.64 | 10.69 | 3.13 | - |
| YUV | 74.93 | 108.86 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 28 | 41 | 0 | 0.84 | 0.77 | 0.29 | 354.87 | 0.73 | 0.41 |
| Hex | B4 | 1C | 29 | 0 | 54 | 4D | 1D | 163 | 49 | 29 |
| Octal | 264 | 34 | 51 | 0 | 124 | 115 | 35 | 543 | 111 | 51 |
| Binary | 10110100 | 11100 | 101001 | 0 | 1010100 | 1001101 | 11101 | 101100011 | 1001001 | 101001 |
Color Harmonies of #B41C29
Complementary color
Monochromatic Colors of #B41C29
Black with #B41C29
Text Example
Text Example
White with #B41C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41C29; }
p { color: rgb(180,28,41); }
H1.HeaderClassName
{
color: #B41C29;
}
.AnyTagClassName
{
color: #B41C29;
}
</style>
background-color css
<style>
a { background-color: #B41C29; }
a { background-color: rgb(180,28,41); }
div.DivClassName
{
background-color: #B41C29;
}
.BgClassName
{
background-color: #B41C29;
}
</style>
border-color css
<style>
span { border-color: #B41C29; }
span { border-color: rgb(180,28,41); }
td.TdClassName
{
border-color: #B41C29;
}
.TagClassName
{
border-color: #B41C29;
}
</style>