Shades of Cardinal #B10737
Tints of Cardinal #B10737
RGB
CMYK
RGB Variations
Color information
#B10737 (or 0xB10737) is known color: Cardinal. HEX triplet: B1, 07 and 37. RGB value is (177,7,55). Sum of RGB (Red+Green+Blue) = 177+7+55=239 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.06% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 55 (21.88% from 255 or 23.01% from 239); Max value from RGB is 177 - color contains mainly: red. Hex color #B10737 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10737 is #4EF8C8. Grayscale: #3F3F3F. Windows color (decimal): -5175497 or 3606449. OLE color: 3606449.
HSL color Cylindrical-coordinate representation of color #B10737: hue angle of 343.06º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B10737 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 7 | 55 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.31 |
| HSL | 343.06º | 0.92% | 0.36% | - |
| HSV(B) | 343.06º | 0.96% | 0.69% | - |
| XYZ | 18.9 | 9.77 | 4.51 | - |
| YUV | 63.3 | 123.32 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 7 | 55 | 0 | 0.96 | 0.69 | 0.31 | 343.06 | 0.92 | 0.36 |
| Hex | B1 | 7 | 37 | 0 | 60 | 45 | 1F | 157 | 5C | 24 |
| Octal | 261 | 7 | 67 | 0 | 140 | 105 | 37 | 527 | 134 | 44 |
| Binary | 10110001 | 111 | 110111 | 0 | 1100000 | 1000101 | 11111 | 101010111 | 1011100 | 100100 |
Color Harmonies of #B10737
Complementary color
Monochromatic Colors of #B10737
Black with #B10737
Text Example
Text Example
White with #B10737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10737; }
p { color: rgb(177,7,55); }
H1.HeaderClassName
{
color: #B10737;
}
.AnyTagClassName
{
color: #B10737;
}
</style>
background-color css
<style>
a { background-color: #B10737; }
a { background-color: rgb(177,7,55); }
div.DivClassName
{
background-color: #B10737;
}
.BgClassName
{
background-color: #B10737;
}
</style>
border-color css
<style>
span { border-color: #B10737; }
span { border-color: rgb(177,7,55); }
td.TdClassName
{
border-color: #B10737;
}
.TagClassName
{
border-color: #B10737;
}
</style>