Shades of Cardinal #B01442
Tints of Cardinal #B01442
RGB
CMYK
RGB Variations
Color information
#B01442 (or 0xB01442) is known color: Cardinal. HEX triplet: B0, 14 and 42. RGB value is (176,20,66). Sum of RGB (Red+Green+Blue) = 176+20+66=262 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.18% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 176 - color contains mainly: red. Hex color #B01442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01442 is #4FEBBD. Grayscale: #474747. Windows color (decimal): -5237694 or 4330672. OLE color: 4330672.
HSL color Cylindrical-coordinate representation of color #B01442: hue angle of 342.31º 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 #B01442 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 20 | 66 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.31 |
| HSL | 342.31º | 0.8% | 0.38% | - |
| HSV(B) | 342.31º | 0.89% | 0.69% | - |
| XYZ | 19.14 | 10.12 | 6.1 | - |
| YUV | 71.89 | 124.68 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 20 | 66 | 0 | 0.89 | 0.62 | 0.31 | 342.31 | 0.8 | 0.38 |
| Hex | B0 | 14 | 42 | 0 | 59 | 3E | 1F | 156 | 50 | 26 |
| Octal | 260 | 24 | 102 | 0 | 131 | 76 | 37 | 526 | 120 | 46 |
| Binary | 10110000 | 10100 | 1000010 | 0 | 1011001 | 111110 | 11111 | 101010110 | 1010000 | 100110 |
Color Harmonies of #B01442
Complementary color
Monochromatic Colors of #B01442
Black with #B01442
Text Example
Text Example
White with #B01442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01442; }
p { color: rgb(176,20,66); }
H1.HeaderClassName
{
color: #B01442;
}
.AnyTagClassName
{
color: #B01442;
}
</style>
background-color css
<style>
a { background-color: #B01442; }
a { background-color: rgb(176,20,66); }
div.DivClassName
{
background-color: #B01442;
}
.BgClassName
{
background-color: #B01442;
}
</style>
border-color css
<style>
span { border-color: #B01442; }
span { border-color: rgb(176,20,66); }
td.TdClassName
{
border-color: #B01442;
}
.TagClassName
{
border-color: #B01442;
}
</style>