Shades of Cardinal #B01336
Tints of Cardinal #B01336
RGB
CMYK
RGB Variations
Color information
#B01336 (or 0xB01336) is known color: Cardinal. HEX triplet: B0, 13 and 36. RGB value is (176,19,54). Sum of RGB (Red+Green+Blue) = 176+19+54=249 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.68% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 176 - color contains mainly: red. Hex color #B01336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01336 is #4FECC9. Grayscale: #454545. Windows color (decimal): -5237962 or 3543984. OLE color: 3543984.
HSL color Cylindrical-coordinate representation of color #B01336: hue angle of 346.62º degrees, saturation: 0.81, 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 #B01336 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 19 | 54 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.31 |
| HSL | 346.62º | 0.81% | 0.38% | - |
| HSV(B) | 346.62º | 0.89% | 0.69% | - |
| XYZ | 18.8 | 9.96 | 4.42 | - |
| YUV | 69.93 | 119.01 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 19 | 54 | 0 | 0.89 | 0.69 | 0.31 | 346.62 | 0.81 | 0.38 |
| Hex | B0 | 13 | 36 | 0 | 59 | 45 | 1F | 15B | 51 | 26 |
| Octal | 260 | 23 | 66 | 0 | 131 | 105 | 37 | 533 | 121 | 46 |
| Binary | 10110000 | 10011 | 110110 | 0 | 1011001 | 1000101 | 11111 | 101011011 | 1010001 | 100110 |
Color Harmonies of #B01336
Complementary color
Monochromatic Colors of #B01336
Black with #B01336
Text Example
Text Example
White with #B01336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01336; }
p { color: rgb(176,19,54); }
H1.HeaderClassName
{
color: #B01336;
}
.AnyTagClassName
{
color: #B01336;
}
</style>
background-color css
<style>
a { background-color: #B01336; }
a { background-color: rgb(176,19,54); }
div.DivClassName
{
background-color: #B01336;
}
.BgClassName
{
background-color: #B01336;
}
</style>
border-color css
<style>
span { border-color: #B01336; }
span { border-color: rgb(176,19,54); }
td.TdClassName
{
border-color: #B01336;
}
.TagClassName
{
border-color: #B01336;
}
</style>