Shades of Cardinal #B01333
Tints of Cardinal #B01333
RGB
CMYK
RGB Variations
Color information
#B01333 (or 0xB01333) is known color: Cardinal. HEX triplet: B0, 13 and 33. RGB value is (176,19,51). Sum of RGB (Red+Green+Blue) = 176+19+51=246 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.54% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 176 - color contains mainly: red. Hex color #B01333 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01333 is #4FECCC. Grayscale: #454545. Windows color (decimal): -5237965 or 3347376. OLE color: 3347376.
HSL color Cylindrical-coordinate representation of color #B01333: hue angle of 347.77º 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 #B01333 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 19 | 51 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.31 |
| HSL | 347.77º | 0.81% | 0.38% | - |
| HSV(B) | 347.77º | 0.89% | 0.69% | - |
| XYZ | 18.73 | 9.93 | 4.06 | - |
| YUV | 69.59 | 117.51 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 19 | 51 | 0 | 0.89 | 0.71 | 0.31 | 347.77 | 0.81 | 0.38 |
| Hex | B0 | 13 | 33 | 0 | 59 | 47 | 1F | 15C | 51 | 26 |
| Octal | 260 | 23 | 63 | 0 | 131 | 107 | 37 | 534 | 121 | 46 |
| Binary | 10110000 | 10011 | 110011 | 0 | 1011001 | 1000111 | 11111 | 101011100 | 1010001 | 100110 |
Color Harmonies of #B01333
Complementary color
Monochromatic Colors of #B01333
Black with #B01333
Text Example
Text Example
White with #B01333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01333; }
p { color: rgb(176,19,51); }
H1.HeaderClassName
{
color: #B01333;
}
.AnyTagClassName
{
color: #B01333;
}
</style>
background-color css
<style>
a { background-color: #B01333; }
a { background-color: rgb(176,19,51); }
div.DivClassName
{
background-color: #B01333;
}
.BgClassName
{
background-color: #B01333;
}
</style>
border-color css
<style>
span { border-color: #B01333; }
span { border-color: rgb(176,19,51); }
td.TdClassName
{
border-color: #B01333;
}
.TagClassName
{
border-color: #B01333;
}
</style>