Shades of Cardinal #B51143
Tints of Cardinal #B51143
RGB
CMYK
RGB Variations
Color information
#B51143 (or 0xB51143) is known color: Cardinal. HEX triplet: B5, 11 and 43. RGB value is (181,17,67). Sum of RGB (Red+Green+Blue) = 181+17+67=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B51143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51143 is #4AEEBC. Grayscale: #474747. Windows color (decimal): -4910781 or 4395445. OLE color: 4395445.
HSL color Cylindrical-coordinate representation of color #B51143: hue angle of 341.71º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B51143 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 17 | 67 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.29 |
| HSL | 341.71º | 0.83% | 0.39% | - |
| HSV(B) | 341.71º | 0.91% | 0.71% | - |
| XYZ | 20.27 | 10.63 | 6.29 | - |
| YUV | 71.74 | 125.33 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 67 | 0 | 0.91 | 0.63 | 0.29 | 341.71 | 0.83 | 0.39 |
| Hex | B5 | 11 | 43 | 0 | 5B | 3F | 1D | 156 | 53 | 27 |
| Octal | 265 | 21 | 103 | 0 | 133 | 77 | 35 | 526 | 123 | 47 |
| Binary | 10110101 | 10001 | 1000011 | 0 | 1011011 | 111111 | 11101 | 101010110 | 1010011 | 100111 |
Color Harmonies of #B51143
Complementary color
Monochromatic Colors of #B51143
Black with #B51143
Text Example
Text Example
White with #B51143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51143; }
p { color: rgb(181,17,67); }
H1.HeaderClassName
{
color: #B51143;
}
.AnyTagClassName
{
color: #B51143;
}
</style>
background-color css
<style>
a { background-color: #B51143; }
a { background-color: rgb(181,17,67); }
div.DivClassName
{
background-color: #B51143;
}
.BgClassName
{
background-color: #B51143;
}
</style>
border-color css
<style>
span { border-color: #B51143; }
span { border-color: rgb(181,17,67); }
td.TdClassName
{
border-color: #B51143;
}
.TagClassName
{
border-color: #B51143;
}
</style>