Shades of Cardinal #B5162D
Tints of Cardinal #B5162D
RGB
CMYK
RGB Variations
Color information
#B5162D (or 0xB5162D) is known color: Cardinal. HEX triplet: B5, 16 and 2D. RGB value is (181,22,45). Sum of RGB (Red+Green+Blue) = 181+22+45=248 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.98% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 181 - color contains mainly: red. Hex color #B5162D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5162D is #4AE9D2. Grayscale: #484848. Windows color (decimal): -4909523 or 2954933. OLE color: 2954933.
HSL color Cylindrical-coordinate representation of color #B5162D: hue angle of 351.32º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5162D is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 22 | 45 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.29 |
| HSL | 351.32º | 0.78% | 0.4% | - |
| HSV(B) | 351.32º | 0.88% | 0.71% | - |
| XYZ | 19.82 | 10.59 | 3.48 | - |
| YUV | 72.16 | 112.68 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 22 | 45 | 0 | 0.88 | 0.75 | 0.29 | 351.32 | 0.78 | 0.4 |
| Hex | B5 | 16 | 2D | 0 | 58 | 4B | 1D | 15F | 4E | 28 |
| Octal | 265 | 26 | 55 | 0 | 130 | 113 | 35 | 537 | 116 | 50 |
| Binary | 10110101 | 10110 | 101101 | 0 | 1011000 | 1001011 | 11101 | 101011111 | 1001110 | 101000 |
Color Harmonies of #B5162D
Complementary color
Monochromatic Colors of #B5162D
Black with #B5162D
Text Example
Text Example
White with #B5162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5162D; }
p { color: rgb(181,22,45); }
H1.HeaderClassName
{
color: #B5162D;
}
.AnyTagClassName
{
color: #B5162D;
}
</style>
background-color css
<style>
a { background-color: #B5162D; }
a { background-color: rgb(181,22,45); }
div.DivClassName
{
background-color: #B5162D;
}
.BgClassName
{
background-color: #B5162D;
}
</style>
border-color css
<style>
span { border-color: #B5162D; }
span { border-color: rgb(181,22,45); }
td.TdClassName
{
border-color: #B5162D;
}
.TagClassName
{
border-color: #B5162D;
}
</style>