Shades of Cardinal #B01029
Tints of Cardinal #B01029
RGB
CMYK
RGB Variations
Color information
#B01029 (or 0xB01029) is known color: Cardinal. HEX triplet: B0, 10 and 29. RGB value is (176,16,41). Sum of RGB (Red+Green+Blue) = 176+16+41=233 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.54% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 176 - color contains mainly: red. Hex color #B01029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01029 is #4FEFD6. Grayscale: #424242. Windows color (decimal): -5238743 or 2691248. OLE color: 2691248.
HSL color Cylindrical-coordinate representation of color #B01029: hue angle of 350.62º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B01029 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 16 | 41 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.31 |
| HSL | 350.63º | 0.83% | 0.38% | - |
| HSV(B) | 350.63º | 0.91% | 0.69% | - |
| XYZ | 18.49 | 9.76 | 3.01 | - |
| YUV | 66.69 | 113.51 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 41 | 0 | 0.91 | 0.77 | 0.31 | 350.63 | 0.83 | 0.38 |
| Hex | B0 | 10 | 29 | 0 | 5B | 4D | 1F | 15F | 53 | 26 |
| Octal | 260 | 20 | 51 | 0 | 133 | 115 | 37 | 537 | 123 | 46 |
| Binary | 10110000 | 10000 | 101001 | 0 | 1011011 | 1001101 | 11111 | 101011111 | 1010011 | 100110 |
Color Harmonies of #B01029
Complementary color
Monochromatic Colors of #B01029
Black with #B01029
Text Example
Text Example
White with #B01029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01029; }
p { color: rgb(176,16,41); }
H1.HeaderClassName
{
color: #B01029;
}
.AnyTagClassName
{
color: #B01029;
}
</style>
background-color css
<style>
a { background-color: #B01029; }
a { background-color: rgb(176,16,41); }
div.DivClassName
{
background-color: #B01029;
}
.BgClassName
{
background-color: #B01029;
}
</style>
border-color css
<style>
span { border-color: #B01029; }
span { border-color: rgb(176,16,41); }
td.TdClassName
{
border-color: #B01029;
}
.TagClassName
{
border-color: #B01029;
}
</style>