Shades of Cardinal #B01D3C
Tints of Cardinal #B01D3C
RGB
CMYK
RGB Variations
Color information
#B01D3C (or 0xB01D3C) is known color: Cardinal. HEX triplet: B0, 1D and 3C. RGB value is (176,29,60). Sum of RGB (Red+Green+Blue) = 176+29+60=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B01D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01D3C is #4FE2C3. Grayscale: #4C4C4C. Windows color (decimal): -5235396 or 3939760. OLE color: 3939760.
HSL color Cylindrical-coordinate representation of color #B01D3C: hue angle of 347.35º 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 #B01D3C is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 29 | 60 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.31 |
| HSL | 347.35º | 0.72% | 0.4% | - |
| HSV(B) | 347.35º | 0.84% | 0.69% | - |
| XYZ | 19.16 | 10.44 | 5.28 | - |
| YUV | 76.49 | 118.7 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 29 | 60 | 0 | 0.84 | 0.66 | 0.31 | 347.35 | 0.72 | 0.4 |
| Hex | B0 | 1D | 3C | 0 | 54 | 42 | 1F | 15B | 48 | 28 |
| Octal | 260 | 35 | 74 | 0 | 124 | 102 | 37 | 533 | 110 | 50 |
| Binary | 10110000 | 11101 | 111100 | 0 | 1010100 | 1000010 | 11111 | 101011011 | 1001000 | 101000 |
Color Harmonies of #B01D3C
Complementary color
Monochromatic Colors of #B01D3C
Black with #B01D3C
Text Example
Text Example
White with #B01D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01D3C; }
p { color: rgb(176,29,60); }
H1.HeaderClassName
{
color: #B01D3C;
}
.AnyTagClassName
{
color: #B01D3C;
}
</style>
background-color css
<style>
a { background-color: #B01D3C; }
a { background-color: rgb(176,29,60); }
div.DivClassName
{
background-color: #B01D3C;
}
.BgClassName
{
background-color: #B01D3C;
}
</style>
border-color css
<style>
span { border-color: #B01D3C; }
span { border-color: rgb(176,29,60); }
td.TdClassName
{
border-color: #B01D3C;
}
.TagClassName
{
border-color: #B01D3C;
}
</style>