Shades of Cardinal #B31539
Tints of Cardinal #B31539
RGB
CMYK
RGB Variations
Color information
#B31539 (or 0xB31539) is known color: Cardinal. HEX triplet: B3, 15 and 39. RGB value is (179,21,57). Sum of RGB (Red+Green+Blue) = 179+21+57=257 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.65% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 57 (22.66% from 255 or 22.18% from 257); Max value from RGB is 179 - color contains mainly: red. Hex color #B31539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31539 is #4CEAC6. Grayscale: #484848. Windows color (decimal): -5040839 or 3741107. OLE color: 3741107.
HSL color Cylindrical-coordinate representation of color #B31539: hue angle of 346.33º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31539 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 21 | 57 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.30 |
| HSL | 346.33º | 0.79% | 0.39% | - |
| HSV(B) | 346.33º | 0.88% | 0.7% | - |
| XYZ | 19.6 | 10.42 | 4.85 | - |
| YUV | 72.35 | 119.35 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 21 | 57 | 0 | 0.88 | 0.68 | 0.30 | 346.33 | 0.79 | 0.39 |
| Hex | B3 | 15 | 39 | 0 | 58 | 44 | 1E | 15A | 4F | 27 |
| Octal | 263 | 25 | 71 | 0 | 130 | 104 | 36 | 532 | 117 | 47 |
| Binary | 10110011 | 10101 | 111001 | 0 | 1011000 | 1000100 | 11110 | 101011010 | 1001111 | 100111 |
Color Harmonies of #B31539
Complementary color
Monochromatic Colors of #B31539
Black with #B31539
Text Example
Text Example
White with #B31539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31539; }
p { color: rgb(179,21,57); }
H1.HeaderClassName
{
color: #B31539;
}
.AnyTagClassName
{
color: #B31539;
}
</style>
background-color css
<style>
a { background-color: #B31539; }
a { background-color: rgb(179,21,57); }
div.DivClassName
{
background-color: #B31539;
}
.BgClassName
{
background-color: #B31539;
}
</style>
border-color css
<style>
span { border-color: #B31539; }
span { border-color: rgb(179,21,57); }
td.TdClassName
{
border-color: #B31539;
}
.TagClassName
{
border-color: #B31539;
}
</style>