Shades of Cardinal #B51A44
Tints of Cardinal #B51A44
RGB
CMYK
RGB Variations
Color information
#B51A44 (or 0xB51A44) is known color: Cardinal. HEX triplet: B5, 1A and 44. RGB value is (181,26,68). Sum of RGB (Red+Green+Blue) = 181+26+68=275 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.82% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 181 - color contains mainly: red. Hex color #B51A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51A44 is #4AE5BB. Grayscale: #4D4D4D. Windows color (decimal): -4908476 or 4463285. OLE color: 4463285.
HSL color Cylindrical-coordinate representation of color #B51A44: hue angle of 343.74º 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 #B51A44 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 26 | 68 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.29 |
| HSL | 343.74º | 0.75% | 0.41% | - |
| HSV(B) | 343.74º | 0.86% | 0.71% | - |
| XYZ | 20.47 | 10.98 | 6.51 | - |
| YUV | 77.13 | 122.85 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 26 | 68 | 0 | 0.86 | 0.62 | 0.29 | 343.74 | 0.75 | 0.41 |
| Hex | B5 | 1A | 44 | 0 | 56 | 3E | 1D | 158 | 4B | 29 |
| Octal | 265 | 32 | 104 | 0 | 126 | 76 | 35 | 530 | 113 | 51 |
| Binary | 10110101 | 11010 | 1000100 | 0 | 1010110 | 111110 | 11101 | 101011000 | 1001011 | 101001 |
Color Harmonies of #B51A44
Complementary color
Monochromatic Colors of #B51A44
Black with #B51A44
Text Example
Text Example
White with #B51A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51A44; }
p { color: rgb(181,26,68); }
H1.HeaderClassName
{
color: #B51A44;
}
.AnyTagClassName
{
color: #B51A44;
}
</style>
background-color css
<style>
a { background-color: #B51A44; }
a { background-color: rgb(181,26,68); }
div.DivClassName
{
background-color: #B51A44;
}
.BgClassName
{
background-color: #B51A44;
}
</style>
border-color css
<style>
span { border-color: #B51A44; }
span { border-color: rgb(181,26,68); }
td.TdClassName
{
border-color: #B51A44;
}
.TagClassName
{
border-color: #B51A44;
}
</style>