Shades of Cardinal #B50336
Tints of Cardinal #B50336
RGB
CMYK
RGB Variations
Color information
#B50336 (or 0xB50336) is known color: Cardinal. HEX triplet: B5, 03 and 36. RGB value is (181,3,54). Sum of RGB (Red+Green+Blue) = 181+3+54=238 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.05% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 54 (21.48% from 255 or 22.69% from 238); Max value from RGB is 181 - color contains mainly: red. Hex color #B50336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50336 is #4AFCC9. Grayscale: #3E3E3E. Windows color (decimal): -4914378 or 3539893. OLE color: 3539893.
HSL color Cylindrical-coordinate representation of color #B50336: hue angle of 342.81º degrees, saturation: 0.97, 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 #B50336 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 3 | 54 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.29 |
| HSL | 342.81º | 0.97% | 0.36% | - |
| HSV(B) | 342.81º | 0.98% | 0.71% | - |
| XYZ | 19.75 | 10.16 | 4.41 | - |
| YUV | 62.04 | 123.47 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 3 | 54 | 0 | 0.98 | 0.70 | 0.29 | 342.81 | 0.97 | 0.36 |
| Hex | B5 | 3 | 36 | 0 | 62 | 46 | 1D | 157 | 61 | 24 |
| Octal | 265 | 3 | 66 | 0 | 142 | 106 | 35 | 527 | 141 | 44 |
| Binary | 10110101 | 11 | 110110 | 0 | 1100010 | 1000110 | 11101 | 101010111 | 1100001 | 100100 |
Color Harmonies of #B50336
Complementary color
Monochromatic Colors of #B50336
Black with #B50336
Text Example
Text Example
White with #B50336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50336; }
p { color: rgb(181,3,54); }
H1.HeaderClassName
{
color: #B50336;
}
.AnyTagClassName
{
color: #B50336;
}
</style>
background-color css
<style>
a { background-color: #B50336; }
a { background-color: rgb(181,3,54); }
div.DivClassName
{
background-color: #B50336;
}
.BgClassName
{
background-color: #B50336;
}
</style>
border-color css
<style>
span { border-color: #B50336; }
span { border-color: rgb(181,3,54); }
td.TdClassName
{
border-color: #B50336;
}
.TagClassName
{
border-color: #B50336;
}
</style>