Shades of Cardinal #B11C3E
Tints of Cardinal #B11C3E
RGB
CMYK
RGB Variations
Color information
#B11C3E (or 0xB11C3E) is known color: Cardinal. HEX triplet: B1, 1C and 3E. RGB value is (177,28,62). Sum of RGB (Red+Green+Blue) = 177+28+62=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11C3E is #4EE3C1. Grayscale: #4C4C4C. Windows color (decimal): -5170114 or 4070577. OLE color: 4070577.
HSL color Cylindrical-coordinate representation of color #B11C3E: hue angle of 346.31º 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 #B11C3E is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 28 | 62 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.31 |
| HSL | 346.31º | 0.73% | 0.4% | - |
| HSV(B) | 346.31º | 0.84% | 0.69% | - |
| XYZ | 19.42 | 10.53 | 5.57 | - |
| YUV | 76.43 | 119.86 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 28 | 62 | 0 | 0.84 | 0.65 | 0.31 | 346.31 | 0.73 | 0.4 |
| Hex | B1 | 1C | 3E | 0 | 54 | 41 | 1F | 15A | 49 | 28 |
| Octal | 261 | 34 | 76 | 0 | 124 | 101 | 37 | 532 | 111 | 50 |
| Binary | 10110001 | 11100 | 111110 | 0 | 1010100 | 1000001 | 11111 | 101011010 | 1001001 | 101000 |
Color Harmonies of #B11C3E
Complementary color
Monochromatic Colors of #B11C3E
Black with #B11C3E
Text Example
Text Example
White with #B11C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11C3E; }
p { color: rgb(177,28,62); }
H1.HeaderClassName
{
color: #B11C3E;
}
.AnyTagClassName
{
color: #B11C3E;
}
</style>
background-color css
<style>
a { background-color: #B11C3E; }
a { background-color: rgb(177,28,62); }
div.DivClassName
{
background-color: #B11C3E;
}
.BgClassName
{
background-color: #B11C3E;
}
</style>
border-color css
<style>
span { border-color: #B11C3E; }
span { border-color: rgb(177,28,62); }
td.TdClassName
{
border-color: #B11C3E;
}
.TagClassName
{
border-color: #B11C3E;
}
</style>