Shades of Cardinal #B01441
Tints of Cardinal #B01441
RGB
CMYK
RGB Variations
Color information
#B01441 (or 0xB01441) is known color: Cardinal. HEX triplet: B0, 14 and 41. RGB value is (176,20,65). Sum of RGB (Red+Green+Blue) = 176+20+65=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B01441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01441 is #4FEBBE. Grayscale: #474747. Windows color (decimal): -5237695 or 4265136. OLE color: 4265136.
HSL color Cylindrical-coordinate representation of color #B01441: hue angle of 342.69º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B01441 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 20 | 65 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.31 |
| HSL | 342.69º | 0.8% | 0.38% | - |
| HSV(B) | 342.69º | 0.89% | 0.69% | - |
| XYZ | 19.11 | 10.11 | 5.95 | - |
| YUV | 71.77 | 124.18 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 20 | 65 | 0 | 0.89 | 0.63 | 0.31 | 342.69 | 0.8 | 0.38 |
| Hex | B0 | 14 | 41 | 0 | 59 | 3F | 1F | 157 | 50 | 26 |
| Octal | 260 | 24 | 101 | 0 | 131 | 77 | 37 | 527 | 120 | 46 |
| Binary | 10110000 | 10100 | 1000001 | 0 | 1011001 | 111111 | 11111 | 101010111 | 1010000 | 100110 |
Color Harmonies of #B01441
Complementary color
Monochromatic Colors of #B01441
Black with #B01441
Text Example
Text Example
White with #B01441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01441; }
p { color: rgb(176,20,65); }
H1.HeaderClassName
{
color: #B01441;
}
.AnyTagClassName
{
color: #B01441;
}
</style>
background-color css
<style>
a { background-color: #B01441; }
a { background-color: rgb(176,20,65); }
div.DivClassName
{
background-color: #B01441;
}
.BgClassName
{
background-color: #B01441;
}
</style>
border-color css
<style>
span { border-color: #B01441; }
span { border-color: rgb(176,20,65); }
td.TdClassName
{
border-color: #B01441;
}
.TagClassName
{
border-color: #B01441;
}
</style>