Shades of Cardinal #B10636
Tints of Cardinal #B10636
RGB
CMYK
RGB Variations
Color information
#B10636 (or 0xB10636) is known color: Cardinal. HEX triplet: B1, 06 and 36. RGB value is (177,6,54). Sum of RGB (Red+Green+Blue) = 177+6+54=237 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.68% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 177 - color contains mainly: red. Hex color #B10636 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10636 is #4EF9C9. Grayscale: #3E3E3E. Windows color (decimal): -5175754 or 3540657. OLE color: 3540657.
HSL color Cylindrical-coordinate representation of color #B10636: hue angle of 343.16º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B10636 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 6 | 54 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.31 |
| HSL | 343.16º | 0.93% | 0.36% | - |
| HSV(B) | 343.16º | 0.97% | 0.69% | - |
| XYZ | 18.86 | 9.74 | 4.38 | - |
| YUV | 62.6 | 123.15 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 6 | 54 | 0 | 0.97 | 0.69 | 0.31 | 343.16 | 0.93 | 0.36 |
| Hex | B1 | 6 | 36 | 0 | 61 | 45 | 1F | 157 | 5D | 24 |
| Octal | 261 | 6 | 66 | 0 | 141 | 105 | 37 | 527 | 135 | 44 |
| Binary | 10110001 | 110 | 110110 | 0 | 1100001 | 1000101 | 11111 | 101010111 | 1011101 | 100100 |
Color Harmonies of #B10636
Complementary color
Monochromatic Colors of #B10636
Black with #B10636
Text Example
Text Example
White with #B10636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10636; }
p { color: rgb(177,6,54); }
H1.HeaderClassName
{
color: #B10636;
}
.AnyTagClassName
{
color: #B10636;
}
</style>
background-color css
<style>
a { background-color: #B10636; }
a { background-color: rgb(177,6,54); }
div.DivClassName
{
background-color: #B10636;
}
.BgClassName
{
background-color: #B10636;
}
</style>
border-color css
<style>
span { border-color: #B10636; }
span { border-color: rgb(177,6,54); }
td.TdClassName
{
border-color: #B10636;
}
.TagClassName
{
border-color: #B10636;
}
</style>