Shades of Cardinal #B5122A
Tints of Cardinal #B5122A
RGB
CMYK
RGB Variations
Color information
#B5122A (or 0xB5122A) is known color: Cardinal. HEX triplet: B5, 12 and 2A. RGB value is (181,18,42). Sum of RGB (Red+Green+Blue) = 181+18+42=241 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.10% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 181 - color contains mainly: red. Hex color #B5122A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5122A is #4AEDD5. Grayscale: #454545. Windows color (decimal): -4910550 or 2757301. OLE color: 2757301.
HSL color Cylindrical-coordinate representation of color #B5122A: hue angle of 351.17º degrees, saturation: 0.82, 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 #B5122A is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 18 | 42 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.29 |
| HSL | 351.17º | 0.82% | 0.39% | - |
| HSV(B) | 351.17º | 0.9% | 0.71% | - |
| XYZ | 19.69 | 10.42 | 3.16 | - |
| YUV | 69.47 | 112.5 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 42 | 0 | 0.90 | 0.77 | 0.29 | 351.17 | 0.82 | 0.39 |
| Hex | B5 | 12 | 2A | 0 | 5A | 4D | 1D | 15F | 52 | 27 |
| Octal | 265 | 22 | 52 | 0 | 132 | 115 | 35 | 537 | 122 | 47 |
| Binary | 10110101 | 10010 | 101010 | 0 | 1011010 | 1001101 | 11101 | 101011111 | 1010010 | 100111 |
Color Harmonies of #B5122A
Complementary color
Monochromatic Colors of #B5122A
Black with #B5122A
Text Example
Text Example
White with #B5122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5122A; }
p { color: rgb(181,18,42); }
H1.HeaderClassName
{
color: #B5122A;
}
.AnyTagClassName
{
color: #B5122A;
}
</style>
background-color css
<style>
a { background-color: #B5122A; }
a { background-color: rgb(181,18,42); }
div.DivClassName
{
background-color: #B5122A;
}
.BgClassName
{
background-color: #B5122A;
}
</style>
border-color css
<style>
span { border-color: #B5122A; }
span { border-color: rgb(181,18,42); }
td.TdClassName
{
border-color: #B5122A;
}
.TagClassName
{
border-color: #B5122A;
}
</style>