Shades of Cardinal #B5053F
Tints of Cardinal #B5053F
RGB
CMYK
RGB Variations
Color information
#B5053F (or 0xB5053F) is known color: Cardinal. HEX triplet: B5, 05 and 3F. RGB value is (181,5,63). Sum of RGB (Red+Green+Blue) = 181+5+63=249 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.69% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 181 - color contains mainly: red. Hex color #B5053F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5053F is #4AFAC0. Grayscale: #404040. Windows color (decimal): -4913857 or 4130229. OLE color: 4130229.
HSL color Cylindrical-coordinate representation of color #B5053F: hue angle of 340.23º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B5053F is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 5 | 63 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.29 |
| HSL | 340.23º | 0.95% | 0.36% | - |
| HSV(B) | 340.23º | 0.97% | 0.71% | - |
| XYZ | 20.01 | 10.29 | 5.63 | - |
| YUV | 64.24 | 127.31 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 5 | 63 | 0 | 0.97 | 0.65 | 0.29 | 340.23 | 0.95 | 0.36 |
| Hex | B5 | 5 | 3F | 0 | 61 | 41 | 1D | 154 | 5F | 24 |
| Octal | 265 | 5 | 77 | 0 | 141 | 101 | 35 | 524 | 137 | 44 |
| Binary | 10110101 | 101 | 111111 | 0 | 1100001 | 1000001 | 11101 | 101010100 | 1011111 | 100100 |
Color Harmonies of #B5053F
Complementary color
Monochromatic Colors of #B5053F
Black with #B5053F
Text Example
Text Example
White with #B5053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5053F; }
p { color: rgb(181,5,63); }
H1.HeaderClassName
{
color: #B5053F;
}
.AnyTagClassName
{
color: #B5053F;
}
</style>
background-color css
<style>
a { background-color: #B5053F; }
a { background-color: rgb(181,5,63); }
div.DivClassName
{
background-color: #B5053F;
}
.BgClassName
{
background-color: #B5053F;
}
</style>
border-color css
<style>
span { border-color: #B5053F; }
span { border-color: rgb(181,5,63); }
td.TdClassName
{
border-color: #B5053F;
}
.TagClassName
{
border-color: #B5053F;
}
</style>