Shades of Cardinal #B50033
Tints of Cardinal #B50033
RGB
CMYK
RGB Variations
Color information
#B50033 (or 0xB50033) is known color: Cardinal. HEX triplet: B5, 00 and 33. RGB value is (181,0,51). Sum of RGB (Red+Green+Blue) = 181+0+51=232 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.02% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 181 - color contains mainly: red. Hex color #B50033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50033 is #4AFFCC. Grayscale: #3B3B3B. Windows color (decimal): -4915149 or 3342517. OLE color: 3342517.
HSL color Cylindrical-coordinate representation of color #B50033: hue angle of 343.09º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B50033 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 0 | 51 | - |
| CMYK | 0 | 1 | 0.72 | 0.29 |
| HSL | 343.09º | 1% | 0.35% | - |
| HSV(B) | 343.09º | 1% | 0.71% | - |
| XYZ | 19.65 | 10.06 | 4.04 | - |
| YUV | 59.93 | 122.97 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 51 | 0 | 1 | 0.72 | 0.29 | 343.09 | 1 | 0.35 |
| Hex | B5 | 0 | 33 | 0 | 64 | 48 | 1D | 157 | 64 | 23 |
| Octal | 265 | 0 | 63 | 0 | 144 | 110 | 35 | 527 | 144 | 43 |
| Binary | 10110101 | 0 | 110011 | 0 | 1100100 | 1001000 | 11101 | 101010111 | 1100100 | 100011 |
Color Harmonies of #B50033
Complementary color
Monochromatic Colors of #B50033
Black with #B50033
Text Example
Text Example
White with #B50033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50033; }
p { color: rgb(181,0,51); }
H1.HeaderClassName
{
color: #B50033;
}
.AnyTagClassName
{
color: #B50033;
}
</style>
background-color css
<style>
a { background-color: #B50033; }
a { background-color: rgb(181,0,51); }
div.DivClassName
{
background-color: #B50033;
}
.BgClassName
{
background-color: #B50033;
}
</style>
border-color css
<style>
span { border-color: #B50033; }
span { border-color: rgb(181,0,51); }
td.TdClassName
{
border-color: #B50033;
}
.TagClassName
{
border-color: #B50033;
}
</style>