Shades of Cardinal #B10E31
Tints of Cardinal #B10E31
RGB
CMYK
RGB Variations
Color information
#B10E31 (or 0xB10E31) is known color: Cardinal. HEX triplet: B1, 0E and 31. RGB value is (177,14,49). Sum of RGB (Red+Green+Blue) = 177+14+49=240 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.75% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 177 - color contains mainly: red. Hex color #B10E31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10E31 is #4EF1CE. Grayscale: #424242. Windows color (decimal): -5173711 or 3215025. OLE color: 3215025.
HSL color Cylindrical-coordinate representation of color #B10E31: hue angle of 347.12º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B10E31 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 14 | 49 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.31 |
| HSL | 347.12º | 0.85% | 0.37% | - |
| HSV(B) | 347.12º | 0.92% | 0.69% | - |
| XYZ | 18.84 | 9.88 | 3.82 | - |
| YUV | 66.73 | 118 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 14 | 49 | 0 | 0.92 | 0.72 | 0.31 | 347.12 | 0.85 | 0.37 |
| Hex | B1 | E | 31 | 0 | 5C | 48 | 1F | 15B | 55 | 25 |
| Octal | 261 | 16 | 61 | 0 | 134 | 110 | 37 | 533 | 125 | 45 |
| Binary | 10110001 | 1110 | 110001 | 0 | 1011100 | 1001000 | 11111 | 101011011 | 1010101 | 100101 |
Color Harmonies of #B10E31
Complementary color
Monochromatic Colors of #B10E31
Black with #B10E31
Text Example
Text Example
White with #B10E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10E31; }
p { color: rgb(177,14,49); }
H1.HeaderClassName
{
color: #B10E31;
}
.AnyTagClassName
{
color: #B10E31;
}
</style>
background-color css
<style>
a { background-color: #B10E31; }
a { background-color: rgb(177,14,49); }
div.DivClassName
{
background-color: #B10E31;
}
.BgClassName
{
background-color: #B10E31;
}
</style>
border-color css
<style>
span { border-color: #B10E31; }
span { border-color: rgb(177,14,49); }
td.TdClassName
{
border-color: #B10E31;
}
.TagClassName
{
border-color: #B10E31;
}
</style>