Shades of Cardinal #B51945
Tints of Cardinal #B51945
RGB
CMYK
RGB Variations
Color information
#B51945 (or 0xB51945) is known color: Cardinal. HEX triplet: B5, 19 and 45. RGB value is (181,25,69). Sum of RGB (Red+Green+Blue) = 181+25+69=275 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.82% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 181 - color contains mainly: red. Hex color #B51945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51945 is #4AE6BA. Grayscale: #4C4C4C. Windows color (decimal): -4908731 or 4528565. OLE color: 4528565.
HSL color Cylindrical-coordinate representation of color #B51945: hue angle of 343.08º 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 #B51945 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 25 | 69 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.29 |
| HSL | 343.08º | 0.76% | 0.4% | - |
| HSV(B) | 343.08º | 0.86% | 0.71% | - |
| XYZ | 20.48 | 10.95 | 6.66 | - |
| YUV | 76.66 | 123.68 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 69 | 0 | 0.86 | 0.62 | 0.29 | 343.08 | 0.76 | 0.4 |
| Hex | B5 | 19 | 45 | 0 | 56 | 3E | 1D | 157 | 4C | 28 |
| Octal | 265 | 31 | 105 | 0 | 126 | 76 | 35 | 527 | 114 | 50 |
| Binary | 10110101 | 11001 | 1000101 | 0 | 1010110 | 111110 | 11101 | 101010111 | 1001100 | 101000 |
Color Harmonies of #B51945
Complementary color
Monochromatic Colors of #B51945
Black with #B51945
Text Example
Text Example
White with #B51945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51945; }
p { color: rgb(181,25,69); }
H1.HeaderClassName
{
color: #B51945;
}
.AnyTagClassName
{
color: #B51945;
}
</style>
background-color css
<style>
a { background-color: #B51945; }
a { background-color: rgb(181,25,69); }
div.DivClassName
{
background-color: #B51945;
}
.BgClassName
{
background-color: #B51945;
}
</style>
border-color css
<style>
span { border-color: #B51945; }
span { border-color: rgb(181,25,69); }
td.TdClassName
{
border-color: #B51945;
}
.TagClassName
{
border-color: #B51945;
}
</style>