Shades of Cardinal #B31337
Tints of Cardinal #B31337
RGB
CMYK
RGB Variations
Color information
#B31337 (or 0xB31337) is known color: Cardinal. HEX triplet: B3, 13 and 37. RGB value is (179,19,55). Sum of RGB (Red+Green+Blue) = 179+19+55=253 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.75% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 55 (21.88% from 255 or 21.74% from 253); Max value from RGB is 179 - color contains mainly: red. Hex color #B31337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31337 is #4CECC8. Grayscale: #464646. Windows color (decimal): -5041353 or 3609523. OLE color: 3609523.
HSL color Cylindrical-coordinate representation of color #B31337: hue angle of 346.5º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31337 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 19 | 55 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.30 |
| HSL | 346.5º | 0.81% | 0.39% | - |
| HSV(B) | 346.5º | 0.89% | 0.7% | - |
| XYZ | 19.51 | 10.33 | 4.58 | - |
| YUV | 70.94 | 119.01 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 55 | 0 | 0.89 | 0.69 | 0.30 | 346.5 | 0.81 | 0.39 |
| Hex | B3 | 13 | 37 | 0 | 59 | 45 | 1E | 15A | 51 | 27 |
| Octal | 263 | 23 | 67 | 0 | 131 | 105 | 36 | 532 | 121 | 47 |
| Binary | 10110011 | 10011 | 110111 | 0 | 1011001 | 1000101 | 11110 | 101011010 | 1010001 | 100111 |
Color Harmonies of #B31337
Complementary color
Monochromatic Colors of #B31337
Black with #B31337
Text Example
Text Example
White with #B31337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31337; }
p { color: rgb(179,19,55); }
H1.HeaderClassName
{
color: #B31337;
}
.AnyTagClassName
{
color: #B31337;
}
</style>
background-color css
<style>
a { background-color: #B31337; }
a { background-color: rgb(179,19,55); }
div.DivClassName
{
background-color: #B31337;
}
.BgClassName
{
background-color: #B31337;
}
</style>
border-color css
<style>
span { border-color: #B31337; }
span { border-color: rgb(179,19,55); }
td.TdClassName
{
border-color: #B31337;
}
.TagClassName
{
border-color: #B31337;
}
</style>