Shades of Cardinal #B51A30
Tints of Cardinal #B51A30
RGB
CMYK
RGB Variations
Color information
#B51A30 (or 0xB51A30) is known color: Cardinal. HEX triplet: B5, 1A and 30. RGB value is (181,26,48). Sum of RGB (Red+Green+Blue) = 181+26+48=255 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.98% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 181 - color contains mainly: red. Hex color #B51A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51A30 is #4AE5CF. Grayscale: #4A4A4A. Windows color (decimal): -4908496 or 3152565. OLE color: 3152565.
HSL color Cylindrical-coordinate representation of color #B51A30: hue angle of 351.48º 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 #B51A30 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 26 | 48 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.29 |
| HSL | 351.48º | 0.75% | 0.41% | - |
| HSV(B) | 351.48º | 0.86% | 0.71% | - |
| XYZ | 19.96 | 10.78 | 3.82 | - |
| YUV | 74.85 | 112.85 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 26 | 48 | 0 | 0.86 | 0.73 | 0.29 | 351.48 | 0.75 | 0.41 |
| Hex | B5 | 1A | 30 | 0 | 56 | 49 | 1D | 15F | 4B | 29 |
| Octal | 265 | 32 | 60 | 0 | 126 | 111 | 35 | 537 | 113 | 51 |
| Binary | 10110101 | 11010 | 110000 | 0 | 1010110 | 1001001 | 11101 | 101011111 | 1001011 | 101001 |
Color Harmonies of #B51A30
Complementary color
Monochromatic Colors of #B51A30
Black with #B51A30
Text Example
Text Example
White with #B51A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51A30; }
p { color: rgb(181,26,48); }
H1.HeaderClassName
{
color: #B51A30;
}
.AnyTagClassName
{
color: #B51A30;
}
</style>
background-color css
<style>
a { background-color: #B51A30; }
a { background-color: rgb(181,26,48); }
div.DivClassName
{
background-color: #B51A30;
}
.BgClassName
{
background-color: #B51A30;
}
</style>
border-color css
<style>
span { border-color: #B51A30; }
span { border-color: rgb(181,26,48); }
td.TdClassName
{
border-color: #B51A30;
}
.TagClassName
{
border-color: #B51A30;
}
</style>