Shades of Cardinal #B31D44
Tints of Cardinal #B31D44
RGB
CMYK
RGB Variations
Color information
#B31D44 (or 0xB31D44) is known color: Cardinal. HEX triplet: B3, 1D and 44. RGB value is (179,29,68). Sum of RGB (Red+Green+Blue) = 179+29+68=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31D44 is #4CE2BB. Grayscale: #4E4E4E. Windows color (decimal): -5038780 or 4464051. OLE color: 4464051.
HSL color Cylindrical-coordinate representation of color #B31D44: hue angle of 344.4º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31D44 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 29 | 68 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.30 |
| HSL | 344.4º | 0.72% | 0.41% | - |
| HSV(B) | 344.4º | 0.84% | 0.7% | - |
| XYZ | 20.07 | 10.88 | 6.51 | - |
| YUV | 78.3 | 122.2 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 68 | 0 | 0.84 | 0.62 | 0.30 | 344.4 | 0.72 | 0.41 |
| Hex | B3 | 1D | 44 | 0 | 54 | 3E | 1E | 158 | 48 | 29 |
| Octal | 263 | 35 | 104 | 0 | 124 | 76 | 36 | 530 | 110 | 51 |
| Binary | 10110011 | 11101 | 1000100 | 0 | 1010100 | 111110 | 11110 | 101011000 | 1001000 | 101001 |
Color Harmonies of #B31D44
Complementary color
Monochromatic Colors of #B31D44
Black with #B31D44
Text Example
Text Example
White with #B31D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31D44; }
p { color: rgb(179,29,68); }
H1.HeaderClassName
{
color: #B31D44;
}
.AnyTagClassName
{
color: #B31D44;
}
</style>
background-color css
<style>
a { background-color: #B31D44; }
a { background-color: rgb(179,29,68); }
div.DivClassName
{
background-color: #B31D44;
}
.BgClassName
{
background-color: #B31D44;
}
</style>
border-color css
<style>
span { border-color: #B31D44; }
span { border-color: rgb(179,29,68); }
td.TdClassName
{
border-color: #B31D44;
}
.TagClassName
{
border-color: #B31D44;
}
</style>