Shades of Cardinal #B52134
Tints of Cardinal #B52134
RGB
CMYK
RGB Variations
Color information
#B52134 (or 0xB52134) is known color: Cardinal. HEX triplet: B5, 21 and 34. RGB value is (181,33,52). Sum of RGB (Red+Green+Blue) = 181+33+52=266 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.05% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 181 - color contains mainly: red. Hex color #B52134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52134 is #4ADECB. Grayscale: #4F4F4F. Windows color (decimal): -4906700 or 3416501. OLE color: 3416501.
HSL color Cylindrical-coordinate representation of color #B52134: hue angle of 352.3º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52134 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 33 | 52 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.29 |
| HSL | 352.3º | 0.69% | 0.42% | - |
| HSV(B) | 352.3º | 0.82% | 0.71% | - |
| XYZ | 20.22 | 11.16 | 4.34 | - |
| YUV | 79.42 | 112.53 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 52 | 0 | 0.82 | 0.71 | 0.29 | 352.3 | 0.69 | 0.42 |
| Hex | B5 | 21 | 34 | 0 | 52 | 47 | 1D | 160 | 45 | 2A |
| Octal | 265 | 41 | 64 | 0 | 122 | 107 | 35 | 540 | 105 | 52 |
| Binary | 10110101 | 100001 | 110100 | 0 | 1010010 | 1000111 | 11101 | 101100000 | 1000101 | 101010 |
Color Harmonies of #B52134
Complementary color
Monochromatic Colors of #B52134
Black with #B52134
Text Example
Text Example
White with #B52134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52134; }
p { color: rgb(181,33,52); }
H1.HeaderClassName
{
color: #B52134;
}
.AnyTagClassName
{
color: #B52134;
}
</style>
background-color css
<style>
a { background-color: #B52134; }
a { background-color: rgb(181,33,52); }
div.DivClassName
{
background-color: #B52134;
}
.BgClassName
{
background-color: #B52134;
}
</style>
border-color css
<style>
span { border-color: #B52134; }
span { border-color: rgb(181,33,52); }
td.TdClassName
{
border-color: #B52134;
}
.TagClassName
{
border-color: #B52134;
}
</style>