Shades of Cardinal #B71143
Tints of Cardinal #B71143
RGB
CMYK
RGB Variations
Color information
#B71143 (or 0xB71143) is known color: Cardinal. HEX triplet: B7, 11 and 43. RGB value is (183,17,67). Sum of RGB (Red+Green+Blue) = 183+17+67=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B71143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71143 is #48EEBC. Grayscale: #484848. Windows color (decimal): -4779709 or 4395447. OLE color: 4395447.
HSL color Cylindrical-coordinate representation of color #B71143: hue angle of 341.93º degrees, saturation: 0.83, 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 #B71143 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 67 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.28 |
| HSL | 341.93º | 0.83% | 0.39% | - |
| HSV(B) | 341.93º | 0.91% | 0.72% | - |
| XYZ | 20.74 | 10.87 | 6.32 | - |
| YUV | 72.33 | 125 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 67 | 0 | 0.91 | 0.63 | 0.28 | 341.93 | 0.83 | 0.39 |
| Hex | B7 | 11 | 43 | 0 | 5B | 3F | 1C | 156 | 53 | 27 |
| Octal | 267 | 21 | 103 | 0 | 133 | 77 | 34 | 526 | 123 | 47 |
| Binary | 10110111 | 10001 | 1000011 | 0 | 1011011 | 111111 | 11100 | 101010110 | 1010011 | 100111 |
Color Harmonies of #B71143
Complementary color
Monochromatic Colors of #B71143
Black with #B71143
Text Example
Text Example
White with #B71143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71143; }
p { color: rgb(183,17,67); }
H1.HeaderClassName
{
color: #B71143;
}
.AnyTagClassName
{
color: #B71143;
}
</style>
background-color css
<style>
a { background-color: #B71143; }
a { background-color: rgb(183,17,67); }
div.DivClassName
{
background-color: #B71143;
}
.BgClassName
{
background-color: #B71143;
}
</style>
border-color css
<style>
span { border-color: #B71143; }
span { border-color: rgb(183,17,67); }
td.TdClassName
{
border-color: #B71143;
}
.TagClassName
{
border-color: #B71143;
}
</style>