Shades of Cardinal #B10B3A
Tints of Cardinal #B10B3A
RGB
CMYK
RGB Variations
Color information
#B10B3A (or 0xB10B3A) is known color: Cardinal. HEX triplet: B1, 0B and 3A. RGB value is (177,11,58). Sum of RGB (Red+Green+Blue) = 177+11+58=246 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.95% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 177 - color contains mainly: red. Hex color #B10B3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10B3A is #4EF4C5. Grayscale: #414141. Windows color (decimal): -5174470 or 3804081. OLE color: 3804081.
HSL color Cylindrical-coordinate representation of color #B10B3A: hue angle of 343.01º 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 #B10B3A is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 11 | 58 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.31 |
| HSL | 343.01º | 0.88% | 0.37% | - |
| HSV(B) | 343.01º | 0.94% | 0.69% | - |
| XYZ | 19.01 | 9.89 | 4.91 | - |
| YUV | 65.99 | 123.5 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 11 | 58 | 0 | 0.94 | 0.67 | 0.31 | 343.01 | 0.88 | 0.37 |
| Hex | B1 | B | 3A | 0 | 5E | 43 | 1F | 157 | 58 | 25 |
| Octal | 261 | 13 | 72 | 0 | 136 | 103 | 37 | 527 | 130 | 45 |
| Binary | 10110001 | 1011 | 111010 | 0 | 1011110 | 1000011 | 11111 | 101010111 | 1011000 | 100101 |
Color Harmonies of #B10B3A
Complementary color
Monochromatic Colors of #B10B3A
Black with #B10B3A
Text Example
Text Example
White with #B10B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10B3A; }
p { color: rgb(177,11,58); }
H1.HeaderClassName
{
color: #B10B3A;
}
.AnyTagClassName
{
color: #B10B3A;
}
</style>
background-color css
<style>
a { background-color: #B10B3A; }
a { background-color: rgb(177,11,58); }
div.DivClassName
{
background-color: #B10B3A;
}
.BgClassName
{
background-color: #B10B3A;
}
</style>
border-color css
<style>
span { border-color: #B10B3A; }
span { border-color: rgb(177,11,58); }
td.TdClassName
{
border-color: #B10B3A;
}
.TagClassName
{
border-color: #B10B3A;
}
</style>