Shades of Cardinal #B5163B
Tints of Cardinal #B5163B
RGB
CMYK
RGB Variations
Color information
#B5163B (or 0xB5163B) is known color: Cardinal. HEX triplet: B5, 16 and 3B. RGB value is (181,22,59). Sum of RGB (Red+Green+Blue) = 181+22+59=262 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.08% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 181 - color contains mainly: red. Hex color #B5163B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5163B is #4AE9C4. Grayscale: #494949. Windows color (decimal): -4909509 or 3872437. OLE color: 3872437.
HSL color Cylindrical-coordinate representation of color #B5163B: hue angle of 346.04º 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 #B5163B is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 22 | 59 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.29 |
| HSL | 346.04º | 0.78% | 0.4% | - |
| HSV(B) | 346.04º | 0.88% | 0.71% | - |
| XYZ | 20.13 | 10.71 | 5.14 | - |
| YUV | 73.76 | 119.68 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 22 | 59 | 0 | 0.88 | 0.67 | 0.29 | 346.04 | 0.78 | 0.4 |
| Hex | B5 | 16 | 3B | 0 | 58 | 43 | 1D | 15A | 4E | 28 |
| Octal | 265 | 26 | 73 | 0 | 130 | 103 | 35 | 532 | 116 | 50 |
| Binary | 10110101 | 10110 | 111011 | 0 | 1011000 | 1000011 | 11101 | 101011010 | 1001110 | 101000 |
Color Harmonies of #B5163B
Complementary color
Monochromatic Colors of #B5163B
Black with #B5163B
Text Example
Text Example
White with #B5163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5163B; }
p { color: rgb(181,22,59); }
H1.HeaderClassName
{
color: #B5163B;
}
.AnyTagClassName
{
color: #B5163B;
}
</style>
background-color css
<style>
a { background-color: #B5163B; }
a { background-color: rgb(181,22,59); }
div.DivClassName
{
background-color: #B5163B;
}
.BgClassName
{
background-color: #B5163B;
}
</style>
border-color css
<style>
span { border-color: #B5163B; }
span { border-color: rgb(181,22,59); }
td.TdClassName
{
border-color: #B5163B;
}
.TagClassName
{
border-color: #B5163B;
}
</style>