Shades of Cardinal #B32839
Tints of Cardinal #B32839
RGB
CMYK
RGB Variations
Color information
#B32839 (or 0xB32839) is known color: Cardinal. HEX triplet: B3, 28 and 39. RGB value is (179,40,57). Sum of RGB (Red+Green+Blue) = 179+40+57=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 57 (22.66% from 255 or 20.65% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B32839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32839 is #4CD7C6. Grayscale: #535353. Windows color (decimal): -5035975 or 3745971. OLE color: 3745971.
HSL color Cylindrical-coordinate representation of color #B32839: hue angle of 352.66º 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 #B32839 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 57 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.30 |
| HSL | 352.66º | 0.63% | 0.43% | - |
| HSV(B) | 352.66º | 0.78% | 0.7% | - |
| XYZ | 20.09 | 11.4 | 5.01 | - |
| YUV | 83.5 | 113.05 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 57 | 0 | 0.78 | 0.68 | 0.30 | 352.66 | 0.63 | 0.43 |
| Hex | B3 | 28 | 39 | 0 | 4E | 44 | 1E | 161 | 3F | 2B |
| Octal | 263 | 50 | 71 | 0 | 116 | 104 | 36 | 541 | 77 | 53 |
| Binary | 10110011 | 101000 | 111001 | 0 | 1001110 | 1000100 | 11110 | 101100001 | 111111 | 101011 |
Color Harmonies of #B32839
Complementary color
Monochromatic Colors of #B32839
Black with #B32839
Text Example
Text Example
White with #B32839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32839; }
p { color: rgb(179,40,57); }
H1.HeaderClassName
{
color: #B32839;
}
.AnyTagClassName
{
color: #B32839;
}
</style>
background-color css
<style>
a { background-color: #B32839; }
a { background-color: rgb(179,40,57); }
div.DivClassName
{
background-color: #B32839;
}
.BgClassName
{
background-color: #B32839;
}
</style>
border-color css
<style>
span { border-color: #B32839; }
span { border-color: rgb(179,40,57); }
td.TdClassName
{
border-color: #B32839;
}
.TagClassName
{
border-color: #B32839;
}
</style>