Shades of Cardinal #B5113B
Tints of Cardinal #B5113B
RGB
CMYK
RGB Variations
Color information
#B5113B (or 0xB5113B) is known color: Cardinal. HEX triplet: B5, 11 and 3B. RGB value is (181,17,59). Sum of RGB (Red+Green+Blue) = 181+17+59=257 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.43% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 181 - color contains mainly: red. Hex color #B5113B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5113B is #4AEEC4. Grayscale: #464646. Windows color (decimal): -4910789 or 3871157. OLE color: 3871157.
HSL color Cylindrical-coordinate representation of color #B5113B: hue angle of 344.63º 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 #B5113B is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 17 | 59 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.29 |
| HSL | 344.63º | 0.83% | 0.39% | - |
| HSV(B) | 344.63º | 0.91% | 0.71% | - |
| XYZ | 20.05 | 10.54 | 5.12 | - |
| YUV | 70.82 | 121.33 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 59 | 0 | 0.91 | 0.67 | 0.29 | 344.63 | 0.83 | 0.39 |
| Hex | B5 | 11 | 3B | 0 | 5B | 43 | 1D | 159 | 53 | 27 |
| Octal | 265 | 21 | 73 | 0 | 133 | 103 | 35 | 531 | 123 | 47 |
| Binary | 10110101 | 10001 | 111011 | 0 | 1011011 | 1000011 | 11101 | 101011001 | 1010011 | 100111 |
Color Harmonies of #B5113B
Complementary color
Monochromatic Colors of #B5113B
Black with #B5113B
Text Example
Text Example
White with #B5113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5113B; }
p { color: rgb(181,17,59); }
H1.HeaderClassName
{
color: #B5113B;
}
.AnyTagClassName
{
color: #B5113B;
}
</style>
background-color css
<style>
a { background-color: #B5113B; }
a { background-color: rgb(181,17,59); }
div.DivClassName
{
background-color: #B5113B;
}
.BgClassName
{
background-color: #B5113B;
}
</style>
border-color css
<style>
span { border-color: #B5113B; }
span { border-color: rgb(181,17,59); }
td.TdClassName
{
border-color: #B5113B;
}
.TagClassName
{
border-color: #B5113B;
}
</style>