Shades of Cardinal #B71C31
Tints of Cardinal #B71C31
RGB
CMYK
RGB Variations
Color information
#B71C31 (or 0xB71C31) is known color: Cardinal. HEX triplet: B7, 1C and 31. RGB value is (183,28,49). Sum of RGB (Red+Green+Blue) = 183+28+49=260 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.38% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71C31 is #48E3CE. Grayscale: #4C4C4C. Windows color (decimal): -4776911 or 3218615. OLE color: 3218615.
HSL color Cylindrical-coordinate representation of color #B71C31: hue angle of 351.87º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71C31 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 49 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.28 |
| HSL | 351.87º | 0.73% | 0.41% | - |
| HSV(B) | 351.87º | 0.85% | 0.72% | - |
| XYZ | 20.5 | 11.12 | 3.97 | - |
| YUV | 76.74 | 112.35 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 49 | 0 | 0.85 | 0.73 | 0.28 | 351.87 | 0.73 | 0.41 |
| Hex | B7 | 1C | 31 | 0 | 55 | 49 | 1C | 160 | 49 | 29 |
| Octal | 267 | 34 | 61 | 0 | 125 | 111 | 34 | 540 | 111 | 51 |
| Binary | 10110111 | 11100 | 110001 | 0 | 1010101 | 1001001 | 11100 | 101100000 | 1001001 | 101001 |
Color Harmonies of #B71C31
Complementary color
Monochromatic Colors of #B71C31
Black with #B71C31
Text Example
Text Example
White with #B71C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71C31; }
p { color: rgb(183,28,49); }
H1.HeaderClassName
{
color: #B71C31;
}
.AnyTagClassName
{
color: #B71C31;
}
</style>
background-color css
<style>
a { background-color: #B71C31; }
a { background-color: rgb(183,28,49); }
div.DivClassName
{
background-color: #B71C31;
}
.BgClassName
{
background-color: #B71C31;
}
</style>
border-color css
<style>
span { border-color: #B71C31; }
span { border-color: rgb(183,28,49); }
td.TdClassName
{
border-color: #B71C31;
}
.TagClassName
{
border-color: #B71C31;
}
</style>