Shades of Cardinal #B31D38
Tints of Cardinal #B31D38
RGB
CMYK
RGB Variations
Color information
#B31D38 (or 0xB31D38) is known color: Cardinal. HEX triplet: B3, 1D and 38. RGB value is (179,29,56). Sum of RGB (Red+Green+Blue) = 179+29+56=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31D38 is #4CE2C7. Grayscale: #4C4C4C. Windows color (decimal): -5038792 or 3677619. OLE color: 3677619.
HSL color Cylindrical-coordinate representation of color #B31D38: hue angle of 349.2º 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 #B31D38 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 29 | 56 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.30 |
| HSL | 349.2º | 0.72% | 0.41% | - |
| HSV(B) | 349.2º | 0.84% | 0.7% | - |
| XYZ | 19.74 | 10.75 | 4.78 | - |
| YUV | 76.93 | 116.2 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 56 | 0 | 0.84 | 0.69 | 0.30 | 349.2 | 0.72 | 0.41 |
| Hex | B3 | 1D | 38 | 0 | 54 | 45 | 1E | 15D | 48 | 29 |
| Octal | 263 | 35 | 70 | 0 | 124 | 105 | 36 | 535 | 110 | 51 |
| Binary | 10110011 | 11101 | 111000 | 0 | 1010100 | 1000101 | 11110 | 101011101 | 1001000 | 101001 |
Color Harmonies of #B31D38
Complementary color
Monochromatic Colors of #B31D38
Black with #B31D38
Text Example
Text Example
White with #B31D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31D38; }
p { color: rgb(179,29,56); }
H1.HeaderClassName
{
color: #B31D38;
}
.AnyTagClassName
{
color: #B31D38;
}
</style>
background-color css
<style>
a { background-color: #B31D38; }
a { background-color: rgb(179,29,56); }
div.DivClassName
{
background-color: #B31D38;
}
.BgClassName
{
background-color: #B31D38;
}
</style>
border-color css
<style>
span { border-color: #B31D38; }
span { border-color: rgb(179,29,56); }
td.TdClassName
{
border-color: #B31D38;
}
.TagClassName
{
border-color: #B31D38;
}
</style>