Shades of Cardinal #B01C3B
Tints of Cardinal #B01C3B
RGB
CMYK
RGB Variations
Color information
#B01C3B (or 0xB01C3B) is known color: Cardinal. HEX triplet: B0, 1C and 3B. RGB value is (176,28,59). Sum of RGB (Red+Green+Blue) = 176+28+59=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 59 (23.44% from 255 or 22.43% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01C3B is #4FE3C4. Grayscale: #4B4B4B. Windows color (decimal): -5235653 or 3873968. OLE color: 3873968.
HSL color Cylindrical-coordinate representation of color #B01C3B: hue angle of 347.43º 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 #B01C3B is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 28 | 59 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.31 |
| HSL | 347.43º | 0.73% | 0.4% | - |
| HSV(B) | 347.43º | 0.84% | 0.69% | - |
| XYZ | 19.11 | 10.38 | 5.13 | - |
| YUV | 75.79 | 118.53 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 28 | 59 | 0 | 0.84 | 0.66 | 0.31 | 347.43 | 0.73 | 0.4 |
| Hex | B0 | 1C | 3B | 0 | 54 | 42 | 1F | 15B | 49 | 28 |
| Octal | 260 | 34 | 73 | 0 | 124 | 102 | 37 | 533 | 111 | 50 |
| Binary | 10110000 | 11100 | 111011 | 0 | 1010100 | 1000010 | 11111 | 101011011 | 1001001 | 101000 |
Color Harmonies of #B01C3B
Complementary color
Monochromatic Colors of #B01C3B
Black with #B01C3B
Text Example
Text Example
White with #B01C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01C3B; }
p { color: rgb(176,28,59); }
H1.HeaderClassName
{
color: #B01C3B;
}
.AnyTagClassName
{
color: #B01C3B;
}
</style>
background-color css
<style>
a { background-color: #B01C3B; }
a { background-color: rgb(176,28,59); }
div.DivClassName
{
background-color: #B01C3B;
}
.BgClassName
{
background-color: #B01C3B;
}
</style>
border-color css
<style>
span { border-color: #B01C3B; }
span { border-color: rgb(176,28,59); }
td.TdClassName
{
border-color: #B01C3B;
}
.TagClassName
{
border-color: #B01C3B;
}
</style>