Shades of Cardinal #B51A46
Tints of Cardinal #B51A46
RGB
CMYK
RGB Variations
Color information
#B51A46 (or 0xB51A46) is known color: Cardinal. HEX triplet: B5, 1A and 46. RGB value is (181,26,70). Sum of RGB (Red+Green+Blue) = 181+26+70=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B51A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51A46 is #4AE5B9. Grayscale: #4D4D4D. Windows color (decimal): -4908474 or 4594357. OLE color: 4594357.
HSL color Cylindrical-coordinate representation of color #B51A46: hue angle of 342.97º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B51A46 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 26 | 70 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.29 |
| HSL | 342.97º | 0.75% | 0.41% | - |
| HSV(B) | 342.97º | 0.86% | 0.71% | - |
| XYZ | 20.53 | 11 | 6.84 | - |
| YUV | 77.36 | 123.85 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 26 | 70 | 0 | 0.86 | 0.61 | 0.29 | 342.97 | 0.75 | 0.41 |
| Hex | B5 | 1A | 46 | 0 | 56 | 3D | 1D | 157 | 4B | 29 |
| Octal | 265 | 32 | 106 | 0 | 126 | 75 | 35 | 527 | 113 | 51 |
| Binary | 10110101 | 11010 | 1000110 | 0 | 1010110 | 111101 | 11101 | 101010111 | 1001011 | 101001 |
Color Harmonies of #B51A46
Complementary color
Monochromatic Colors of #B51A46
Black with #B51A46
Text Example
Text Example
White with #B51A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51A46; }
p { color: rgb(181,26,70); }
H1.HeaderClassName
{
color: #B51A46;
}
.AnyTagClassName
{
color: #B51A46;
}
</style>
background-color css
<style>
a { background-color: #B51A46; }
a { background-color: rgb(181,26,70); }
div.DivClassName
{
background-color: #B51A46;
}
.BgClassName
{
background-color: #B51A46;
}
</style>
border-color css
<style>
span { border-color: #B51A46; }
span { border-color: rgb(181,26,70); }
td.TdClassName
{
border-color: #B51A46;
}
.TagClassName
{
border-color: #B51A46;
}
</style>