Shades of Cardinal #B41C28
Tints of Cardinal #B41C28
RGB
CMYK
RGB Variations
Color information
#B41C28 (or 0xB41C28) is known color: Cardinal. HEX triplet: B4, 1C and 28. RGB value is (180,28,40). Sum of RGB (Red+Green+Blue) = 180+28+40=248 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.58% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41C28 is #4BE3D7. Grayscale: #4A4A4A. Windows color (decimal): -4973528 or 2628788. OLE color: 2628788.
HSL color Cylindrical-coordinate representation of color #B41C28: hue angle of 355.26º 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 #B41C28 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 28 | 40 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.29 |
| HSL | 355.26º | 0.73% | 0.41% | - |
| HSV(B) | 355.26º | 0.84% | 0.71% | - |
| XYZ | 19.62 | 10.69 | 3.04 | - |
| YUV | 74.82 | 108.36 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 28 | 40 | 0 | 0.84 | 0.78 | 0.29 | 355.26 | 0.73 | 0.41 |
| Hex | B4 | 1C | 28 | 0 | 54 | 4E | 1D | 163 | 49 | 29 |
| Octal | 264 | 34 | 50 | 0 | 124 | 116 | 35 | 543 | 111 | 51 |
| Binary | 10110100 | 11100 | 101000 | 0 | 1010100 | 1001110 | 11101 | 101100011 | 1001001 | 101001 |
Color Harmonies of #B41C28
Complementary color
Monochromatic Colors of #B41C28
Black with #B41C28
Text Example
Text Example
White with #B41C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41C28; }
p { color: rgb(180,28,40); }
H1.HeaderClassName
{
color: #B41C28;
}
.AnyTagClassName
{
color: #B41C28;
}
</style>
background-color css
<style>
a { background-color: #B41C28; }
a { background-color: rgb(180,28,40); }
div.DivClassName
{
background-color: #B41C28;
}
.BgClassName
{
background-color: #B41C28;
}
</style>
border-color css
<style>
span { border-color: #B41C28; }
span { border-color: rgb(180,28,40); }
td.TdClassName
{
border-color: #B41C28;
}
.TagClassName
{
border-color: #B41C28;
}
</style>