Shades of Cardinal #B32834
Tints of Cardinal #B32834
RGB
CMYK
RGB Variations
Color information
#B32834 (or 0xB32834) is known color: Cardinal. HEX triplet: B3, 28 and 34. RGB value is (179,40,52). Sum of RGB (Red+Green+Blue) = 179+40+52=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B32834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32834 is #4CD7CB. Grayscale: #535353. Windows color (decimal): -5035980 or 3418291. OLE color: 3418291.
HSL color Cylindrical-coordinate representation of color #B32834: hue angle of 354.82º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B32834 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 52 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.30 |
| HSL | 354.82º | 0.63% | 0.43% | - |
| HSV(B) | 354.82º | 0.78% | 0.7% | - |
| XYZ | 19.97 | 11.35 | 4.39 | - |
| YUV | 82.93 | 110.55 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 52 | 0 | 0.78 | 0.71 | 0.30 | 354.82 | 0.63 | 0.43 |
| Hex | B3 | 28 | 34 | 0 | 4E | 47 | 1E | 163 | 3F | 2B |
| Octal | 263 | 50 | 64 | 0 | 116 | 107 | 36 | 543 | 77 | 53 |
| Binary | 10110011 | 101000 | 110100 | 0 | 1001110 | 1000111 | 11110 | 101100011 | 111111 | 101011 |
Color Harmonies of #B32834
Complementary color
Monochromatic Colors of #B32834
Black with #B32834
Text Example
Text Example
White with #B32834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32834; }
p { color: rgb(179,40,52); }
H1.HeaderClassName
{
color: #B32834;
}
.AnyTagClassName
{
color: #B32834;
}
</style>
background-color css
<style>
a { background-color: #B32834; }
a { background-color: rgb(179,40,52); }
div.DivClassName
{
background-color: #B32834;
}
.BgClassName
{
background-color: #B32834;
}
</style>
border-color css
<style>
span { border-color: #B32834; }
span { border-color: rgb(179,40,52); }
td.TdClassName
{
border-color: #B32834;
}
.TagClassName
{
border-color: #B32834;
}
</style>