Shades of Cardinal #B31D2C
Tints of Cardinal #B31D2C
RGB
CMYK
RGB Variations
Color information
#B31D2C (or 0xB31D2C) is known color: Cardinal. HEX triplet: B3, 1D and 2C. RGB value is (179,29,44). Sum of RGB (Red+Green+Blue) = 179+29+44=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31D2C is #4CE2D3. Grayscale: #4B4B4B. Windows color (decimal): -5038804 or 2891187. OLE color: 2891187.
HSL color Cylindrical-coordinate representation of color #B31D2C: hue angle of 354º 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 #B31D2C is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 29 | 44 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.30 |
| HSL | 354º | 0.72% | 0.41% | - |
| HSV(B) | 354º | 0.84% | 0.7% | - |
| XYZ | 19.48 | 10.64 | 3.41 | - |
| YUV | 75.56 | 110.2 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 44 | 0 | 0.84 | 0.75 | 0.30 | 354 | 0.72 | 0.41 |
| Hex | B3 | 1D | 2C | 0 | 54 | 4B | 1E | 162 | 48 | 29 |
| Octal | 263 | 35 | 54 | 0 | 124 | 113 | 36 | 542 | 110 | 51 |
| Binary | 10110011 | 11101 | 101100 | 0 | 1010100 | 1001011 | 11110 | 101100010 | 1001000 | 101001 |
Color Harmonies of #B31D2C
Complementary color
Monochromatic Colors of #B31D2C
Black with #B31D2C
Text Example
Text Example
White with #B31D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31D2C; }
p { color: rgb(179,29,44); }
H1.HeaderClassName
{
color: #B31D2C;
}
.AnyTagClassName
{
color: #B31D2C;
}
</style>
background-color css
<style>
a { background-color: #B31D2C; }
a { background-color: rgb(179,29,44); }
div.DivClassName
{
background-color: #B31D2C;
}
.BgClassName
{
background-color: #B31D2C;
}
</style>
border-color css
<style>
span { border-color: #B31D2C; }
span { border-color: rgb(179,29,44); }
td.TdClassName
{
border-color: #B31D2C;
}
.TagClassName
{
border-color: #B31D2C;
}
</style>