Shades of Cardinal #B32838
Tints of Cardinal #B32838
RGB
CMYK
RGB Variations
Color information
#B32838 (or 0xB32838) is known color: Cardinal. HEX triplet: B3, 28 and 38. RGB value is (179,40,56). Sum of RGB (Red+Green+Blue) = 179+40+56=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B32838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32838 is #4CD7C7. Grayscale: #535353. Windows color (decimal): -5035976 or 3680435. OLE color: 3680435.
HSL color Cylindrical-coordinate representation of color #B32838: hue angle of 353.09º 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 #B32838 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 56 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.30 |
| HSL | 353.09º | 0.63% | 0.43% | - |
| HSV(B) | 353.09º | 0.78% | 0.7% | - |
| XYZ | 20.06 | 11.39 | 4.88 | - |
| YUV | 83.39 | 112.55 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 56 | 0 | 0.78 | 0.69 | 0.30 | 353.09 | 0.63 | 0.43 |
| Hex | B3 | 28 | 38 | 0 | 4E | 45 | 1E | 161 | 3F | 2B |
| Octal | 263 | 50 | 70 | 0 | 116 | 105 | 36 | 541 | 77 | 53 |
| Binary | 10110011 | 101000 | 111000 | 0 | 1001110 | 1000101 | 11110 | 101100001 | 111111 | 101011 |
Color Harmonies of #B32838
Complementary color
Monochromatic Colors of #B32838
Black with #B32838
Text Example
Text Example
White with #B32838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32838; }
p { color: rgb(179,40,56); }
H1.HeaderClassName
{
color: #B32838;
}
.AnyTagClassName
{
color: #B32838;
}
</style>
background-color css
<style>
a { background-color: #B32838; }
a { background-color: rgb(179,40,56); }
div.DivClassName
{
background-color: #B32838;
}
.BgClassName
{
background-color: #B32838;
}
</style>
border-color css
<style>
span { border-color: #B32838; }
span { border-color: rgb(179,40,56); }
td.TdClassName
{
border-color: #B32838;
}
.TagClassName
{
border-color: #B32838;
}
</style>