Shades of Cardinal #B5172B
Tints of Cardinal #B5172B
RGB
CMYK
RGB Variations
Color information
#B5172B (or 0xB5172B) is known color: Cardinal. HEX triplet: B5, 17 and 2B. RGB value is (181,23,43). Sum of RGB (Red+Green+Blue) = 181+23+43=247 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.28% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 181 - color contains mainly: red. Hex color #B5172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5172B is #4AE8D4. Grayscale: #484848. Windows color (decimal): -4909269 or 2824117. OLE color: 2824117.
HSL color Cylindrical-coordinate representation of color #B5172B: hue angle of 352.41º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B5172B is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 23 | 43 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.29 |
| HSL | 352.41º | 0.77% | 0.4% | - |
| HSV(B) | 352.41º | 0.87% | 0.71% | - |
| XYZ | 19.8 | 10.61 | 3.29 | - |
| YUV | 72.52 | 111.35 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 23 | 43 | 0 | 0.87 | 0.76 | 0.29 | 352.41 | 0.77 | 0.4 |
| Hex | B5 | 17 | 2B | 0 | 57 | 4C | 1D | 160 | 4D | 28 |
| Octal | 265 | 27 | 53 | 0 | 127 | 114 | 35 | 540 | 115 | 50 |
| Binary | 10110101 | 10111 | 101011 | 0 | 1010111 | 1001100 | 11101 | 101100000 | 1001101 | 101000 |
Color Harmonies of #B5172B
Complementary color
Monochromatic Colors of #B5172B
Black with #B5172B
Text Example
Text Example
White with #B5172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5172B; }
p { color: rgb(181,23,43); }
H1.HeaderClassName
{
color: #B5172B;
}
.AnyTagClassName
{
color: #B5172B;
}
</style>
background-color css
<style>
a { background-color: #B5172B; }
a { background-color: rgb(181,23,43); }
div.DivClassName
{
background-color: #B5172B;
}
.BgClassName
{
background-color: #B5172B;
}
</style>
border-color css
<style>
span { border-color: #B5172B; }
span { border-color: rgb(181,23,43); }
td.TdClassName
{
border-color: #B5172B;
}
.TagClassName
{
border-color: #B5172B;
}
</style>