Shades of Cardinal #B10841
Tints of Cardinal #B10841
RGB
CMYK
RGB Variations
Color information
#B10841 (or 0xB10841) is known color: Cardinal. HEX triplet: B1, 08 and 41. RGB value is (177,8,65). Sum of RGB (Red+Green+Blue) = 177+8+65=250 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.8% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 177 - color contains mainly: red. Hex color #B10841 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10841 is #4EF7BE. Grayscale: #404040. Windows color (decimal): -5175231 or 4262065. OLE color: 4262065.
HSL color Cylindrical-coordinate representation of color #B10841: hue angle of 339.76º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10841 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 8 | 65 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.31 |
| HSL | 339.76º | 0.91% | 0.36% | - |
| HSV(B) | 339.76º | 0.95% | 0.69% | - |
| XYZ | 19.17 | 9.9 | 5.9 | - |
| YUV | 65.03 | 127.99 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 8 | 65 | 0 | 0.95 | 0.63 | 0.31 | 339.76 | 0.91 | 0.36 |
| Hex | B1 | 8 | 41 | 0 | 5F | 3F | 1F | 154 | 5B | 24 |
| Octal | 261 | 10 | 101 | 0 | 137 | 77 | 37 | 524 | 133 | 44 |
| Binary | 10110001 | 1000 | 1000001 | 0 | 1011111 | 111111 | 11111 | 101010100 | 1011011 | 100100 |
Color Harmonies of #B10841
Complementary color
Monochromatic Colors of #B10841
Black with #B10841
Text Example
Text Example
White with #B10841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10841; }
p { color: rgb(177,8,65); }
H1.HeaderClassName
{
color: #B10841;
}
.AnyTagClassName
{
color: #B10841;
}
</style>
background-color css
<style>
a { background-color: #B10841; }
a { background-color: rgb(177,8,65); }
div.DivClassName
{
background-color: #B10841;
}
.BgClassName
{
background-color: #B10841;
}
</style>
border-color css
<style>
span { border-color: #B10841; }
span { border-color: rgb(177,8,65); }
td.TdClassName
{
border-color: #B10841;
}
.TagClassName
{
border-color: #B10841;
}
</style>