Shades of Cardinal #B51230
Tints of Cardinal #B51230
RGB
CMYK
RGB Variations
Color information
#B51230 (or 0xB51230) is known color: Cardinal. HEX triplet: B5, 12 and 30. RGB value is (181,18,48). Sum of RGB (Red+Green+Blue) = 181+18+48=247 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.28% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 181 - color contains mainly: red. Hex color #B51230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51230 is #4AEDCF. Grayscale: #464646. Windows color (decimal): -4910544 or 3150517. OLE color: 3150517.
HSL color Cylindrical-coordinate representation of color #B51230: hue angle of 348.96º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B51230 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 18 | 48 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.29 |
| HSL | 348.96º | 0.82% | 0.39% | - |
| HSV(B) | 348.96º | 0.9% | 0.71% | - |
| XYZ | 19.81 | 10.47 | 3.77 | - |
| YUV | 70.16 | 115.5 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 48 | 0 | 0.90 | 0.73 | 0.29 | 348.96 | 0.82 | 0.39 |
| Hex | B5 | 12 | 30 | 0 | 5A | 49 | 1D | 15D | 52 | 27 |
| Octal | 265 | 22 | 60 | 0 | 132 | 111 | 35 | 535 | 122 | 47 |
| Binary | 10110101 | 10010 | 110000 | 0 | 1011010 | 1001001 | 11101 | 101011101 | 1010010 | 100111 |
Color Harmonies of #B51230
Complementary color
Monochromatic Colors of #B51230
Black with #B51230
Text Example
Text Example
White with #B51230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51230; }
p { color: rgb(181,18,48); }
H1.HeaderClassName
{
color: #B51230;
}
.AnyTagClassName
{
color: #B51230;
}
</style>
background-color css
<style>
a { background-color: #B51230; }
a { background-color: rgb(181,18,48); }
div.DivClassName
{
background-color: #B51230;
}
.BgClassName
{
background-color: #B51230;
}
</style>
border-color css
<style>
span { border-color: #B51230; }
span { border-color: rgb(181,18,48); }
td.TdClassName
{
border-color: #B51230;
}
.TagClassName
{
border-color: #B51230;
}
</style>