Shades of Cardinal #B71D40
Tints of Cardinal #B71D40
RGB
CMYK
RGB Variations
Color information
#B71D40 (or 0xB71D40) is known color: Cardinal. HEX triplet: B7, 1D and 40. RGB value is (183,29,64). Sum of RGB (Red+Green+Blue) = 183+29+64=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71D40 is #48E2BF. Grayscale: #4F4F4F. Windows color (decimal): -4776640 or 4201911. OLE color: 4201911.
HSL color Cylindrical-coordinate representation of color #B71D40: hue angle of 346.36º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71D40 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 29 | 64 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.28 |
| HSL | 346.36º | 0.73% | 0.42% | - |
| HSV(B) | 346.36º | 0.84% | 0.72% | - |
| XYZ | 20.89 | 11.32 | 5.93 | - |
| YUV | 79.04 | 119.52 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 29 | 64 | 0 | 0.84 | 0.65 | 0.28 | 346.36 | 0.73 | 0.42 |
| Hex | B7 | 1D | 40 | 0 | 54 | 41 | 1C | 15A | 49 | 2A |
| Octal | 267 | 35 | 100 | 0 | 124 | 101 | 34 | 532 | 111 | 52 |
| Binary | 10110111 | 11101 | 1000000 | 0 | 1010100 | 1000001 | 11100 | 101011010 | 1001001 | 101010 |
Color Harmonies of #B71D40
Complementary color
Monochromatic Colors of #B71D40
Black with #B71D40
Text Example
Text Example
White with #B71D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71D40; }
p { color: rgb(183,29,64); }
H1.HeaderClassName
{
color: #B71D40;
}
.AnyTagClassName
{
color: #B71D40;
}
</style>
background-color css
<style>
a { background-color: #B71D40; }
a { background-color: rgb(183,29,64); }
div.DivClassName
{
background-color: #B71D40;
}
.BgClassName
{
background-color: #B71D40;
}
</style>
border-color css
<style>
span { border-color: #B71D40; }
span { border-color: rgb(183,29,64); }
td.TdClassName
{
border-color: #B71D40;
}
.TagClassName
{
border-color: #B71D40;
}
</style>