Shades of Cardinal #B11F3A
Tints of Cardinal #B11F3A
RGB
CMYK
RGB Variations
Color information
#B11F3A (or 0xB11F3A) is known color: Cardinal. HEX triplet: B1, 1F and 3A. RGB value is (177,31,58). Sum of RGB (Red+Green+Blue) = 177+31+58=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B11F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11F3A is #4EE0C5. Grayscale: #4D4D4D. Windows color (decimal): -5169350 or 3809201. OLE color: 3809201.
HSL color Cylindrical-coordinate representation of color #B11F3A: hue angle of 348.9º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B11F3A is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 31 | 58 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.31 |
| HSL | 348.9º | 0.7% | 0.41% | - |
| HSV(B) | 348.9º | 0.82% | 0.69% | - |
| XYZ | 19.39 | 10.63 | 5.03 | - |
| YUV | 77.73 | 116.87 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 31 | 58 | 0 | 0.82 | 0.67 | 0.31 | 348.9 | 0.7 | 0.41 |
| Hex | B1 | 1F | 3A | 0 | 52 | 43 | 1F | 15D | 46 | 29 |
| Octal | 261 | 37 | 72 | 0 | 122 | 103 | 37 | 535 | 106 | 51 |
| Binary | 10110001 | 11111 | 111010 | 0 | 1010010 | 1000011 | 11111 | 101011101 | 1000110 | 101001 |
Color Harmonies of #B11F3A
Complementary color
Monochromatic Colors of #B11F3A
Black with #B11F3A
Text Example
Text Example
White with #B11F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11F3A; }
p { color: rgb(177,31,58); }
H1.HeaderClassName
{
color: #B11F3A;
}
.AnyTagClassName
{
color: #B11F3A;
}
</style>
background-color css
<style>
a { background-color: #B11F3A; }
a { background-color: rgb(177,31,58); }
div.DivClassName
{
background-color: #B11F3A;
}
.BgClassName
{
background-color: #B11F3A;
}
</style>
border-color css
<style>
span { border-color: #B11F3A; }
span { border-color: rgb(177,31,58); }
td.TdClassName
{
border-color: #B11F3A;
}
.TagClassName
{
border-color: #B11F3A;
}
</style>