Shades of Cardinal #B52834
Tints of Cardinal #B52834
RGB
CMYK
RGB Variations
Color information
#B52834 (or 0xB52834) is known color: Cardinal. HEX triplet: B5, 28 and 34. RGB value is (181,40,52). Sum of RGB (Red+Green+Blue) = 181+40+52=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B52834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52834 is #4AD7CB. Grayscale: #535353. Windows color (decimal): -4904908 or 3418293. OLE color: 3418293.
HSL color Cylindrical-coordinate representation of color #B52834: hue angle of 354.89º 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 #B52834 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 40 | 52 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.29 |
| HSL | 354.89º | 0.64% | 0.43% | - |
| HSV(B) | 354.89º | 0.78% | 0.71% | - |
| XYZ | 20.43 | 11.59 | 4.41 | - |
| YUV | 83.53 | 110.21 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 52 | 0 | 0.78 | 0.71 | 0.29 | 354.89 | 0.64 | 0.43 |
| Hex | B5 | 28 | 34 | 0 | 4E | 47 | 1D | 163 | 40 | 2B |
| Octal | 265 | 50 | 64 | 0 | 116 | 107 | 35 | 543 | 100 | 53 |
| Binary | 10110101 | 101000 | 110100 | 0 | 1001110 | 1000111 | 11101 | 101100011 | 1000000 | 101011 |
Color Harmonies of #B52834
Complementary color
Monochromatic Colors of #B52834
Black with #B52834
Text Example
Text Example
White with #B52834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52834; }
p { color: rgb(181,40,52); }
H1.HeaderClassName
{
color: #B52834;
}
.AnyTagClassName
{
color: #B52834;
}
</style>
background-color css
<style>
a { background-color: #B52834; }
a { background-color: rgb(181,40,52); }
div.DivClassName
{
background-color: #B52834;
}
.BgClassName
{
background-color: #B52834;
}
</style>
border-color css
<style>
span { border-color: #B52834; }
span { border-color: rgb(181,40,52); }
td.TdClassName
{
border-color: #B52834;
}
.TagClassName
{
border-color: #B52834;
}
</style>