Shades of Cardinal #B71C36
Tints of Cardinal #B71C36
RGB
CMYK
RGB Variations
Color information
#B71C36 (or 0xB71C36) is known color: Cardinal. HEX triplet: B7, 1C and 36. RGB value is (183,28,54). Sum of RGB (Red+Green+Blue) = 183+28+54=265 (35% of max value = 765). Red value is 183 (71.88% from 255 or 69.06% from 265); Green value is 28 (11.33% from 255 or 10.57% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71C36 is #48E3C9. Grayscale: #4D4D4D. Windows color (decimal): -4776906 or 3546295. OLE color: 3546295.
HSL color Cylindrical-coordinate representation of color #B71C36: hue angle of 349.94º 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 #B71C36 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 54 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.28 |
| HSL | 349.94º | 0.73% | 0.41% | - |
| HSV(B) | 349.94º | 0.85% | 0.72% | - |
| XYZ | 20.61 | 11.16 | 4.56 | - |
| YUV | 77.31 | 114.85 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 54 | 0 | 0.85 | 0.70 | 0.28 | 349.94 | 0.73 | 0.41 |
| Hex | B7 | 1C | 36 | 0 | 55 | 46 | 1C | 15E | 49 | 29 |
| Octal | 267 | 34 | 66 | 0 | 125 | 106 | 34 | 536 | 111 | 51 |
| Binary | 10110111 | 11100 | 110110 | 0 | 1010101 | 1000110 | 11100 | 101011110 | 1001001 | 101001 |
Color Harmonies of #B71C36
Complementary color
Monochromatic Colors of #B71C36
Black with #B71C36
Text Example
Text Example
White with #B71C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71C36; }
p { color: rgb(183,28,54); }
H1.HeaderClassName
{
color: #B71C36;
}
.AnyTagClassName
{
color: #B71C36;
}
</style>
background-color css
<style>
a { background-color: #B71C36; }
a { background-color: rgb(183,28,54); }
div.DivClassName
{
background-color: #B71C36;
}
.BgClassName
{
background-color: #B71C36;
}
</style>
border-color css
<style>
span { border-color: #B71C36; }
span { border-color: rgb(183,28,54); }
td.TdClassName
{
border-color: #B71C36;
}
.TagClassName
{
border-color: #B71C36;
}
</style>