Shades of Cardinal #B10B2B
Tints of Cardinal #B10B2B
RGB
CMYK
RGB Variations
Color information
#B10B2B (or 0xB10B2B) is known color: Cardinal. HEX triplet: B1, 0B and 2B. RGB value is (177,11,43). Sum of RGB (Red+Green+Blue) = 177+11+43=231 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.62% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 177 - color contains mainly: red. Hex color #B10B2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10B2B is #4EF4D4. Grayscale: #404040. Windows color (decimal): -5174485 or 2821041. OLE color: 2821041.
HSL color Cylindrical-coordinate representation of color #B10B2B: hue angle of 348.43º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10B2B is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 11 | 43 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.31 |
| HSL | 348.43º | 0.88% | 0.37% | - |
| HSV(B) | 348.43º | 0.94% | 0.69% | - |
| XYZ | 18.69 | 9.76 | 3.18 | - |
| YUV | 64.28 | 116 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 11 | 43 | 0 | 0.94 | 0.76 | 0.31 | 348.43 | 0.88 | 0.37 |
| Hex | B1 | B | 2B | 0 | 5E | 4C | 1F | 15C | 58 | 25 |
| Octal | 261 | 13 | 53 | 0 | 136 | 114 | 37 | 534 | 130 | 45 |
| Binary | 10110001 | 1011 | 101011 | 0 | 1011110 | 1001100 | 11111 | 101011100 | 1011000 | 100101 |
Color Harmonies of #B10B2B
Complementary color
Monochromatic Colors of #B10B2B
Black with #B10B2B
Text Example
Text Example
White with #B10B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10B2B; }
p { color: rgb(177,11,43); }
H1.HeaderClassName
{
color: #B10B2B;
}
.AnyTagClassName
{
color: #B10B2B;
}
</style>
background-color css
<style>
a { background-color: #B10B2B; }
a { background-color: rgb(177,11,43); }
div.DivClassName
{
background-color: #B10B2B;
}
.BgClassName
{
background-color: #B10B2B;
}
</style>
border-color css
<style>
span { border-color: #B10B2B; }
span { border-color: rgb(177,11,43); }
td.TdClassName
{
border-color: #B10B2B;
}
.TagClassName
{
border-color: #B10B2B;
}
</style>