Shades of Cardinal #B5132F
Tints of Cardinal #B5132F
RGB
CMYK
RGB Variations
Color information
#B5132F (or 0xB5132F) is known color: Cardinal. HEX triplet: B5, 13 and 2F. RGB value is (181,19,47). Sum of RGB (Red+Green+Blue) = 181+19+47=247 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.28% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 181 - color contains mainly: red. Hex color #B5132F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5132F is #4AECD0. Grayscale: #464646. Windows color (decimal): -4910289 or 3085237. OLE color: 3085237.
HSL color Cylindrical-coordinate representation of color #B5132F: hue angle of 349.63º 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 #B5132F is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 19 | 47 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.29 |
| HSL | 349.63º | 0.81% | 0.39% | - |
| HSV(B) | 349.63º | 0.9% | 0.71% | - |
| XYZ | 19.8 | 10.49 | 3.67 | - |
| YUV | 70.63 | 114.67 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 47 | 0 | 0.90 | 0.74 | 0.29 | 349.63 | 0.81 | 0.39 |
| Hex | B5 | 13 | 2F | 0 | 5A | 4A | 1D | 15E | 51 | 27 |
| Octal | 265 | 23 | 57 | 0 | 132 | 112 | 35 | 536 | 121 | 47 |
| Binary | 10110101 | 10011 | 101111 | 0 | 1011010 | 1001010 | 11101 | 101011110 | 1010001 | 100111 |
Color Harmonies of #B5132F
Complementary color
Monochromatic Colors of #B5132F
Black with #B5132F
Text Example
Text Example
White with #B5132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5132F; }
p { color: rgb(181,19,47); }
H1.HeaderClassName
{
color: #B5132F;
}
.AnyTagClassName
{
color: #B5132F;
}
</style>
background-color css
<style>
a { background-color: #B5132F; }
a { background-color: rgb(181,19,47); }
div.DivClassName
{
background-color: #B5132F;
}
.BgClassName
{
background-color: #B5132F;
}
</style>
border-color css
<style>
span { border-color: #B5132F; }
span { border-color: rgb(181,19,47); }
td.TdClassName
{
border-color: #B5132F;
}
.TagClassName
{
border-color: #B5132F;
}
</style>