Shades of Cardinal #B31D32
Tints of Cardinal #B31D32
RGB
CMYK
RGB Variations
Color information
#B31D32 (or 0xB31D32) is known color: Cardinal. HEX triplet: B3, 1D and 32. RGB value is (179,29,50). Sum of RGB (Red+Green+Blue) = 179+29+50=258 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.38% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31D32 is #4CE2CD. Grayscale: #4C4C4C. Windows color (decimal): -5038798 or 3284403. OLE color: 3284403.
HSL color Cylindrical-coordinate representation of color #B31D32: hue angle of 351.6º 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 #B31D32 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 29 | 50 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.30 |
| HSL | 351.6º | 0.72% | 0.41% | - |
| HSV(B) | 351.6º | 0.84% | 0.7% | - |
| XYZ | 19.61 | 10.69 | 4.05 | - |
| YUV | 76.24 | 113.2 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 50 | 0 | 0.84 | 0.72 | 0.30 | 351.6 | 0.72 | 0.41 |
| Hex | B3 | 1D | 32 | 0 | 54 | 48 | 1E | 160 | 48 | 29 |
| Octal | 263 | 35 | 62 | 0 | 124 | 110 | 36 | 540 | 110 | 51 |
| Binary | 10110011 | 11101 | 110010 | 0 | 1010100 | 1001000 | 11110 | 101100000 | 1001000 | 101001 |
Color Harmonies of #B31D32
Complementary color
Monochromatic Colors of #B31D32
Black with #B31D32
Text Example
Text Example
White with #B31D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31D32; }
p { color: rgb(179,29,50); }
H1.HeaderClassName
{
color: #B31D32;
}
.AnyTagClassName
{
color: #B31D32;
}
</style>
background-color css
<style>
a { background-color: #B31D32; }
a { background-color: rgb(179,29,50); }
div.DivClassName
{
background-color: #B31D32;
}
.BgClassName
{
background-color: #B31D32;
}
</style>
border-color css
<style>
span { border-color: #B31D32; }
span { border-color: rgb(179,29,50); }
td.TdClassName
{
border-color: #B31D32;
}
.TagClassName
{
border-color: #B31D32;
}
</style>