Shades of Cardinal #B71C39
Tints of Cardinal #B71C39
RGB
CMYK
RGB Variations
Color information
#B71C39 (or 0xB71C39) is known color: Cardinal. HEX triplet: B7, 1C and 39. RGB value is (183,28,57). Sum of RGB (Red+Green+Blue) = 183+28+57=268 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.28% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 57 (22.66% from 255 or 21.27% from 268); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71C39 is #48E3C6. Grayscale: #4D4D4D. Windows color (decimal): -4776903 or 3742903. OLE color: 3742903.
HSL color Cylindrical-coordinate representation of color #B71C39: hue angle of 348.77º 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 #B71C39 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 57 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.28 |
| HSL | 348.77º | 0.73% | 0.41% | - |
| HSV(B) | 348.77º | 0.85% | 0.72% | - |
| XYZ | 20.68 | 11.19 | 4.94 | - |
| YUV | 77.65 | 116.35 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 57 | 0 | 0.85 | 0.69 | 0.28 | 348.77 | 0.73 | 0.41 |
| Hex | B7 | 1C | 39 | 0 | 55 | 45 | 1C | 15D | 49 | 29 |
| Octal | 267 | 34 | 71 | 0 | 125 | 105 | 34 | 535 | 111 | 51 |
| Binary | 10110111 | 11100 | 111001 | 0 | 1010101 | 1000101 | 11100 | 101011101 | 1001001 | 101001 |
Color Harmonies of #B71C39
Complementary color
Monochromatic Colors of #B71C39
Black with #B71C39
Text Example
Text Example
White with #B71C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71C39; }
p { color: rgb(183,28,57); }
H1.HeaderClassName
{
color: #B71C39;
}
.AnyTagClassName
{
color: #B71C39;
}
</style>
background-color css
<style>
a { background-color: #B71C39; }
a { background-color: rgb(183,28,57); }
div.DivClassName
{
background-color: #B71C39;
}
.BgClassName
{
background-color: #B71C39;
}
</style>
border-color css
<style>
span { border-color: #B71C39; }
span { border-color: rgb(183,28,57); }
td.TdClassName
{
border-color: #B71C39;
}
.TagClassName
{
border-color: #B71C39;
}
</style>