Shades of Cardinal #B5113A
Tints of Cardinal #B5113A
RGB
CMYK
RGB Variations
Color information
#B5113A (or 0xB5113A) is known color: Cardinal. HEX triplet: B5, 11 and 3A. RGB value is (181,17,58). Sum of RGB (Red+Green+Blue) = 181+17+58=256 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.70% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 181 - color contains mainly: red. Hex color #B5113A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5113A is #4AEEC5. Grayscale: #464646. Windows color (decimal): -4910790 or 3805621. OLE color: 3805621.
HSL color Cylindrical-coordinate representation of color #B5113A: hue angle of 345º 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 #B5113A is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 17 | 58 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.29 |
| HSL | 345º | 0.83% | 0.39% | - |
| HSV(B) | 345º | 0.91% | 0.71% | - |
| XYZ | 20.02 | 10.53 | 4.98 | - |
| YUV | 70.71 | 120.83 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 58 | 0 | 0.91 | 0.68 | 0.29 | 345 | 0.83 | 0.39 |
| Hex | B5 | 11 | 3A | 0 | 5B | 44 | 1D | 159 | 53 | 27 |
| Octal | 265 | 21 | 72 | 0 | 133 | 104 | 35 | 531 | 123 | 47 |
| Binary | 10110101 | 10001 | 111010 | 0 | 1011011 | 1000100 | 11101 | 101011001 | 1010011 | 100111 |
Color Harmonies of #B5113A
Complementary color
Monochromatic Colors of #B5113A
Black with #B5113A
Text Example
Text Example
White with #B5113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5113A; }
p { color: rgb(181,17,58); }
H1.HeaderClassName
{
color: #B5113A;
}
.AnyTagClassName
{
color: #B5113A;
}
</style>
background-color css
<style>
a { background-color: #B5113A; }
a { background-color: rgb(181,17,58); }
div.DivClassName
{
background-color: #B5113A;
}
.BgClassName
{
background-color: #B5113A;
}
</style>
border-color css
<style>
span { border-color: #B5113A; }
span { border-color: rgb(181,17,58); }
td.TdClassName
{
border-color: #B5113A;
}
.TagClassName
{
border-color: #B5113A;
}
</style>