Shades of Cardinal #B31844
Tints of Cardinal #B31844
RGB
CMYK
RGB Variations
Color information
#B31844 (or 0xB31844) is known color: Cardinal. HEX triplet: B3, 18 and 44. RGB value is (179,24,68). Sum of RGB (Red+Green+Blue) = 179+24+68=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B31844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31844 is #4CE7BB. Grayscale: #4B4B4B. Windows color (decimal): -5040060 or 4462771. OLE color: 4462771.
HSL color Cylindrical-coordinate representation of color #B31844: hue angle of 342.97º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31844 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 24 | 68 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.30 |
| HSL | 342.97º | 0.76% | 0.4% | - |
| HSV(B) | 342.97º | 0.87% | 0.7% | - |
| XYZ | 19.96 | 10.65 | 6.47 | - |
| YUV | 75.36 | 123.85 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 24 | 68 | 0 | 0.87 | 0.62 | 0.30 | 342.97 | 0.76 | 0.4 |
| Hex | B3 | 18 | 44 | 0 | 57 | 3E | 1E | 157 | 4C | 28 |
| Octal | 263 | 30 | 104 | 0 | 127 | 76 | 36 | 527 | 114 | 50 |
| Binary | 10110011 | 11000 | 1000100 | 0 | 1010111 | 111110 | 11110 | 101010111 | 1001100 | 101000 |
Color Harmonies of #B31844
Complementary color
Monochromatic Colors of #B31844
Black with #B31844
Text Example
Text Example
White with #B31844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31844; }
p { color: rgb(179,24,68); }
H1.HeaderClassName
{
color: #B31844;
}
.AnyTagClassName
{
color: #B31844;
}
</style>
background-color css
<style>
a { background-color: #B31844; }
a { background-color: rgb(179,24,68); }
div.DivClassName
{
background-color: #B31844;
}
.BgClassName
{
background-color: #B31844;
}
</style>
border-color css
<style>
span { border-color: #B31844; }
span { border-color: rgb(179,24,68); }
td.TdClassName
{
border-color: #B31844;
}
.TagClassName
{
border-color: #B31844;
}
</style>