Shades of Cardinal #B50C38
Tints of Cardinal #B50C38
RGB
CMYK
RGB Variations
Color information
#B50C38 (or 0xB50C38) is known color: Cardinal. HEX triplet: B5, 0C and 38. RGB value is (181,12,56). Sum of RGB (Red+Green+Blue) = 181+12+56=249 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.69% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50C38 is #4AF3C7. Grayscale: #434343. Windows color (decimal): -4912072 or 3673269. OLE color: 3673269.
HSL color Cylindrical-coordinate representation of color #B50C38: hue angle of 344.38º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50C38 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 12 | 56 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.29 |
| HSL | 344.38º | 0.88% | 0.38% | - |
| HSV(B) | 344.38º | 0.93% | 0.71% | - |
| XYZ | 19.9 | 10.37 | 4.69 | - |
| YUV | 67.55 | 121.49 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 12 | 56 | 0 | 0.93 | 0.69 | 0.29 | 344.38 | 0.88 | 0.38 |
| Hex | B5 | C | 38 | 0 | 5D | 45 | 1D | 158 | 58 | 26 |
| Octal | 265 | 14 | 70 | 0 | 135 | 105 | 35 | 530 | 130 | 46 |
| Binary | 10110101 | 1100 | 111000 | 0 | 1011101 | 1000101 | 11101 | 101011000 | 1011000 | 100110 |
Color Harmonies of #B50C38
Complementary color
Monochromatic Colors of #B50C38
Black with #B50C38
Text Example
Text Example
White with #B50C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50C38; }
p { color: rgb(181,12,56); }
H1.HeaderClassName
{
color: #B50C38;
}
.AnyTagClassName
{
color: #B50C38;
}
</style>
background-color css
<style>
a { background-color: #B50C38; }
a { background-color: rgb(181,12,56); }
div.DivClassName
{
background-color: #B50C38;
}
.BgClassName
{
background-color: #B50C38;
}
</style>
border-color css
<style>
span { border-color: #B50C38; }
span { border-color: rgb(181,12,56); }
td.TdClassName
{
border-color: #B50C38;
}
.TagClassName
{
border-color: #B50C38;
}
</style>