Shades of Cardinal #B11F3E
Tints of Cardinal #B11F3E
RGB
CMYK
RGB Variations
Color information
#B11F3E (or 0xB11F3E) is known color: Cardinal. HEX triplet: B1, 1F and 3E. RGB value is (177,31,62). Sum of RGB (Red+Green+Blue) = 177+31+62=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B11F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11F3E is #4EE0C1. Grayscale: #4E4E4E. Windows color (decimal): -5169346 or 4071345. OLE color: 4071345.
HSL color Cylindrical-coordinate representation of color #B11F3E: hue angle of 347.26º 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 #B11F3E is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 31 | 62 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.31 |
| HSL | 347.26º | 0.7% | 0.41% | - |
| HSV(B) | 347.26º | 0.82% | 0.69% | - |
| XYZ | 19.49 | 10.67 | 5.59 | - |
| YUV | 78.19 | 118.87 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 31 | 62 | 0 | 0.82 | 0.65 | 0.31 | 347.26 | 0.7 | 0.41 |
| Hex | B1 | 1F | 3E | 0 | 52 | 41 | 1F | 15B | 46 | 29 |
| Octal | 261 | 37 | 76 | 0 | 122 | 101 | 37 | 533 | 106 | 51 |
| Binary | 10110001 | 11111 | 111110 | 0 | 1010010 | 1000001 | 11111 | 101011011 | 1000110 | 101001 |
Color Harmonies of #B11F3E
Complementary color
Monochromatic Colors of #B11F3E
Black with #B11F3E
Text Example
Text Example
White with #B11F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11F3E; }
p { color: rgb(177,31,62); }
H1.HeaderClassName
{
color: #B11F3E;
}
.AnyTagClassName
{
color: #B11F3E;
}
</style>
background-color css
<style>
a { background-color: #B11F3E; }
a { background-color: rgb(177,31,62); }
div.DivClassName
{
background-color: #B11F3E;
}
.BgClassName
{
background-color: #B11F3E;
}
</style>
border-color css
<style>
span { border-color: #B11F3E; }
span { border-color: rgb(177,31,62); }
td.TdClassName
{
border-color: #B11F3E;
}
.TagClassName
{
border-color: #B11F3E;
}
</style>