Shades of Cardinal #B52831
Tints of Cardinal #B52831
RGB
CMYK
RGB Variations
Color information
#B52831 (or 0xB52831) is known color: Cardinal. HEX triplet: B5, 28 and 31. RGB value is (181,40,49). Sum of RGB (Red+Green+Blue) = 181+40+49=270 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.04% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 181 - color contains mainly: red. Hex color #B52831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52831 is #4AD7CE. Grayscale: #535353. Windows color (decimal): -4904911 or 3221685. OLE color: 3221685.
HSL color Cylindrical-coordinate representation of color #B52831: hue angle of 356.17º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B52831 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 40 | 49 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.29 |
| HSL | 356.17º | 0.64% | 0.43% | - |
| HSV(B) | 356.17º | 0.78% | 0.71% | - |
| XYZ | 20.37 | 11.56 | 4.06 | - |
| YUV | 83.19 | 108.71 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 49 | 0 | 0.78 | 0.73 | 0.29 | 356.17 | 0.64 | 0.43 |
| Hex | B5 | 28 | 31 | 0 | 4E | 49 | 1D | 164 | 40 | 2B |
| Octal | 265 | 50 | 61 | 0 | 116 | 111 | 35 | 544 | 100 | 53 |
| Binary | 10110101 | 101000 | 110001 | 0 | 1001110 | 1001001 | 11101 | 101100100 | 1000000 | 101011 |
Color Harmonies of #B52831
Complementary color
Monochromatic Colors of #B52831
Black with #B52831
Text Example
Text Example
White with #B52831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52831; }
p { color: rgb(181,40,49); }
H1.HeaderClassName
{
color: #B52831;
}
.AnyTagClassName
{
color: #B52831;
}
</style>
background-color css
<style>
a { background-color: #B52831; }
a { background-color: rgb(181,40,49); }
div.DivClassName
{
background-color: #B52831;
}
.BgClassName
{
background-color: #B52831;
}
</style>
border-color css
<style>
span { border-color: #B52831; }
span { border-color: rgb(181,40,49); }
td.TdClassName
{
border-color: #B52831;
}
.TagClassName
{
border-color: #B52831;
}
</style>