Shades of Cardinal #B41C2B
Tints of Cardinal #B41C2B
RGB
CMYK
RGB Variations
Color information
#B41C2B (or 0xB41C2B) is known color: Cardinal. HEX triplet: B4, 1C and 2B. RGB value is (180,28,43). Sum of RGB (Red+Green+Blue) = 180+28+43=251 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.71% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41C2B is #4BE3D4. Grayscale: #4B4B4B. Windows color (decimal): -4973525 or 2825396. OLE color: 2825396.
HSL color Cylindrical-coordinate representation of color #B41C2B: hue angle of 354.08º 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 #B41C2B is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 28 | 43 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.29 |
| HSL | 354.08º | 0.73% | 0.41% | - |
| HSV(B) | 354.08º | 0.84% | 0.71% | - |
| XYZ | 19.67 | 10.71 | 3.32 | - |
| YUV | 75.16 | 109.86 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 28 | 43 | 0 | 0.84 | 0.76 | 0.29 | 354.08 | 0.73 | 0.41 |
| Hex | B4 | 1C | 2B | 0 | 54 | 4C | 1D | 162 | 49 | 29 |
| Octal | 264 | 34 | 53 | 0 | 124 | 114 | 35 | 542 | 111 | 51 |
| Binary | 10110100 | 11100 | 101011 | 0 | 1010100 | 1001100 | 11101 | 101100010 | 1001001 | 101001 |
Color Harmonies of #B41C2B
Complementary color
Monochromatic Colors of #B41C2B
Black with #B41C2B
Text Example
Text Example
White with #B41C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41C2B; }
p { color: rgb(180,28,43); }
H1.HeaderClassName
{
color: #B41C2B;
}
.AnyTagClassName
{
color: #B41C2B;
}
</style>
background-color css
<style>
a { background-color: #B41C2B; }
a { background-color: rgb(180,28,43); }
div.DivClassName
{
background-color: #B41C2B;
}
.BgClassName
{
background-color: #B41C2B;
}
</style>
border-color css
<style>
span { border-color: #B41C2B; }
span { border-color: rgb(180,28,43); }
td.TdClassName
{
border-color: #B41C2B;
}
.TagClassName
{
border-color: #B41C2B;
}
</style>