Shades of Cardinal #B31339
Tints of Cardinal #B31339
RGB
CMYK
RGB Variations
Color information
#B31339 (or 0xB31339) is known color: Cardinal. HEX triplet: B3, 13 and 39. RGB value is (179,19,57). Sum of RGB (Red+Green+Blue) = 179+19+57=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 57 (22.66% from 255 or 22.35% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B31339 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31339 is #4CECC6. Grayscale: #474747. Windows color (decimal): -5041351 or 3740595. OLE color: 3740595.
HSL color Cylindrical-coordinate representation of color #B31339: hue angle of 345.75º 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 #B31339 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 19 | 57 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.30 |
| HSL | 345.75º | 0.81% | 0.39% | - |
| HSV(B) | 345.75º | 0.89% | 0.7% | - |
| XYZ | 19.56 | 10.34 | 4.84 | - |
| YUV | 71.17 | 120.01 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 57 | 0 | 0.89 | 0.68 | 0.30 | 345.75 | 0.81 | 0.39 |
| Hex | B3 | 13 | 39 | 0 | 59 | 44 | 1E | 15A | 51 | 27 |
| Octal | 263 | 23 | 71 | 0 | 131 | 104 | 36 | 532 | 121 | 47 |
| Binary | 10110011 | 10011 | 111001 | 0 | 1011001 | 1000100 | 11110 | 101011010 | 1010001 | 100111 |
Color Harmonies of #B31339
Complementary color
Monochromatic Colors of #B31339
Black with #B31339
Text Example
Text Example
White with #B31339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31339; }
p { color: rgb(179,19,57); }
H1.HeaderClassName
{
color: #B31339;
}
.AnyTagClassName
{
color: #B31339;
}
</style>
background-color css
<style>
a { background-color: #B31339; }
a { background-color: rgb(179,19,57); }
div.DivClassName
{
background-color: #B31339;
}
.BgClassName
{
background-color: #B31339;
}
</style>
border-color css
<style>
span { border-color: #B31339; }
span { border-color: rgb(179,19,57); }
td.TdClassName
{
border-color: #B31339;
}
.TagClassName
{
border-color: #B31339;
}
</style>