Shades of Cardinal #B10F36
Tints of Cardinal #B10F36
RGB
CMYK
RGB Variations
Color information
#B10F36 (or 0xB10F36) is known color: Cardinal. HEX triplet: B1, 0F and 36. RGB value is (177,15,54). Sum of RGB (Red+Green+Blue) = 177+15+54=246 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.95% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 177 - color contains mainly: red. Hex color #B10F36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10F36 is #4EF0C9. Grayscale: #434343. Windows color (decimal): -5173450 or 3542961. OLE color: 3542961.
HSL color Cylindrical-coordinate representation of color #B10F36: hue angle of 345.56º 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 #B10F36 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 15 | 54 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.31 |
| HSL | 345.56º | 0.84% | 0.38% | - |
| HSV(B) | 345.56º | 0.92% | 0.69% | - |
| XYZ | 18.97 | 9.96 | 4.41 | - |
| YUV | 67.88 | 120.17 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 15 | 54 | 0 | 0.92 | 0.69 | 0.31 | 345.56 | 0.84 | 0.38 |
| Hex | B1 | F | 36 | 0 | 5C | 45 | 1F | 15A | 54 | 26 |
| Octal | 261 | 17 | 66 | 0 | 134 | 105 | 37 | 532 | 124 | 46 |
| Binary | 10110001 | 1111 | 110110 | 0 | 1011100 | 1000101 | 11111 | 101011010 | 1010100 | 100110 |
Color Harmonies of #B10F36
Complementary color
Monochromatic Colors of #B10F36
Black with #B10F36
Text Example
Text Example
White with #B10F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10F36; }
p { color: rgb(177,15,54); }
H1.HeaderClassName
{
color: #B10F36;
}
.AnyTagClassName
{
color: #B10F36;
}
</style>
background-color css
<style>
a { background-color: #B10F36; }
a { background-color: rgb(177,15,54); }
div.DivClassName
{
background-color: #B10F36;
}
.BgClassName
{
background-color: #B10F36;
}
</style>
border-color css
<style>
span { border-color: #B10F36; }
span { border-color: rgb(177,15,54); }
td.TdClassName
{
border-color: #B10F36;
}
.TagClassName
{
border-color: #B10F36;
}
</style>