Shades of Cardinal #B50230
Tints of Cardinal #B50230
RGB
CMYK
RGB Variations
Color information
#B50230 (or 0xB50230) is known color: Cardinal. HEX triplet: B5, 02 and 30. RGB value is (181,2,48). Sum of RGB (Red+Green+Blue) = 181+2+48=231 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.35% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 181 - color contains mainly: red. Hex color #B50230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50230 is #4AFDCF. Grayscale: #3C3C3C. Windows color (decimal): -4914640 or 3146421. OLE color: 3146421.
HSL color Cylindrical-coordinate representation of color #B50230: hue angle of 344.58º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B50230 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 2 | 48 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.29 |
| HSL | 344.58º | 0.98% | 0.36% | - |
| HSV(B) | 344.58º | 0.99% | 0.71% | - |
| XYZ | 19.61 | 10.08 | 3.71 | - |
| YUV | 60.77 | 120.8 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 48 | 0 | 0.99 | 0.73 | 0.29 | 344.58 | 0.98 | 0.36 |
| Hex | B5 | 2 | 30 | 0 | 63 | 49 | 1D | 159 | 62 | 24 |
| Octal | 265 | 2 | 60 | 0 | 143 | 111 | 35 | 531 | 142 | 44 |
| Binary | 10110101 | 10 | 110000 | 0 | 1100011 | 1001001 | 11101 | 101011001 | 1100010 | 100100 |
Color Harmonies of #B50230
Complementary color
Monochromatic Colors of #B50230
Black with #B50230
Text Example
Text Example
White with #B50230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50230; }
p { color: rgb(181,2,48); }
H1.HeaderClassName
{
color: #B50230;
}
.AnyTagClassName
{
color: #B50230;
}
</style>
background-color css
<style>
a { background-color: #B50230; }
a { background-color: rgb(181,2,48); }
div.DivClassName
{
background-color: #B50230;
}
.BgClassName
{
background-color: #B50230;
}
</style>
border-color css
<style>
span { border-color: #B50230; }
span { border-color: rgb(181,2,48); }
td.TdClassName
{
border-color: #B50230;
}
.TagClassName
{
border-color: #B50230;
}
</style>