Shades of Cardinal #B50333
Tints of Cardinal #B50333
RGB
CMYK
RGB Variations
Color information
#B50333 (or 0xB50333) is known color: Cardinal. HEX triplet: B5, 03 and 33. RGB value is (181,3,51). Sum of RGB (Red+Green+Blue) = 181+3+51=235 (31% of max value = 765). Red value is 181 (71.09% from 255 or 77.02% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 181 - color contains mainly: red. Hex color #B50333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50333 is #4AFCCC. Grayscale: #3D3D3D. Windows color (decimal): -4914381 or 3343285. OLE color: 3343285.
HSL color Cylindrical-coordinate representation of color #B50333: hue angle of 343.82º 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 #B50333 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 3 | 51 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.29 |
| HSL | 343.82º | 0.97% | 0.36% | - |
| HSV(B) | 343.82º | 0.98% | 0.71% | - |
| XYZ | 19.69 | 10.13 | 4.05 | - |
| YUV | 61.69 | 121.97 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 3 | 51 | 0 | 0.98 | 0.72 | 0.29 | 343.82 | 0.97 | 0.36 |
| Hex | B5 | 3 | 33 | 0 | 62 | 48 | 1D | 158 | 61 | 24 |
| Octal | 265 | 3 | 63 | 0 | 142 | 110 | 35 | 530 | 141 | 44 |
| Binary | 10110101 | 11 | 110011 | 0 | 1100010 | 1001000 | 11101 | 101011000 | 1100001 | 100100 |
Color Harmonies of #B50333
Complementary color
Monochromatic Colors of #B50333
Black with #B50333
Text Example
Text Example
White with #B50333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50333; }
p { color: rgb(181,3,51); }
H1.HeaderClassName
{
color: #B50333;
}
.AnyTagClassName
{
color: #B50333;
}
</style>
background-color css
<style>
a { background-color: #B50333; }
a { background-color: rgb(181,3,51); }
div.DivClassName
{
background-color: #B50333;
}
.BgClassName
{
background-color: #B50333;
}
</style>
border-color css
<style>
span { border-color: #B50333; }
span { border-color: rgb(181,3,51); }
td.TdClassName
{
border-color: #B50333;
}
.TagClassName
{
border-color: #B50333;
}
</style>