Shades of Cardinal #B50432
Tints of Cardinal #B50432
RGB
CMYK
RGB Variations
Color information
#B50432 (or 0xB50432) is known color: Cardinal. HEX triplet: B5, 04 and 32. RGB value is (181,4,50). Sum of RGB (Red+Green+Blue) = 181+4+50=235 (31% of max value = 765). Red value is 181 (71.09% from 255 or 77.02% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 181 - color contains mainly: red. Hex color #B50432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50432 is #4AFBCD. Grayscale: #3E3E3E. Windows color (decimal): -4914126 or 3278005. OLE color: 3278005.
HSL color Cylindrical-coordinate representation of color #B50432: hue angle of 344.41º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B50432 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 4 | 50 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.29 |
| HSL | 344.41º | 0.96% | 0.36% | - |
| HSV(B) | 344.41º | 0.98% | 0.71% | - |
| XYZ | 19.68 | 10.14 | 3.94 | - |
| YUV | 62.17 | 121.14 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 4 | 50 | 0 | 0.98 | 0.72 | 0.29 | 344.41 | 0.96 | 0.36 |
| Hex | B5 | 4 | 32 | 0 | 62 | 48 | 1D | 158 | 60 | 24 |
| Octal | 265 | 4 | 62 | 0 | 142 | 110 | 35 | 530 | 140 | 44 |
| Binary | 10110101 | 100 | 110010 | 0 | 1100010 | 1001000 | 11101 | 101011000 | 1100000 | 100100 |
Color Harmonies of #B50432
Complementary color
Monochromatic Colors of #B50432
Black with #B50432
Text Example
Text Example
White with #B50432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50432; }
p { color: rgb(181,4,50); }
H1.HeaderClassName
{
color: #B50432;
}
.AnyTagClassName
{
color: #B50432;
}
</style>
background-color css
<style>
a { background-color: #B50432; }
a { background-color: rgb(181,4,50); }
div.DivClassName
{
background-color: #B50432;
}
.BgClassName
{
background-color: #B50432;
}
</style>
border-color css
<style>
span { border-color: #B50432; }
span { border-color: rgb(181,4,50); }
td.TdClassName
{
border-color: #B50432;
}
.TagClassName
{
border-color: #B50432;
}
</style>