Shades of Cardinal #B01B3A
Tints of Cardinal #B01B3A
RGB
CMYK
RGB Variations
Color information
#B01B3A (or 0xB01B3A) is known color: Cardinal. HEX triplet: B0, 1B and 3A. RGB value is (176,27,58). Sum of RGB (Red+Green+Blue) = 176+27+58=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B01B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01B3A is #4FE4C5. Grayscale: #4B4B4B. Windows color (decimal): -5235910 or 3808176. OLE color: 3808176.
HSL color Cylindrical-coordinate representation of color #B01B3A: hue angle of 347.52º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01B3A is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 27 | 58 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.31 |
| HSL | 347.52º | 0.73% | 0.4% | - |
| HSV(B) | 347.52º | 0.85% | 0.69% | - |
| XYZ | 19.06 | 10.32 | 4.99 | - |
| YUV | 75.09 | 118.36 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 27 | 58 | 0 | 0.85 | 0.67 | 0.31 | 347.52 | 0.73 | 0.4 |
| Hex | B0 | 1B | 3A | 0 | 55 | 43 | 1F | 15C | 49 | 28 |
| Octal | 260 | 33 | 72 | 0 | 125 | 103 | 37 | 534 | 111 | 50 |
| Binary | 10110000 | 11011 | 111010 | 0 | 1010101 | 1000011 | 11111 | 101011100 | 1001001 | 101000 |
Color Harmonies of #B01B3A
Complementary color
Monochromatic Colors of #B01B3A
Black with #B01B3A
Text Example
Text Example
White with #B01B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01B3A; }
p { color: rgb(176,27,58); }
H1.HeaderClassName
{
color: #B01B3A;
}
.AnyTagClassName
{
color: #B01B3A;
}
</style>
background-color css
<style>
a { background-color: #B01B3A; }
a { background-color: rgb(176,27,58); }
div.DivClassName
{
background-color: #B01B3A;
}
.BgClassName
{
background-color: #B01B3A;
}
</style>
border-color css
<style>
span { border-color: #B01B3A; }
span { border-color: rgb(176,27,58); }
td.TdClassName
{
border-color: #B01B3A;
}
.TagClassName
{
border-color: #B01B3A;
}
</style>