Shades of Cardinal #B5193B
Tints of Cardinal #B5193B
RGB
CMYK
RGB Variations
Color information
#B5193B (or 0xB5193B) is known color: Cardinal. HEX triplet: B5, 19 and 3B. RGB value is (181,25,59). Sum of RGB (Red+Green+Blue) = 181+25+59=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B5193B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5193B is #4AE6C4. Grayscale: #4B4B4B. Windows color (decimal): -4908741 or 3873205. OLE color: 3873205.
HSL color Cylindrical-coordinate representation of color #B5193B: hue angle of 346.92º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5193B is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 25 | 59 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.29 |
| HSL | 346.92º | 0.76% | 0.4% | - |
| HSV(B) | 346.92º | 0.86% | 0.71% | - |
| XYZ | 20.19 | 10.83 | 5.16 | - |
| YUV | 75.52 | 118.68 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 59 | 0 | 0.86 | 0.67 | 0.29 | 346.92 | 0.76 | 0.4 |
| Hex | B5 | 19 | 3B | 0 | 56 | 43 | 1D | 15B | 4C | 28 |
| Octal | 265 | 31 | 73 | 0 | 126 | 103 | 35 | 533 | 114 | 50 |
| Binary | 10110101 | 11001 | 111011 | 0 | 1010110 | 1000011 | 11101 | 101011011 | 1001100 | 101000 |
Color Harmonies of #B5193B
Complementary color
Monochromatic Colors of #B5193B
Black with #B5193B
Text Example
Text Example
White with #B5193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5193B; }
p { color: rgb(181,25,59); }
H1.HeaderClassName
{
color: #B5193B;
}
.AnyTagClassName
{
color: #B5193B;
}
</style>
background-color css
<style>
a { background-color: #B5193B; }
a { background-color: rgb(181,25,59); }
div.DivClassName
{
background-color: #B5193B;
}
.BgClassName
{
background-color: #B5193B;
}
</style>
border-color css
<style>
span { border-color: #B5193B; }
span { border-color: rgb(181,25,59); }
td.TdClassName
{
border-color: #B5193B;
}
.TagClassName
{
border-color: #B5193B;
}
</style>