Shades of Cardinal #B71F40
Tints of Cardinal #B71F40
RGB
CMYK
RGB Variations
Color information
#B71F40 (or 0xB71F40) is known color: Cardinal. HEX triplet: B7, 1F and 40. RGB value is (183,31,64). Sum of RGB (Red+Green+Blue) = 183+31+64=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B71F40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71F40 is #48E0BF. Grayscale: #505050. Windows color (decimal): -4776128 or 4202423. OLE color: 4202423.
HSL color Cylindrical-coordinate representation of color #B71F40: hue angle of 346.97º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B71F40 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 31 | 64 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.28 |
| HSL | 346.97º | 0.71% | 0.42% | - |
| HSV(B) | 346.97º | 0.83% | 0.72% | - |
| XYZ | 20.94 | 11.42 | 5.95 | - |
| YUV | 80.21 | 118.86 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 31 | 64 | 0 | 0.83 | 0.65 | 0.28 | 346.97 | 0.71 | 0.42 |
| Hex | B7 | 1F | 40 | 0 | 53 | 41 | 1C | 15B | 47 | 2A |
| Octal | 267 | 37 | 100 | 0 | 123 | 101 | 34 | 533 | 107 | 52 |
| Binary | 10110111 | 11111 | 1000000 | 0 | 1010011 | 1000001 | 11100 | 101011011 | 1000111 | 101010 |
Color Harmonies of #B71F40
Complementary color
Monochromatic Colors of #B71F40
Black with #B71F40
Text Example
Text Example
White with #B71F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71F40; }
p { color: rgb(183,31,64); }
H1.HeaderClassName
{
color: #B71F40;
}
.AnyTagClassName
{
color: #B71F40;
}
</style>
background-color css
<style>
a { background-color: #B71F40; }
a { background-color: rgb(183,31,64); }
div.DivClassName
{
background-color: #B71F40;
}
.BgClassName
{
background-color: #B71F40;
}
</style>
border-color css
<style>
span { border-color: #B71F40; }
span { border-color: rgb(183,31,64); }
td.TdClassName
{
border-color: #B71F40;
}
.TagClassName
{
border-color: #B71F40;
}
</style>