Shades of Cardinal #B71040
Tints of Cardinal #B71040
RGB
CMYK
RGB Variations
Color information
#B71040 (or 0xB71040) is known color: Cardinal. HEX triplet: B7, 10 and 40. RGB value is (183,16,64). Sum of RGB (Red+Green+Blue) = 183+16+64=263 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.58% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 183 - color contains mainly: red. Hex color #B71040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71040 is #48EFBF. Grayscale: #474747. Windows color (decimal): -4779968 or 4198583. OLE color: 4198583.
HSL color Cylindrical-coordinate representation of color #B71040: hue angle of 342.75º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B71040 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 16 | 64 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.28 |
| HSL | 342.75º | 0.84% | 0.39% | - |
| HSV(B) | 342.75º | 0.91% | 0.72% | - |
| XYZ | 20.64 | 10.81 | 5.85 | - |
| YUV | 71.41 | 123.83 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 16 | 64 | 0 | 0.91 | 0.65 | 0.28 | 342.75 | 0.84 | 0.39 |
| Hex | B7 | 10 | 40 | 0 | 5B | 41 | 1C | 157 | 54 | 27 |
| Octal | 267 | 20 | 100 | 0 | 133 | 101 | 34 | 527 | 124 | 47 |
| Binary | 10110111 | 10000 | 1000000 | 0 | 1011011 | 1000001 | 11100 | 101010111 | 1010100 | 100111 |
Color Harmonies of #B71040
Complementary color
Monochromatic Colors of #B71040
Black with #B71040
Text Example
Text Example
White with #B71040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71040; }
p { color: rgb(183,16,64); }
H1.HeaderClassName
{
color: #B71040;
}
.AnyTagClassName
{
color: #B71040;
}
</style>
background-color css
<style>
a { background-color: #B71040; }
a { background-color: rgb(183,16,64); }
div.DivClassName
{
background-color: #B71040;
}
.BgClassName
{
background-color: #B71040;
}
</style>
border-color css
<style>
span { border-color: #B71040; }
span { border-color: rgb(183,16,64); }
td.TdClassName
{
border-color: #B71040;
}
.TagClassName
{
border-color: #B71040;
}
</style>