Shades of Cardinal #B01238
Tints of Cardinal #B01238
RGB
CMYK
RGB Variations
Color information
#B01238 (or 0xB01238) is known color: Cardinal. HEX triplet: B0, 12 and 38. RGB value is (176,18,56). Sum of RGB (Red+Green+Blue) = 176+18+56=250 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.4% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 176 - color contains mainly: red. Hex color #B01238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01238 is #4FEDC7. Grayscale: #454545. Windows color (decimal): -5238216 or 3674800. OLE color: 3674800.
HSL color Cylindrical-coordinate representation of color #B01238: hue angle of 345.57º degrees, saturation: 0.81, 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 #B01238 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 18 | 56 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.31 |
| HSL | 345.57º | 0.81% | 0.38% | - |
| HSV(B) | 345.57º | 0.9% | 0.69% | - |
| XYZ | 18.83 | 9.95 | 4.67 | - |
| YUV | 69.57 | 120.35 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 18 | 56 | 0 | 0.90 | 0.68 | 0.31 | 345.57 | 0.81 | 0.38 |
| Hex | B0 | 12 | 38 | 0 | 5A | 44 | 1F | 15A | 51 | 26 |
| Octal | 260 | 22 | 70 | 0 | 132 | 104 | 37 | 532 | 121 | 46 |
| Binary | 10110000 | 10010 | 111000 | 0 | 1011010 | 1000100 | 11111 | 101011010 | 1010001 | 100110 |
Color Harmonies of #B01238
Complementary color
Monochromatic Colors of #B01238
Black with #B01238
Text Example
Text Example
White with #B01238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01238; }
p { color: rgb(176,18,56); }
H1.HeaderClassName
{
color: #B01238;
}
.AnyTagClassName
{
color: #B01238;
}
</style>
background-color css
<style>
a { background-color: #B01238; }
a { background-color: rgb(176,18,56); }
div.DivClassName
{
background-color: #B01238;
}
.BgClassName
{
background-color: #B01238;
}
</style>
border-color css
<style>
span { border-color: #B01238; }
span { border-color: rgb(176,18,56); }
td.TdClassName
{
border-color: #B01238;
}
.TagClassName
{
border-color: #B01238;
}
</style>