Shades of Cardinal #B51D2D
Tints of Cardinal #B51D2D
RGB
CMYK
RGB Variations
Color information
#B51D2D (or 0xB51D2D) is known color: Cardinal. HEX triplet: B5, 1D and 2D. RGB value is (181,29,45). Sum of RGB (Red+Green+Blue) = 181+29+45=255 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.98% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 181 - color contains mainly: red. Hex color #B51D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51D2D is #4AE2D2. Grayscale: #4C4C4C. Windows color (decimal): -4907731 or 2956725. OLE color: 2956725.
HSL color Cylindrical-coordinate representation of color #B51D2D: hue angle of 353.68º 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 #B51D2D is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 29 | 45 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.29 |
| HSL | 353.68º | 0.72% | 0.41% | - |
| HSV(B) | 353.68º | 0.84% | 0.71% | - |
| XYZ | 19.97 | 10.89 | 3.53 | - |
| YUV | 76.27 | 110.36 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 29 | 45 | 0 | 0.84 | 0.75 | 0.29 | 353.68 | 0.72 | 0.41 |
| Hex | B5 | 1D | 2D | 0 | 54 | 4B | 1D | 162 | 48 | 29 |
| Octal | 265 | 35 | 55 | 0 | 124 | 113 | 35 | 542 | 110 | 51 |
| Binary | 10110101 | 11101 | 101101 | 0 | 1010100 | 1001011 | 11101 | 101100010 | 1001000 | 101001 |
Color Harmonies of #B51D2D
Complementary color
Monochromatic Colors of #B51D2D
Black with #B51D2D
Text Example
Text Example
White with #B51D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51D2D; }
p { color: rgb(181,29,45); }
H1.HeaderClassName
{
color: #B51D2D;
}
.AnyTagClassName
{
color: #B51D2D;
}
</style>
background-color css
<style>
a { background-color: #B51D2D; }
a { background-color: rgb(181,29,45); }
div.DivClassName
{
background-color: #B51D2D;
}
.BgClassName
{
background-color: #B51D2D;
}
</style>
border-color css
<style>
span { border-color: #B51D2D; }
span { border-color: rgb(181,29,45); }
td.TdClassName
{
border-color: #B51D2D;
}
.TagClassName
{
border-color: #B51D2D;
}
</style>