Shades of Cardinal #B10740
Tints of Cardinal #B10740
RGB
CMYK
RGB Variations
Color information
#B10740 (or 0xB10740) is known color: Cardinal. HEX triplet: B1, 07 and 40. RGB value is (177,7,64). Sum of RGB (Red+Green+Blue) = 177+7+64=248 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.37% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 177 - color contains mainly: red. Hex color #B10740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10740 is #4EF8BF. Grayscale: #404040. Windows color (decimal): -5175488 or 4196273. OLE color: 4196273.
HSL color Cylindrical-coordinate representation of color #B10740: hue angle of 339.88º 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 #B10740 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 7 | 64 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.31 |
| HSL | 339.88º | 0.92% | 0.36% | - |
| HSV(B) | 339.88º | 0.96% | 0.69% | - |
| XYZ | 19.13 | 9.87 | 5.75 | - |
| YUV | 64.33 | 127.82 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 7 | 64 | 0 | 0.96 | 0.64 | 0.31 | 339.88 | 0.92 | 0.36 |
| Hex | B1 | 7 | 40 | 0 | 60 | 40 | 1F | 154 | 5C | 24 |
| Octal | 261 | 7 | 100 | 0 | 140 | 100 | 37 | 524 | 134 | 44 |
| Binary | 10110001 | 111 | 1000000 | 0 | 1100000 | 1000000 | 11111 | 101010100 | 1011100 | 100100 |
Color Harmonies of #B10740
Complementary color
Monochromatic Colors of #B10740
Black with #B10740
Text Example
Text Example
White with #B10740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10740; }
p { color: rgb(177,7,64); }
H1.HeaderClassName
{
color: #B10740;
}
.AnyTagClassName
{
color: #B10740;
}
</style>
background-color css
<style>
a { background-color: #B10740; }
a { background-color: rgb(177,7,64); }
div.DivClassName
{
background-color: #B10740;
}
.BgClassName
{
background-color: #B10740;
}
</style>
border-color css
<style>
span { border-color: #B10740; }
span { border-color: rgb(177,7,64); }
td.TdClassName
{
border-color: #B10740;
}
.TagClassName
{
border-color: #B10740;
}
</style>