Shades of Cardinal #B10D39
Tints of Cardinal #B10D39
RGB
CMYK
RGB Variations
Color information
#B10D39 (or 0xB10D39) is known color: Cardinal. HEX triplet: B1, 0D and 39. RGB value is (177,13,57). Sum of RGB (Red+Green+Blue) = 177+13+57=247 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.66% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 57 (22.66% from 255 or 23.08% from 247); Max value from RGB is 177 - color contains mainly: red. Hex color #B10D39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10D39 is #4EF2C6. Grayscale: #434343. Windows color (decimal): -5173959 or 3739057. OLE color: 3739057.
HSL color Cylindrical-coordinate representation of color #B10D39: hue angle of 343.9º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10D39 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 13 | 57 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.31 |
| HSL | 343.9º | 0.86% | 0.37% | - |
| HSV(B) | 343.9º | 0.93% | 0.69% | - |
| XYZ | 19.01 | 9.93 | 4.79 | - |
| YUV | 67.05 | 122.33 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 13 | 57 | 0 | 0.93 | 0.68 | 0.31 | 343.9 | 0.86 | 0.37 |
| Hex | B1 | D | 39 | 0 | 5D | 44 | 1F | 158 | 56 | 25 |
| Octal | 261 | 15 | 71 | 0 | 135 | 104 | 37 | 530 | 126 | 45 |
| Binary | 10110001 | 1101 | 111001 | 0 | 1011101 | 1000100 | 11111 | 101011000 | 1010110 | 100101 |
Color Harmonies of #B10D39
Complementary color
Monochromatic Colors of #B10D39
Black with #B10D39
Text Example
Text Example
White with #B10D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10D39; }
p { color: rgb(177,13,57); }
H1.HeaderClassName
{
color: #B10D39;
}
.AnyTagClassName
{
color: #B10D39;
}
</style>
background-color css
<style>
a { background-color: #B10D39; }
a { background-color: rgb(177,13,57); }
div.DivClassName
{
background-color: #B10D39;
}
.BgClassName
{
background-color: #B10D39;
}
</style>
border-color css
<style>
span { border-color: #B10D39; }
span { border-color: rgb(177,13,57); }
td.TdClassName
{
border-color: #B10D39;
}
.TagClassName
{
border-color: #B10D39;
}
</style>