Shades of Cardinal #B50843
Tints of Cardinal #B50843
RGB
CMYK
RGB Variations
Color information
#B50843 (or 0xB50843) is known color: Cardinal. HEX triplet: B5, 08 and 43. RGB value is (181,8,67). Sum of RGB (Red+Green+Blue) = 181+8+67=256 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.70% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 181 - color contains mainly: red. Hex color #B50843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50843 is #4AF7BC. Grayscale: #424242. Windows color (decimal): -4913085 or 4393141. OLE color: 4393141.
HSL color Cylindrical-coordinate representation of color #B50843: hue angle of 339.54º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B50843 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 8 | 67 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.29 |
| HSL | 339.54º | 0.92% | 0.37% | - |
| HSV(B) | 339.54º | 0.96% | 0.71% | - |
| XYZ | 20.16 | 10.4 | 6.26 | - |
| YUV | 66.45 | 128.31 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 8 | 67 | 0 | 0.96 | 0.63 | 0.29 | 339.54 | 0.92 | 0.37 |
| Hex | B5 | 8 | 43 | 0 | 60 | 3F | 1D | 154 | 5C | 25 |
| Octal | 265 | 10 | 103 | 0 | 140 | 77 | 35 | 524 | 134 | 45 |
| Binary | 10110101 | 1000 | 1000011 | 0 | 1100000 | 111111 | 11101 | 101010100 | 1011100 | 100101 |
Color Harmonies of #B50843
Complementary color
Monochromatic Colors of #B50843
Black with #B50843
Text Example
Text Example
White with #B50843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50843; }
p { color: rgb(181,8,67); }
H1.HeaderClassName
{
color: #B50843;
}
.AnyTagClassName
{
color: #B50843;
}
</style>
background-color css
<style>
a { background-color: #B50843; }
a { background-color: rgb(181,8,67); }
div.DivClassName
{
background-color: #B50843;
}
.BgClassName
{
background-color: #B50843;
}
</style>
border-color css
<style>
span { border-color: #B50843; }
span { border-color: rgb(181,8,67); }
td.TdClassName
{
border-color: #B50843;
}
.TagClassName
{
border-color: #B50843;
}
</style>