Shades of Cardinal #B51130
Tints of Cardinal #B51130
RGB
CMYK
RGB Variations
Color information
#B51130 (or 0xB51130) is known color: Cardinal. HEX triplet: B5, 11 and 30. RGB value is (181,17,48). Sum of RGB (Red+Green+Blue) = 181+17+48=246 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.58% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 181 - color contains mainly: red. Hex color #B51130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51130 is #4AEECF. Grayscale: #454545. Windows color (decimal): -4910800 or 3150261. OLE color: 3150261.
HSL color Cylindrical-coordinate representation of color #B51130: hue angle of 348.66º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B51130 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 17 | 48 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.29 |
| HSL | 348.66º | 0.83% | 0.39% | - |
| HSV(B) | 348.66º | 0.91% | 0.71% | - |
| XYZ | 19.79 | 10.44 | 3.77 | - |
| YUV | 69.57 | 115.83 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 48 | 0 | 0.91 | 0.73 | 0.29 | 348.66 | 0.83 | 0.39 |
| Hex | B5 | 11 | 30 | 0 | 5B | 49 | 1D | 15D | 53 | 27 |
| Octal | 265 | 21 | 60 | 0 | 133 | 111 | 35 | 535 | 123 | 47 |
| Binary | 10110101 | 10001 | 110000 | 0 | 1011011 | 1001001 | 11101 | 101011101 | 1010011 | 100111 |
Color Harmonies of #B51130
Complementary color
Monochromatic Colors of #B51130
Black with #B51130
Text Example
Text Example
White with #B51130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51130; }
p { color: rgb(181,17,48); }
H1.HeaderClassName
{
color: #B51130;
}
.AnyTagClassName
{
color: #B51130;
}
</style>
background-color css
<style>
a { background-color: #B51130; }
a { background-color: rgb(181,17,48); }
div.DivClassName
{
background-color: #B51130;
}
.BgClassName
{
background-color: #B51130;
}
</style>
border-color css
<style>
span { border-color: #B51130; }
span { border-color: rgb(181,17,48); }
td.TdClassName
{
border-color: #B51130;
}
.TagClassName
{
border-color: #B51130;
}
</style>