Shades of Cardinal #B01C2B
Tints of Cardinal #B01C2B
RGB
CMYK
RGB Variations
Color information
#B01C2B (or 0xB01C2B) is known color: Cardinal. HEX triplet: B0, 1C and 2B. RGB value is (176,28,43). Sum of RGB (Red+Green+Blue) = 176+28+43=247 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.26% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01C2B is #4FE3D4. Grayscale: #4A4A4A. Windows color (decimal): -5235669 or 2825392. OLE color: 2825392.
HSL color Cylindrical-coordinate representation of color #B01C2B: hue angle of 353.92º degrees, saturation: 0.73, 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 #B01C2B is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 28 | 43 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.31 |
| HSL | 353.92º | 0.73% | 0.4% | - |
| HSV(B) | 353.92º | 0.84% | 0.69% | - |
| XYZ | 18.76 | 10.24 | 3.27 | - |
| YUV | 73.96 | 110.53 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 28 | 43 | 0 | 0.84 | 0.76 | 0.31 | 353.92 | 0.73 | 0.4 |
| Hex | B0 | 1C | 2B | 0 | 54 | 4C | 1F | 162 | 49 | 28 |
| Octal | 260 | 34 | 53 | 0 | 124 | 114 | 37 | 542 | 111 | 50 |
| Binary | 10110000 | 11100 | 101011 | 0 | 1010100 | 1001100 | 11111 | 101100010 | 1001001 | 101000 |
Color Harmonies of #B01C2B
Complementary color
Monochromatic Colors of #B01C2B
Black with #B01C2B
Text Example
Text Example
White with #B01C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01C2B; }
p { color: rgb(176,28,43); }
H1.HeaderClassName
{
color: #B01C2B;
}
.AnyTagClassName
{
color: #B01C2B;
}
</style>
background-color css
<style>
a { background-color: #B01C2B; }
a { background-color: rgb(176,28,43); }
div.DivClassName
{
background-color: #B01C2B;
}
.BgClassName
{
background-color: #B01C2B;
}
</style>
border-color css
<style>
span { border-color: #B01C2B; }
span { border-color: rgb(176,28,43); }
td.TdClassName
{
border-color: #B01C2B;
}
.TagClassName
{
border-color: #B01C2B;
}
</style>