Shades of Cardinal #B5113F
Tints of Cardinal #B5113F
RGB
CMYK
RGB Variations
Color information
#B5113F (or 0xB5113F) is known color: Cardinal. HEX triplet: B5, 11 and 3F. RGB value is (181,17,63). Sum of RGB (Red+Green+Blue) = 181+17+63=261 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.35% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 181 - color contains mainly: red. Hex color #B5113F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5113F is #4AEEC0. Grayscale: #474747. Windows color (decimal): -4910785 or 4133301. OLE color: 4133301.
HSL color Cylindrical-coordinate representation of color #B5113F: hue angle of 343.17º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B5113F is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 17 | 63 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.29 |
| HSL | 343.17º | 0.83% | 0.39% | - |
| HSV(B) | 343.17º | 0.91% | 0.71% | - |
| XYZ | 20.15 | 10.58 | 5.68 | - |
| YUV | 71.28 | 123.33 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 63 | 0 | 0.91 | 0.65 | 0.29 | 343.17 | 0.83 | 0.39 |
| Hex | B5 | 11 | 3F | 0 | 5B | 41 | 1D | 157 | 53 | 27 |
| Octal | 265 | 21 | 77 | 0 | 133 | 101 | 35 | 527 | 123 | 47 |
| Binary | 10110101 | 10001 | 111111 | 0 | 1011011 | 1000001 | 11101 | 101010111 | 1010011 | 100111 |
Color Harmonies of #B5113F
Complementary color
Monochromatic Colors of #B5113F
Black with #B5113F
Text Example
Text Example
White with #B5113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5113F; }
p { color: rgb(181,17,63); }
H1.HeaderClassName
{
color: #B5113F;
}
.AnyTagClassName
{
color: #B5113F;
}
</style>
background-color css
<style>
a { background-color: #B5113F; }
a { background-color: rgb(181,17,63); }
div.DivClassName
{
background-color: #B5113F;
}
.BgClassName
{
background-color: #B5113F;
}
</style>
border-color css
<style>
span { border-color: #B5113F; }
span { border-color: rgb(181,17,63); }
td.TdClassName
{
border-color: #B5113F;
}
.TagClassName
{
border-color: #B5113F;
}
</style>