Shades of Cardinal #B5133A
Tints of Cardinal #B5133A
RGB
CMYK
RGB Variations
Color information
#B5133A (or 0xB5133A) is known color: Cardinal. HEX triplet: B5, 13 and 3A. RGB value is (181,19,58). Sum of RGB (Red+Green+Blue) = 181+19+58=258 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.16% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 181 - color contains mainly: red. Hex color #B5133A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5133A is #4AECC5. Grayscale: #474747. Windows color (decimal): -4910278 or 3806133. OLE color: 3806133.
HSL color Cylindrical-coordinate representation of color #B5133A: hue angle of 345.56º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5133A is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 19 | 58 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.29 |
| HSL | 345.56º | 0.81% | 0.39% | - |
| HSV(B) | 345.56º | 0.9% | 0.71% | - |
| XYZ | 20.05 | 10.59 | 4.99 | - |
| YUV | 71.88 | 120.17 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 58 | 0 | 0.90 | 0.68 | 0.29 | 345.56 | 0.81 | 0.39 |
| Hex | B5 | 13 | 3A | 0 | 5A | 44 | 1D | 15A | 51 | 27 |
| Octal | 265 | 23 | 72 | 0 | 132 | 104 | 35 | 532 | 121 | 47 |
| Binary | 10110101 | 10011 | 111010 | 0 | 1011010 | 1000100 | 11101 | 101011010 | 1010001 | 100111 |
Color Harmonies of #B5133A
Complementary color
Monochromatic Colors of #B5133A
Black with #B5133A
Text Example
Text Example
White with #B5133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5133A; }
p { color: rgb(181,19,58); }
H1.HeaderClassName
{
color: #B5133A;
}
.AnyTagClassName
{
color: #B5133A;
}
</style>
background-color css
<style>
a { background-color: #B5133A; }
a { background-color: rgb(181,19,58); }
div.DivClassName
{
background-color: #B5133A;
}
.BgClassName
{
background-color: #B5133A;
}
</style>
border-color css
<style>
span { border-color: #B5133A; }
span { border-color: rgb(181,19,58); }
td.TdClassName
{
border-color: #B5133A;
}
.TagClassName
{
border-color: #B5133A;
}
</style>