Shades of Cardinal #B51F2D
Tints of Cardinal #B51F2D
RGB
CMYK
RGB Variations
Color information
#B51F2D (or 0xB51F2D) is known color: Cardinal. HEX triplet: B5, 1F and 2D. RGB value is (181,31,45). Sum of RGB (Red+Green+Blue) = 181+31+45=257 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.43% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 181 - color contains mainly: red. Hex color #B51F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51F2D is #4AE0D2. Grayscale: #4D4D4D. Windows color (decimal): -4907219 or 2957237. OLE color: 2957237.
HSL color Cylindrical-coordinate representation of color #B51F2D: hue angle of 354.4º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B51F2D is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 31 | 45 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.29 |
| HSL | 354.4º | 0.71% | 0.42% | - |
| HSV(B) | 354.4º | 0.83% | 0.71% | - |
| XYZ | 20.02 | 10.99 | 3.55 | - |
| YUV | 77.45 | 109.7 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 31 | 45 | 0 | 0.83 | 0.75 | 0.29 | 354.4 | 0.71 | 0.42 |
| Hex | B5 | 1F | 2D | 0 | 53 | 4B | 1D | 162 | 47 | 2A |
| Octal | 265 | 37 | 55 | 0 | 123 | 113 | 35 | 542 | 107 | 52 |
| Binary | 10110101 | 11111 | 101101 | 0 | 1010011 | 1001011 | 11101 | 101100010 | 1000111 | 101010 |
Color Harmonies of #B51F2D
Complementary color
Monochromatic Colors of #B51F2D
Black with #B51F2D
Text Example
Text Example
White with #B51F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51F2D; }
p { color: rgb(181,31,45); }
H1.HeaderClassName
{
color: #B51F2D;
}
.AnyTagClassName
{
color: #B51F2D;
}
</style>
background-color css
<style>
a { background-color: #B51F2D; }
a { background-color: rgb(181,31,45); }
div.DivClassName
{
background-color: #B51F2D;
}
.BgClassName
{
background-color: #B51F2D;
}
</style>
border-color css
<style>
span { border-color: #B51F2D; }
span { border-color: rgb(181,31,45); }
td.TdClassName
{
border-color: #B51F2D;
}
.TagClassName
{
border-color: #B51F2D;
}
</style>