Shades of Cardinal #B5193F
Tints of Cardinal #B5193F
RGB
CMYK
RGB Variations
Color information
#B5193F (or 0xB5193F) is known color: Cardinal. HEX triplet: B5, 19 and 3F. RGB value is (181,25,63). Sum of RGB (Red+Green+Blue) = 181+25+63=269 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.29% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 181 - color contains mainly: red. Hex color #B5193F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5193F is #4AE6C0. Grayscale: #4B4B4B. Windows color (decimal): -4908737 or 4135349. OLE color: 4135349.
HSL color Cylindrical-coordinate representation of color #B5193F: hue angle of 345.38º 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 #B5193F is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 25 | 63 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.29 |
| HSL | 345.38º | 0.76% | 0.4% | - |
| HSV(B) | 345.38º | 0.86% | 0.71% | - |
| XYZ | 20.3 | 10.88 | 5.73 | - |
| YUV | 75.98 | 120.68 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 63 | 0 | 0.86 | 0.65 | 0.29 | 345.38 | 0.76 | 0.4 |
| Hex | B5 | 19 | 3F | 0 | 56 | 41 | 1D | 159 | 4C | 28 |
| Octal | 265 | 31 | 77 | 0 | 126 | 101 | 35 | 531 | 114 | 50 |
| Binary | 10110101 | 11001 | 111111 | 0 | 1010110 | 1000001 | 11101 | 101011001 | 1001100 | 101000 |
Color Harmonies of #B5193F
Complementary color
Monochromatic Colors of #B5193F
Black with #B5193F
Text Example
Text Example
White with #B5193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5193F; }
p { color: rgb(181,25,63); }
H1.HeaderClassName
{
color: #B5193F;
}
.AnyTagClassName
{
color: #B5193F;
}
</style>
background-color css
<style>
a { background-color: #B5193F; }
a { background-color: rgb(181,25,63); }
div.DivClassName
{
background-color: #B5193F;
}
.BgClassName
{
background-color: #B5193F;
}
</style>
border-color css
<style>
span { border-color: #B5193F; }
span { border-color: rgb(181,25,63); }
td.TdClassName
{
border-color: #B5193F;
}
.TagClassName
{
border-color: #B5193F;
}
</style>