Shades of Cardinal #B51C32
Tints of Cardinal #B51C32
RGB
CMYK
RGB Variations
Color information
#B51C32 (or 0xB51C32) is known color: Cardinal. HEX triplet: B5, 1C and 32. RGB value is (181,28,50). Sum of RGB (Red+Green+Blue) = 181+28+50=259 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.88% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 181 - color contains mainly: red. Hex color #B51C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51C32 is #4AE3CD. Grayscale: #4C4C4C. Windows color (decimal): -4907982 or 3284149. OLE color: 3284149.
HSL color Cylindrical-coordinate representation of color #B51C32: hue angle of 351.37º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B51C32 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 28 | 50 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.29 |
| HSL | 351.37º | 0.73% | 0.41% | - |
| HSV(B) | 351.37º | 0.85% | 0.71% | - |
| XYZ | 20.05 | 10.88 | 4.06 | - |
| YUV | 76.26 | 113.19 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 28 | 50 | 0 | 0.85 | 0.72 | 0.29 | 351.37 | 0.73 | 0.41 |
| Hex | B5 | 1C | 32 | 0 | 55 | 48 | 1D | 15F | 49 | 29 |
| Octal | 265 | 34 | 62 | 0 | 125 | 110 | 35 | 537 | 111 | 51 |
| Binary | 10110101 | 11100 | 110010 | 0 | 1010101 | 1001000 | 11101 | 101011111 | 1001001 | 101001 |
Color Harmonies of #B51C32
Complementary color
Monochromatic Colors of #B51C32
Black with #B51C32
Text Example
Text Example
White with #B51C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51C32; }
p { color: rgb(181,28,50); }
H1.HeaderClassName
{
color: #B51C32;
}
.AnyTagClassName
{
color: #B51C32;
}
</style>
background-color css
<style>
a { background-color: #B51C32; }
a { background-color: rgb(181,28,50); }
div.DivClassName
{
background-color: #B51C32;
}
.BgClassName
{
background-color: #B51C32;
}
</style>
border-color css
<style>
span { border-color: #B51C32; }
span { border-color: rgb(181,28,50); }
td.TdClassName
{
border-color: #B51C32;
}
.TagClassName
{
border-color: #B51C32;
}
</style>