Shades of Cardinal #B41432
Tints of Cardinal #B41432
RGB
CMYK
RGB Variations
Color information
#B41432 (or 0xB41432) is known color: Cardinal. HEX triplet: B4, 14 and 32. RGB value is (180,20,50). Sum of RGB (Red+Green+Blue) = 180+20+50=250 (33% of max value = 765). Red value is 180 (70.70% from 255 or 72% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 180 - color contains mainly: red. Hex color #B41432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41432 is #4BEBCD. Grayscale: #474747. Windows color (decimal): -4975566 or 3282100. OLE color: 3282100.
HSL color Cylindrical-coordinate representation of color #B41432: hue angle of 348.75º 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 #B41432 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 20 | 50 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.29 |
| HSL | 348.75º | 0.8% | 0.39% | - |
| HSV(B) | 348.75º | 0.89% | 0.71% | - |
| XYZ | 19.65 | 10.43 | 4 | - |
| YUV | 71.26 | 116.01 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 20 | 50 | 0 | 0.89 | 0.72 | 0.29 | 348.75 | 0.8 | 0.39 |
| Hex | B4 | 14 | 32 | 0 | 59 | 48 | 1D | 15D | 50 | 27 |
| Octal | 264 | 24 | 62 | 0 | 131 | 110 | 35 | 535 | 120 | 47 |
| Binary | 10110100 | 10100 | 110010 | 0 | 1011001 | 1001000 | 11101 | 101011101 | 1010000 | 100111 |
Color Harmonies of #B41432
Complementary color
Monochromatic Colors of #B41432
Black with #B41432
Text Example
Text Example
White with #B41432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41432; }
p { color: rgb(180,20,50); }
H1.HeaderClassName
{
color: #B41432;
}
.AnyTagClassName
{
color: #B41432;
}
</style>
background-color css
<style>
a { background-color: #B41432; }
a { background-color: rgb(180,20,50); }
div.DivClassName
{
background-color: #B41432;
}
.BgClassName
{
background-color: #B41432;
}
</style>
border-color css
<style>
span { border-color: #B41432; }
span { border-color: rgb(180,20,50); }
td.TdClassName
{
border-color: #B41432;
}
.TagClassName
{
border-color: #B41432;
}
</style>