Shades of Cardinal #B51D3A
Tints of Cardinal #B51D3A
RGB
CMYK
RGB Variations
Color information
#B51D3A (or 0xB51D3A) is known color: Cardinal. HEX triplet: B5, 1D and 3A. RGB value is (181,29,58). Sum of RGB (Red+Green+Blue) = 181+29+58=268 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.54% from 268); Green value is 29 (11.72% from 255 or 10.82% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 181 - color contains mainly: red. Hex color #B51D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51D3A is #4AE2C5. Grayscale: #4D4D4D. Windows color (decimal): -4907718 or 3808693. OLE color: 3808693.
HSL color Cylindrical-coordinate representation of color #B51D3A: hue angle of 348.55º 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 #B51D3A is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 29 | 58 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.29 |
| HSL | 348.55º | 0.72% | 0.41% | - |
| HSV(B) | 348.55º | 0.84% | 0.71% | - |
| XYZ | 20.26 | 11.01 | 5.06 | - |
| YUV | 77.75 | 116.86 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 29 | 58 | 0 | 0.84 | 0.68 | 0.29 | 348.55 | 0.72 | 0.41 |
| Hex | B5 | 1D | 3A | 0 | 54 | 44 | 1D | 15D | 48 | 29 |
| Octal | 265 | 35 | 72 | 0 | 124 | 104 | 35 | 535 | 110 | 51 |
| Binary | 10110101 | 11101 | 111010 | 0 | 1010100 | 1000100 | 11101 | 101011101 | 1001000 | 101001 |
Color Harmonies of #B51D3A
Complementary color
Monochromatic Colors of #B51D3A
Black with #B51D3A
Text Example
Text Example
White with #B51D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51D3A; }
p { color: rgb(181,29,58); }
H1.HeaderClassName
{
color: #B51D3A;
}
.AnyTagClassName
{
color: #B51D3A;
}
</style>
background-color css
<style>
a { background-color: #B51D3A; }
a { background-color: rgb(181,29,58); }
div.DivClassName
{
background-color: #B51D3A;
}
.BgClassName
{
background-color: #B51D3A;
}
</style>
border-color css
<style>
span { border-color: #B51D3A; }
span { border-color: rgb(181,29,58); }
td.TdClassName
{
border-color: #B51D3A;
}
.TagClassName
{
border-color: #B51D3A;
}
</style>