Shades of Cardinal #B01D3A
Tints of Cardinal #B01D3A
RGB
CMYK
RGB Variations
Color information
#B01D3A (or 0xB01D3A) is known color: Cardinal. HEX triplet: B0, 1D and 3A. RGB value is (176,29,58). Sum of RGB (Red+Green+Blue) = 176+29+58=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 29 (11.72% from 255 or 11.03% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B01D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01D3A is #4FE2C5. Grayscale: #4C4C4C. Windows color (decimal): -5235398 or 3808688. OLE color: 3808688.
HSL color Cylindrical-coordinate representation of color #B01D3A: hue angle of 348.16º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01D3A is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 29 | 58 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.31 |
| HSL | 348.16º | 0.72% | 0.4% | - |
| HSV(B) | 348.16º | 0.84% | 0.69% | - |
| XYZ | 19.11 | 10.41 | 5.01 | - |
| YUV | 76.26 | 117.7 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 29 | 58 | 0 | 0.84 | 0.67 | 0.31 | 348.16 | 0.72 | 0.4 |
| Hex | B0 | 1D | 3A | 0 | 54 | 43 | 1F | 15C | 48 | 28 |
| Octal | 260 | 35 | 72 | 0 | 124 | 103 | 37 | 534 | 110 | 50 |
| Binary | 10110000 | 11101 | 111010 | 0 | 1010100 | 1000011 | 11111 | 101011100 | 1001000 | 101000 |
Color Harmonies of #B01D3A
Complementary color
Monochromatic Colors of #B01D3A
Black with #B01D3A
Text Example
Text Example
White with #B01D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01D3A; }
p { color: rgb(176,29,58); }
H1.HeaderClassName
{
color: #B01D3A;
}
.AnyTagClassName
{
color: #B01D3A;
}
</style>
background-color css
<style>
a { background-color: #B01D3A; }
a { background-color: rgb(176,29,58); }
div.DivClassName
{
background-color: #B01D3A;
}
.BgClassName
{
background-color: #B01D3A;
}
</style>
border-color css
<style>
span { border-color: #B01D3A; }
span { border-color: rgb(176,29,58); }
td.TdClassName
{
border-color: #B01D3A;
}
.TagClassName
{
border-color: #B01D3A;
}
</style>