Shades of Cardinal #B51D39
Tints of Cardinal #B51D39
RGB
CMYK
RGB Variations
Color information
#B51D39 (or 0xB51D39) is known color: Cardinal. HEX triplet: B5, 1D and 39. RGB value is (181,29,57). Sum of RGB (Red+Green+Blue) = 181+29+57=267 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.79% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 181 - color contains mainly: red. Hex color #B51D39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51D39 is #4AE2C6. Grayscale: #4D4D4D. Windows color (decimal): -4907719 or 3743157. OLE color: 3743157.
HSL color Cylindrical-coordinate representation of color #B51D39: hue angle of 348.95º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B51D39 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 29 | 57 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.29 |
| HSL | 348.95º | 0.72% | 0.41% | - |
| HSV(B) | 348.95º | 0.84% | 0.71% | - |
| XYZ | 20.23 | 11 | 4.93 | - |
| YUV | 77.64 | 116.36 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 29 | 57 | 0 | 0.84 | 0.69 | 0.29 | 348.95 | 0.72 | 0.41 |
| Hex | B5 | 1D | 39 | 0 | 54 | 45 | 1D | 15D | 48 | 29 |
| Octal | 265 | 35 | 71 | 0 | 124 | 105 | 35 | 535 | 110 | 51 |
| Binary | 10110101 | 11101 | 111001 | 0 | 1010100 | 1000101 | 11101 | 101011101 | 1001000 | 101001 |
Color Harmonies of #B51D39
Complementary color
Monochromatic Colors of #B51D39
Black with #B51D39
Text Example
Text Example
White with #B51D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51D39; }
p { color: rgb(181,29,57); }
H1.HeaderClassName
{
color: #B51D39;
}
.AnyTagClassName
{
color: #B51D39;
}
</style>
background-color css
<style>
a { background-color: #B51D39; }
a { background-color: rgb(181,29,57); }
div.DivClassName
{
background-color: #B51D39;
}
.BgClassName
{
background-color: #B51D39;
}
</style>
border-color css
<style>
span { border-color: #B51D39; }
span { border-color: rgb(181,29,57); }
td.TdClassName
{
border-color: #B51D39;
}
.TagClassName
{
border-color: #B51D39;
}
</style>