Shades of Cardinal #B31945
Tints of Cardinal #B31945
RGB
CMYK
RGB Variations
Color information
#B31945 (or 0xB31945) is known color: Cardinal. HEX triplet: B3, 19 and 45. RGB value is (179,25,69). Sum of RGB (Red+Green+Blue) = 179+25+69=273 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.57% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 179 - color contains mainly: red. Hex color #B31945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31945 is #4CE6BA. Grayscale: #4C4C4C. Windows color (decimal): -5039803 or 4528563. OLE color: 4528563.
HSL color Cylindrical-coordinate representation of color #B31945: hue angle of 342.86º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B31945 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 25 | 69 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.30 |
| HSL | 342.86º | 0.75% | 0.4% | - |
| HSV(B) | 342.86º | 0.86% | 0.7% | - |
| XYZ | 20.01 | 10.71 | 6.64 | - |
| YUV | 76.06 | 124.02 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 25 | 69 | 0 | 0.86 | 0.61 | 0.30 | 342.86 | 0.75 | 0.4 |
| Hex | B3 | 19 | 45 | 0 | 56 | 3D | 1E | 157 | 4B | 28 |
| Octal | 263 | 31 | 105 | 0 | 126 | 75 | 36 | 527 | 113 | 50 |
| Binary | 10110011 | 11001 | 1000101 | 0 | 1010110 | 111101 | 11110 | 101010111 | 1001011 | 101000 |
Color Harmonies of #B31945
Complementary color
Monochromatic Colors of #B31945
Black with #B31945
Text Example
Text Example
White with #B31945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31945; }
p { color: rgb(179,25,69); }
H1.HeaderClassName
{
color: #B31945;
}
.AnyTagClassName
{
color: #B31945;
}
</style>
background-color css
<style>
a { background-color: #B31945; }
a { background-color: rgb(179,25,69); }
div.DivClassName
{
background-color: #B31945;
}
.BgClassName
{
background-color: #B31945;
}
</style>
border-color css
<style>
span { border-color: #B31945; }
span { border-color: rgb(179,25,69); }
td.TdClassName
{
border-color: #B31945;
}
.TagClassName
{
border-color: #B31945;
}
</style>