Shades of Cardinal #B71831
Tints of Cardinal #B71831
RGB
CMYK
RGB Variations
Color information
#B71831 (or 0xB71831) is known color: Cardinal. HEX triplet: B7, 18 and 31. RGB value is (183,24,49). Sum of RGB (Red+Green+Blue) = 183+24+49=256 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.48% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 183 - color contains mainly: red. Hex color #B71831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71831 is #48E7CE. Grayscale: #4A4A4A. Windows color (decimal): -4777935 or 3217591. OLE color: 3217591.
HSL color Cylindrical-coordinate representation of color #B71831: hue angle of 350.57º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71831 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 24 | 49 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.28 |
| HSL | 350.57º | 0.77% | 0.41% | - |
| HSV(B) | 350.57º | 0.87% | 0.72% | - |
| XYZ | 20.41 | 10.94 | 3.94 | - |
| YUV | 74.39 | 113.68 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 24 | 49 | 0 | 0.87 | 0.73 | 0.28 | 350.57 | 0.77 | 0.41 |
| Hex | B7 | 18 | 31 | 0 | 57 | 49 | 1C | 15F | 4D | 29 |
| Octal | 267 | 30 | 61 | 0 | 127 | 111 | 34 | 537 | 115 | 51 |
| Binary | 10110111 | 11000 | 110001 | 0 | 1010111 | 1001001 | 11100 | 101011111 | 1001101 | 101001 |
Color Harmonies of #B71831
Complementary color
Monochromatic Colors of #B71831
Black with #B71831
Text Example
Text Example
White with #B71831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71831; }
p { color: rgb(183,24,49); }
H1.HeaderClassName
{
color: #B71831;
}
.AnyTagClassName
{
color: #B71831;
}
</style>
background-color css
<style>
a { background-color: #B71831; }
a { background-color: rgb(183,24,49); }
div.DivClassName
{
background-color: #B71831;
}
.BgClassName
{
background-color: #B71831;
}
</style>
border-color css
<style>
span { border-color: #B71831; }
span { border-color: rgb(183,24,49); }
td.TdClassName
{
border-color: #B71831;
}
.TagClassName
{
border-color: #B71831;
}
</style>