Shades of Cardinal #B01341
Tints of Cardinal #B01341
RGB
CMYK
RGB Variations
Color information
#B01341 (or 0xB01341) is known color: Cardinal. HEX triplet: B0, 13 and 41. RGB value is (176,19,65). Sum of RGB (Red+Green+Blue) = 176+19+65=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B01341 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01341 is #4FECBE. Grayscale: #474747. Windows color (decimal): -5237951 or 4264880. OLE color: 4264880.
HSL color Cylindrical-coordinate representation of color #B01341: hue angle of 342.42º 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 #B01341 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 19 | 65 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.31 |
| HSL | 342.42º | 0.81% | 0.38% | - |
| HSV(B) | 342.42º | 0.89% | 0.69% | - |
| XYZ | 19.09 | 10.08 | 5.94 | - |
| YUV | 71.19 | 124.51 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 19 | 65 | 0 | 0.89 | 0.63 | 0.31 | 342.42 | 0.81 | 0.38 |
| Hex | B0 | 13 | 41 | 0 | 59 | 3F | 1F | 156 | 51 | 26 |
| Octal | 260 | 23 | 101 | 0 | 131 | 77 | 37 | 526 | 121 | 46 |
| Binary | 10110000 | 10011 | 1000001 | 0 | 1011001 | 111111 | 11111 | 101010110 | 1010001 | 100110 |
Color Harmonies of #B01341
Complementary color
Monochromatic Colors of #B01341
Black with #B01341
Text Example
Text Example
White with #B01341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01341; }
p { color: rgb(176,19,65); }
H1.HeaderClassName
{
color: #B01341;
}
.AnyTagClassName
{
color: #B01341;
}
</style>
background-color css
<style>
a { background-color: #B01341; }
a { background-color: rgb(176,19,65); }
div.DivClassName
{
background-color: #B01341;
}
.BgClassName
{
background-color: #B01341;
}
</style>
border-color css
<style>
span { border-color: #B01341; }
span { border-color: rgb(176,19,65); }
td.TdClassName
{
border-color: #B01341;
}
.TagClassName
{
border-color: #B01341;
}
</style>