Shades of Cardinal #B51F2C
Tints of Cardinal #B51F2C
RGB
CMYK
RGB Variations
Color information
#B51F2C (or 0xB51F2C) is known color: Cardinal. HEX triplet: B5, 1F and 2C. RGB value is (181,31,44). Sum of RGB (Red+Green+Blue) = 181+31+44=256 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.70% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 181 - color contains mainly: red. Hex color #B51F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51F2C is #4AE0D3. Grayscale: #4D4D4D. Windows color (decimal): -4907220 or 2891701. OLE color: 2891701.
HSL color Cylindrical-coordinate representation of color #B51F2C: hue angle of 354.8º 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 #B51F2C is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 31 | 44 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.29 |
| HSL | 354.8º | 0.71% | 0.42% | - |
| HSV(B) | 354.8º | 0.83% | 0.71% | - |
| XYZ | 20 | 10.99 | 3.45 | - |
| YUV | 77.33 | 109.2 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 31 | 44 | 0 | 0.83 | 0.76 | 0.29 | 354.8 | 0.71 | 0.42 |
| Hex | B5 | 1F | 2C | 0 | 53 | 4C | 1D | 163 | 47 | 2A |
| Octal | 265 | 37 | 54 | 0 | 123 | 114 | 35 | 543 | 107 | 52 |
| Binary | 10110101 | 11111 | 101100 | 0 | 1010011 | 1001100 | 11101 | 101100011 | 1000111 | 101010 |
Color Harmonies of #B51F2C
Complementary color
Monochromatic Colors of #B51F2C
Black with #B51F2C
Text Example
Text Example
White with #B51F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51F2C; }
p { color: rgb(181,31,44); }
H1.HeaderClassName
{
color: #B51F2C;
}
.AnyTagClassName
{
color: #B51F2C;
}
</style>
background-color css
<style>
a { background-color: #B51F2C; }
a { background-color: rgb(181,31,44); }
div.DivClassName
{
background-color: #B51F2C;
}
.BgClassName
{
background-color: #B51F2C;
}
</style>
border-color css
<style>
span { border-color: #B51F2C; }
span { border-color: rgb(181,31,44); }
td.TdClassName
{
border-color: #B51F2C;
}
.TagClassName
{
border-color: #B51F2C;
}
</style>