Shades of Cardinal #B50330
Tints of Cardinal #B50330
RGB
CMYK
RGB Variations
Color information
#B50330 (or 0xB50330) is known color: Cardinal. HEX triplet: B5, 03 and 30. RGB value is (181,3,48). Sum of RGB (Red+Green+Blue) = 181+3+48=232 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.02% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 181 - color contains mainly: red. Hex color #B50330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50330 is #4AFCCF. Grayscale: #3D3D3D. Windows color (decimal): -4914384 or 3146677. OLE color: 3146677.
HSL color Cylindrical-coordinate representation of color #B50330: hue angle of 344.83º 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 #B50330 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 3 | 48 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.29 |
| HSL | 344.83º | 0.97% | 0.36% | - |
| HSV(B) | 344.83º | 0.98% | 0.71% | - |
| XYZ | 19.62 | 10.1 | 3.71 | - |
| YUV | 61.35 | 120.47 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 3 | 48 | 0 | 0.98 | 0.73 | 0.29 | 344.83 | 0.97 | 0.36 |
| Hex | B5 | 3 | 30 | 0 | 62 | 49 | 1D | 159 | 61 | 24 |
| Octal | 265 | 3 | 60 | 0 | 142 | 111 | 35 | 531 | 141 | 44 |
| Binary | 10110101 | 11 | 110000 | 0 | 1100010 | 1001001 | 11101 | 101011001 | 1100001 | 100100 |
Color Harmonies of #B50330
Complementary color
Monochromatic Colors of #B50330
Black with #B50330
Text Example
Text Example
White with #B50330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50330; }
p { color: rgb(181,3,48); }
H1.HeaderClassName
{
color: #B50330;
}
.AnyTagClassName
{
color: #B50330;
}
</style>
background-color css
<style>
a { background-color: #B50330; }
a { background-color: rgb(181,3,48); }
div.DivClassName
{
background-color: #B50330;
}
.BgClassName
{
background-color: #B50330;
}
</style>
border-color css
<style>
span { border-color: #B50330; }
span { border-color: rgb(181,3,48); }
td.TdClassName
{
border-color: #B50330;
}
.TagClassName
{
border-color: #B50330;
}
</style>