Shades of Cardinal #B5113E
Tints of Cardinal #B5113E
RGB
CMYK
RGB Variations
Color information
#B5113E (or 0xB5113E) is known color: Cardinal. HEX triplet: B5, 11 and 3E. RGB value is (181,17,62). Sum of RGB (Red+Green+Blue) = 181+17+62=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B5113E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5113E is #4AEEC1. Grayscale: #474747. Windows color (decimal): -4910786 or 4067765. OLE color: 4067765.
HSL color Cylindrical-coordinate representation of color #B5113E: hue angle of 343.54º 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 #B5113E is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 17 | 62 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.29 |
| HSL | 343.54º | 0.83% | 0.39% | - |
| HSV(B) | 343.54º | 0.91% | 0.71% | - |
| XYZ | 20.13 | 10.57 | 5.54 | - |
| YUV | 71.17 | 122.83 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 62 | 0 | 0.91 | 0.66 | 0.29 | 343.54 | 0.83 | 0.39 |
| Hex | B5 | 11 | 3E | 0 | 5B | 42 | 1D | 158 | 53 | 27 |
| Octal | 265 | 21 | 76 | 0 | 133 | 102 | 35 | 530 | 123 | 47 |
| Binary | 10110101 | 10001 | 111110 | 0 | 1011011 | 1000010 | 11101 | 101011000 | 1010011 | 100111 |
Color Harmonies of #B5113E
Complementary color
Monochromatic Colors of #B5113E
Black with #B5113E
Text Example
Text Example
White with #B5113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5113E; }
p { color: rgb(181,17,62); }
H1.HeaderClassName
{
color: #B5113E;
}
.AnyTagClassName
{
color: #B5113E;
}
</style>
background-color css
<style>
a { background-color: #B5113E; }
a { background-color: rgb(181,17,62); }
div.DivClassName
{
background-color: #B5113E;
}
.BgClassName
{
background-color: #B5113E;
}
</style>
border-color css
<style>
span { border-color: #B5113E; }
span { border-color: rgb(181,17,62); }
td.TdClassName
{
border-color: #B5113E;
}
.TagClassName
{
border-color: #B5113E;
}
</style>