Shades of Cardinal #B51E2F
Tints of Cardinal #B51E2F
RGB
CMYK
RGB Variations
Color information
#B51E2F (or 0xB51E2F) is known color: Cardinal. HEX triplet: B5, 1E and 2F. RGB value is (181,30,47). Sum of RGB (Red+Green+Blue) = 181+30+47=258 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.16% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51E2F is #4AE1D0. Grayscale: #4D4D4D. Windows color (decimal): -4907473 or 3088053. OLE color: 3088053.
HSL color Cylindrical-coordinate representation of color #B51E2F: hue angle of 353.25º 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 #B51E2F is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 30 | 47 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.29 |
| HSL | 353.25º | 0.72% | 0.41% | - |
| HSV(B) | 353.25º | 0.83% | 0.71% | - |
| XYZ | 20.03 | 10.96 | 3.75 | - |
| YUV | 77.09 | 111.03 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 30 | 47 | 0 | 0.83 | 0.74 | 0.29 | 353.25 | 0.72 | 0.41 |
| Hex | B5 | 1E | 2F | 0 | 53 | 4A | 1D | 161 | 48 | 29 |
| Octal | 265 | 36 | 57 | 0 | 123 | 112 | 35 | 541 | 110 | 51 |
| Binary | 10110101 | 11110 | 101111 | 0 | 1010011 | 1001010 | 11101 | 101100001 | 1001000 | 101001 |
Color Harmonies of #B51E2F
Complementary color
Monochromatic Colors of #B51E2F
Black with #B51E2F
Text Example
Text Example
White with #B51E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51E2F; }
p { color: rgb(181,30,47); }
H1.HeaderClassName
{
color: #B51E2F;
}
.AnyTagClassName
{
color: #B51E2F;
}
</style>
background-color css
<style>
a { background-color: #B51E2F; }
a { background-color: rgb(181,30,47); }
div.DivClassName
{
background-color: #B51E2F;
}
.BgClassName
{
background-color: #B51E2F;
}
</style>
border-color css
<style>
span { border-color: #B51E2F; }
span { border-color: rgb(181,30,47); }
td.TdClassName
{
border-color: #B51E2F;
}
.TagClassName
{
border-color: #B51E2F;
}
</style>