Shades of Cardinal #B51A2D
Tints of Cardinal #B51A2D
RGB
CMYK
RGB Variations
Color information
#B51A2D (or 0xB51A2D) is known color: Cardinal. HEX triplet: B5, 1A and 2D. RGB value is (181,26,45). Sum of RGB (Red+Green+Blue) = 181+26+45=252 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.83% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 181 - color contains mainly: red. Hex color #B51A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51A2D is #4AE5D2. Grayscale: #4A4A4A. Windows color (decimal): -4908499 or 2955957. OLE color: 2955957.
HSL color Cylindrical-coordinate representation of color #B51A2D: hue angle of 352.65º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B51A2D is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 26 | 45 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.29 |
| HSL | 352.65º | 0.75% | 0.41% | - |
| HSV(B) | 352.65º | 0.86% | 0.71% | - |
| XYZ | 19.9 | 10.75 | 3.51 | - |
| YUV | 74.51 | 111.35 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 26 | 45 | 0 | 0.86 | 0.75 | 0.29 | 352.65 | 0.75 | 0.41 |
| Hex | B5 | 1A | 2D | 0 | 56 | 4B | 1D | 161 | 4B | 29 |
| Octal | 265 | 32 | 55 | 0 | 126 | 113 | 35 | 541 | 113 | 51 |
| Binary | 10110101 | 11010 | 101101 | 0 | 1010110 | 1001011 | 11101 | 101100001 | 1001011 | 101001 |
Color Harmonies of #B51A2D
Complementary color
Monochromatic Colors of #B51A2D
Black with #B51A2D
Text Example
Text Example
White with #B51A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51A2D; }
p { color: rgb(181,26,45); }
H1.HeaderClassName
{
color: #B51A2D;
}
.AnyTagClassName
{
color: #B51A2D;
}
</style>
background-color css
<style>
a { background-color: #B51A2D; }
a { background-color: rgb(181,26,45); }
div.DivClassName
{
background-color: #B51A2D;
}
.BgClassName
{
background-color: #B51A2D;
}
</style>
border-color css
<style>
span { border-color: #B51A2D; }
span { border-color: rgb(181,26,45); }
td.TdClassName
{
border-color: #B51A2D;
}
.TagClassName
{
border-color: #B51A2D;
}
</style>