Shades of Cardinal #B01144
Tints of Cardinal #B01144
RGB
CMYK
RGB Variations
Color information
#B01144 (or 0xB01144) is known color: Cardinal. HEX triplet: B0, 11 and 44. RGB value is (176,17,68). Sum of RGB (Red+Green+Blue) = 176+17+68=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B01144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01144 is #4FEEBB. Grayscale: #464646. Windows color (decimal): -5238460 or 4460976. OLE color: 4460976.
HSL color Cylindrical-coordinate representation of color #B01144: hue angle of 340.75º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B01144 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 17 | 68 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.31 |
| HSL | 340.75º | 0.82% | 0.38% | - |
| HSV(B) | 340.75º | 0.9% | 0.69% | - |
| XYZ | 19.15 | 10.05 | 6.4 | - |
| YUV | 70.36 | 126.68 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 17 | 68 | 0 | 0.90 | 0.61 | 0.31 | 340.75 | 0.82 | 0.38 |
| Hex | B0 | 11 | 44 | 0 | 5A | 3D | 1F | 155 | 52 | 26 |
| Octal | 260 | 21 | 104 | 0 | 132 | 75 | 37 | 525 | 122 | 46 |
| Binary | 10110000 | 10001 | 1000100 | 0 | 1011010 | 111101 | 11111 | 101010101 | 1010010 | 100110 |
Color Harmonies of #B01144
Complementary color
Monochromatic Colors of #B01144
Black with #B01144
Text Example
Text Example
White with #B01144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01144; }
p { color: rgb(176,17,68); }
H1.HeaderClassName
{
color: #B01144;
}
.AnyTagClassName
{
color: #B01144;
}
</style>
background-color css
<style>
a { background-color: #B01144; }
a { background-color: rgb(176,17,68); }
div.DivClassName
{
background-color: #B01144;
}
.BgClassName
{
background-color: #B01144;
}
</style>
border-color css
<style>
span { border-color: #B01144; }
span { border-color: rgb(176,17,68); }
td.TdClassName
{
border-color: #B01144;
}
.TagClassName
{
border-color: #B01144;
}
</style>