Shades of Cardinal #B5122F
Tints of Cardinal #B5122F
RGB
CMYK
RGB Variations
Color information
#B5122F (or 0xB5122F) is known color: Cardinal. HEX triplet: B5, 12 and 2F. RGB value is (181,18,47). Sum of RGB (Red+Green+Blue) = 181+18+47=246 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.58% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 181 - color contains mainly: red. Hex color #B5122F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5122F is #4AEDD0. Grayscale: #464646. Windows color (decimal): -4910545 or 3084981. OLE color: 3084981.
HSL color Cylindrical-coordinate representation of color #B5122F: hue angle of 349.33º 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 #B5122F is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 18 | 47 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.29 |
| HSL | 349.33º | 0.82% | 0.39% | - |
| HSV(B) | 349.33º | 0.9% | 0.71% | - |
| XYZ | 19.79 | 10.46 | 3.67 | - |
| YUV | 70.04 | 115 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 47 | 0 | 0.90 | 0.74 | 0.29 | 349.33 | 0.82 | 0.39 |
| Hex | B5 | 12 | 2F | 0 | 5A | 4A | 1D | 15D | 52 | 27 |
| Octal | 265 | 22 | 57 | 0 | 132 | 112 | 35 | 535 | 122 | 47 |
| Binary | 10110101 | 10010 | 101111 | 0 | 1011010 | 1001010 | 11101 | 101011101 | 1010010 | 100111 |
Color Harmonies of #B5122F
Complementary color
Monochromatic Colors of #B5122F
Black with #B5122F
Text Example
Text Example
White with #B5122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5122F; }
p { color: rgb(181,18,47); }
H1.HeaderClassName
{
color: #B5122F;
}
.AnyTagClassName
{
color: #B5122F;
}
</style>
background-color css
<style>
a { background-color: #B5122F; }
a { background-color: rgb(181,18,47); }
div.DivClassName
{
background-color: #B5122F;
}
.BgClassName
{
background-color: #B5122F;
}
</style>
border-color css
<style>
span { border-color: #B5122F; }
span { border-color: rgb(181,18,47); }
td.TdClassName
{
border-color: #B5122F;
}
.TagClassName
{
border-color: #B5122F;
}
</style>