Shades of Cardinal #B71B40
Tints of Cardinal #B71B40
RGB
CMYK
RGB Variations
Color information
#B71B40 (or 0xB71B40) is known color: Cardinal. HEX triplet: B7, 1B and 40. RGB value is (183,27,64). Sum of RGB (Red+Green+Blue) = 183+27+64=274 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.79% from 274); Green value is 27 (10.94% from 255 or 9.85% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71B40 is #48E4BF. Grayscale: #4D4D4D. Windows color (decimal): -4777152 or 4201399. OLE color: 4201399.
HSL color Cylindrical-coordinate representation of color #B71B40: hue angle of 345.77º degrees, saturation: 0.74, 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 #B71B40 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 27 | 64 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.28 |
| HSL | 345.77º | 0.74% | 0.41% | - |
| HSV(B) | 345.77º | 0.85% | 0.72% | - |
| XYZ | 20.85 | 11.22 | 5.92 | - |
| YUV | 77.86 | 120.18 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 27 | 64 | 0 | 0.85 | 0.65 | 0.28 | 345.77 | 0.74 | 0.41 |
| Hex | B7 | 1B | 40 | 0 | 55 | 41 | 1C | 15A | 4A | 29 |
| Octal | 267 | 33 | 100 | 0 | 125 | 101 | 34 | 532 | 112 | 51 |
| Binary | 10110111 | 11011 | 1000000 | 0 | 1010101 | 1000001 | 11100 | 101011010 | 1001010 | 101001 |
Color Harmonies of #B71B40
Complementary color
Monochromatic Colors of #B71B40
Black with #B71B40
Text Example
Text Example
White with #B71B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71B40; }
p { color: rgb(183,27,64); }
H1.HeaderClassName
{
color: #B71B40;
}
.AnyTagClassName
{
color: #B71B40;
}
</style>
background-color css
<style>
a { background-color: #B71B40; }
a { background-color: rgb(183,27,64); }
div.DivClassName
{
background-color: #B71B40;
}
.BgClassName
{
background-color: #B71B40;
}
</style>
border-color css
<style>
span { border-color: #B71B40; }
span { border-color: rgb(183,27,64); }
td.TdClassName
{
border-color: #B71B40;
}
.TagClassName
{
border-color: #B71B40;
}
</style>