Shades of Cardinal #B11C3A
Tints of Cardinal #B11C3A
RGB
CMYK
RGB Variations
Color information
#B11C3A (or 0xB11C3A) is known color: Cardinal. HEX triplet: B1, 1C and 3A. RGB value is (177,28,58). Sum of RGB (Red+Green+Blue) = 177+28+58=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11C3A is #4EE3C5. Grayscale: #4C4C4C. Windows color (decimal): -5170118 or 3808433. OLE color: 3808433.
HSL color Cylindrical-coordinate representation of color #B11C3A: hue angle of 347.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 #B11C3A is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 28 | 58 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.31 |
| HSL | 347.92º | 0.73% | 0.4% | - |
| HSV(B) | 347.92º | 0.84% | 0.69% | - |
| XYZ | 19.31 | 10.48 | 5.01 | - |
| YUV | 75.97 | 117.86 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 28 | 58 | 0 | 0.84 | 0.67 | 0.31 | 347.92 | 0.73 | 0.4 |
| Hex | B1 | 1C | 3A | 0 | 54 | 43 | 1F | 15C | 49 | 28 |
| Octal | 261 | 34 | 72 | 0 | 124 | 103 | 37 | 534 | 111 | 50 |
| Binary | 10110001 | 11100 | 111010 | 0 | 1010100 | 1000011 | 11111 | 101011100 | 1001001 | 101000 |
Color Harmonies of #B11C3A
Complementary color
Monochromatic Colors of #B11C3A
Black with #B11C3A
Text Example
Text Example
White with #B11C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11C3A; }
p { color: rgb(177,28,58); }
H1.HeaderClassName
{
color: #B11C3A;
}
.AnyTagClassName
{
color: #B11C3A;
}
</style>
background-color css
<style>
a { background-color: #B11C3A; }
a { background-color: rgb(177,28,58); }
div.DivClassName
{
background-color: #B11C3A;
}
.BgClassName
{
background-color: #B11C3A;
}
</style>
border-color css
<style>
span { border-color: #B11C3A; }
span { border-color: rgb(177,28,58); }
td.TdClassName
{
border-color: #B11C3A;
}
.TagClassName
{
border-color: #B11C3A;
}
</style>