Shades of Cardinal #B10F2D
Tints of Cardinal #B10F2D
RGB
CMYK
RGB Variations
Color information
#B10F2D (or 0xB10F2D) is known color: Cardinal. HEX triplet: B1, 0F and 2D. RGB value is (177,15,45). Sum of RGB (Red+Green+Blue) = 177+15+45=237 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.68% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 177 - color contains mainly: red. Hex color #B10F2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10F2D is #4EF0D2. Grayscale: #424242. Windows color (decimal): -5173459 or 2953137. OLE color: 2953137.
HSL color Cylindrical-coordinate representation of color #B10F2D: hue angle of 348.89º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B10F2D is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 15 | 45 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.31 |
| HSL | 348.89º | 0.84% | 0.38% | - |
| HSV(B) | 348.89º | 0.92% | 0.69% | - |
| XYZ | 18.78 | 9.88 | 3.4 | - |
| YUV | 66.86 | 115.67 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 15 | 45 | 0 | 0.92 | 0.75 | 0.31 | 348.89 | 0.84 | 0.38 |
| Hex | B1 | F | 2D | 0 | 5C | 4B | 1F | 15D | 54 | 26 |
| Octal | 261 | 17 | 55 | 0 | 134 | 113 | 37 | 535 | 124 | 46 |
| Binary | 10110001 | 1111 | 101101 | 0 | 1011100 | 1001011 | 11111 | 101011101 | 1010100 | 100110 |
Color Harmonies of #B10F2D
Complementary color
Monochromatic Colors of #B10F2D
Black with #B10F2D
Text Example
Text Example
White with #B10F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10F2D; }
p { color: rgb(177,15,45); }
H1.HeaderClassName
{
color: #B10F2D;
}
.AnyTagClassName
{
color: #B10F2D;
}
</style>
background-color css
<style>
a { background-color: #B10F2D; }
a { background-color: rgb(177,15,45); }
div.DivClassName
{
background-color: #B10F2D;
}
.BgClassName
{
background-color: #B10F2D;
}
</style>
border-color css
<style>
span { border-color: #B10F2D; }
span { border-color: rgb(177,15,45); }
td.TdClassName
{
border-color: #B10F2D;
}
.TagClassName
{
border-color: #B10F2D;
}
</style>