Shades of Cardinal #B41445
Tints of Cardinal #B41445
RGB
CMYK
RGB Variations
Color information
#B41445 (or 0xB41445) is known color: Cardinal. HEX triplet: B4, 14 and 45. RGB value is (180,20,69). Sum of RGB (Red+Green+Blue) = 180+20+69=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B41445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41445 is #4BEBBA. Grayscale: #494949. Windows color (decimal): -4975547 or 4527284. OLE color: 4527284.
HSL color Cylindrical-coordinate representation of color #B41445: hue angle of 341.62º degrees, saturation: 0.8, 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 #B41445 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 20 | 69 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.29 |
| HSL | 341.63º | 0.8% | 0.39% | - |
| HSV(B) | 341.63º | 0.89% | 0.71% | - |
| XYZ | 20.15 | 10.63 | 6.62 | - |
| YUV | 73.43 | 125.51 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 20 | 69 | 0 | 0.89 | 0.62 | 0.29 | 341.63 | 0.8 | 0.39 |
| Hex | B4 | 14 | 45 | 0 | 59 | 3E | 1D | 156 | 50 | 27 |
| Octal | 264 | 24 | 105 | 0 | 131 | 76 | 35 | 526 | 120 | 47 |
| Binary | 10110100 | 10100 | 1000101 | 0 | 1011001 | 111110 | 11101 | 101010110 | 1010000 | 100111 |
Color Harmonies of #B41445
Complementary color
Monochromatic Colors of #B41445
Black with #B41445
Text Example
Text Example
White with #B41445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41445; }
p { color: rgb(180,20,69); }
H1.HeaderClassName
{
color: #B41445;
}
.AnyTagClassName
{
color: #B41445;
}
</style>
background-color css
<style>
a { background-color: #B41445; }
a { background-color: rgb(180,20,69); }
div.DivClassName
{
background-color: #B41445;
}
.BgClassName
{
background-color: #B41445;
}
</style>
border-color css
<style>
span { border-color: #B41445; }
span { border-color: rgb(180,20,69); }
td.TdClassName
{
border-color: #B41445;
}
.TagClassName
{
border-color: #B41445;
}
</style>