Shades of Cardinal #B51E2D
Tints of Cardinal #B51E2D
RGB
CMYK
RGB Variations
Color information
#B51E2D (or 0xB51E2D) is known color: Cardinal. HEX triplet: B5, 1E and 2D. RGB value is (181,30,45). Sum of RGB (Red+Green+Blue) = 181+30+45=256 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.70% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51E2D is #4AE1D2. Grayscale: #4C4C4C. Windows color (decimal): -4907475 or 2956981. OLE color: 2956981.
HSL color Cylindrical-coordinate representation of color #B51E2D: hue angle of 354.04º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B51E2D is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 30 | 45 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.29 |
| HSL | 354.04º | 0.72% | 0.41% | - |
| HSV(B) | 354.04º | 0.83% | 0.71% | - |
| XYZ | 19.99 | 10.94 | 3.54 | - |
| YUV | 76.86 | 110.03 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 30 | 45 | 0 | 0.83 | 0.75 | 0.29 | 354.04 | 0.72 | 0.41 |
| Hex | B5 | 1E | 2D | 0 | 53 | 4B | 1D | 162 | 48 | 29 |
| Octal | 265 | 36 | 55 | 0 | 123 | 113 | 35 | 542 | 110 | 51 |
| Binary | 10110101 | 11110 | 101101 | 0 | 1010011 | 1001011 | 11101 | 101100010 | 1001000 | 101001 |
Color Harmonies of #B51E2D
Complementary color
Monochromatic Colors of #B51E2D
Black with #B51E2D
Text Example
Text Example
White with #B51E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51E2D; }
p { color: rgb(181,30,45); }
H1.HeaderClassName
{
color: #B51E2D;
}
.AnyTagClassName
{
color: #B51E2D;
}
</style>
background-color css
<style>
a { background-color: #B51E2D; }
a { background-color: rgb(181,30,45); }
div.DivClassName
{
background-color: #B51E2D;
}
.BgClassName
{
background-color: #B51E2D;
}
</style>
border-color css
<style>
span { border-color: #B51E2D; }
span { border-color: rgb(181,30,45); }
td.TdClassName
{
border-color: #B51E2D;
}
.TagClassName
{
border-color: #B51E2D;
}
</style>