Shades of Cardinal #B50430
Tints of Cardinal #B50430
RGB
CMYK
RGB Variations
Color information
#B50430 (or 0xB50430) is known color: Cardinal. HEX triplet: B5, 04 and 30. RGB value is (181,4,48). Sum of RGB (Red+Green+Blue) = 181+4+48=233 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.68% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 181 - color contains mainly: red. Hex color #B50430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50430 is #4AFBCF. Grayscale: #3D3D3D. Windows color (decimal): -4914128 or 3146933. OLE color: 3146933.
HSL color Cylindrical-coordinate representation of color #B50430: hue angle of 345.08º 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 #B50430 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 4 | 48 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.29 |
| HSL | 345.08º | 0.96% | 0.36% | - |
| HSV(B) | 345.08º | 0.98% | 0.71% | - |
| XYZ | 19.63 | 10.12 | 3.72 | - |
| YUV | 61.94 | 120.14 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 4 | 48 | 0 | 0.98 | 0.73 | 0.29 | 345.08 | 0.96 | 0.36 |
| Hex | B5 | 4 | 30 | 0 | 62 | 49 | 1D | 159 | 60 | 24 |
| Octal | 265 | 4 | 60 | 0 | 142 | 111 | 35 | 531 | 140 | 44 |
| Binary | 10110101 | 100 | 110000 | 0 | 1100010 | 1001001 | 11101 | 101011001 | 1100000 | 100100 |
Color Harmonies of #B50430
Complementary color
Monochromatic Colors of #B50430
Black with #B50430
Text Example
Text Example
White with #B50430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50430; }
p { color: rgb(181,4,48); }
H1.HeaderClassName
{
color: #B50430;
}
.AnyTagClassName
{
color: #B50430;
}
</style>
background-color css
<style>
a { background-color: #B50430; }
a { background-color: rgb(181,4,48); }
div.DivClassName
{
background-color: #B50430;
}
.BgClassName
{
background-color: #B50430;
}
</style>
border-color css
<style>
span { border-color: #B50430; }
span { border-color: rgb(181,4,48); }
td.TdClassName
{
border-color: #B50430;
}
.TagClassName
{
border-color: #B50430;
}
</style>