Shades of Cardinal #B5133E
Tints of Cardinal #B5133E
RGB
CMYK
RGB Variations
Color information
#B5133E (or 0xB5133E) is known color: Cardinal. HEX triplet: B5, 13 and 3E. RGB value is (181,19,62). Sum of RGB (Red+Green+Blue) = 181+19+62=262 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.08% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 181 - color contains mainly: red. Hex color #B5133E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5133E is #4AECC1. Grayscale: #484848. Windows color (decimal): -4910274 or 4068277. OLE color: 4068277.
HSL color Cylindrical-coordinate representation of color #B5133E: hue angle of 344.07º 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 #B5133E is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 19 | 62 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.29 |
| HSL | 344.07º | 0.81% | 0.39% | - |
| HSV(B) | 344.07º | 0.9% | 0.71% | - |
| XYZ | 20.16 | 10.64 | 5.55 | - |
| YUV | 72.34 | 122.17 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 62 | 0 | 0.90 | 0.66 | 0.29 | 344.07 | 0.81 | 0.39 |
| Hex | B5 | 13 | 3E | 0 | 5A | 42 | 1D | 158 | 51 | 27 |
| Octal | 265 | 23 | 76 | 0 | 132 | 102 | 35 | 530 | 121 | 47 |
| Binary | 10110101 | 10011 | 111110 | 0 | 1011010 | 1000010 | 11101 | 101011000 | 1010001 | 100111 |
Color Harmonies of #B5133E
Complementary color
Monochromatic Colors of #B5133E
Black with #B5133E
Text Example
Text Example
White with #B5133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5133E; }
p { color: rgb(181,19,62); }
H1.HeaderClassName
{
color: #B5133E;
}
.AnyTagClassName
{
color: #B5133E;
}
</style>
background-color css
<style>
a { background-color: #B5133E; }
a { background-color: rgb(181,19,62); }
div.DivClassName
{
background-color: #B5133E;
}
.BgClassName
{
background-color: #B5133E;
}
</style>
border-color css
<style>
span { border-color: #B5133E; }
span { border-color: rgb(181,19,62); }
td.TdClassName
{
border-color: #B5133E;
}
.TagClassName
{
border-color: #B5133E;
}
</style>