Shades of Cardinal #B32138
Tints of Cardinal #B32138
RGB
CMYK
RGB Variations
Color information
#B32138 (or 0xB32138) is known color: Cardinal. HEX triplet: B3, 21 and 38. RGB value is (179,33,56). Sum of RGB (Red+Green+Blue) = 179+33+56=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B32138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32138 is #4CDEC7. Grayscale: #4F4F4F. Windows color (decimal): -5037768 or 3678643. OLE color: 3678643.
HSL color Cylindrical-coordinate representation of color #B32138: hue angle of 350.55º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32138 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 33 | 56 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.30 |
| HSL | 350.55º | 0.69% | 0.42% | - |
| HSV(B) | 350.55º | 0.82% | 0.7% | - |
| XYZ | 19.85 | 10.96 | 4.81 | - |
| YUV | 79.28 | 114.87 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 56 | 0 | 0.82 | 0.69 | 0.30 | 350.55 | 0.69 | 0.42 |
| Hex | B3 | 21 | 38 | 0 | 52 | 45 | 1E | 15F | 45 | 2A |
| Octal | 263 | 41 | 70 | 0 | 122 | 105 | 36 | 537 | 105 | 52 |
| Binary | 10110011 | 100001 | 111000 | 0 | 1010010 | 1000101 | 11110 | 101011111 | 1000101 | 101010 |
Color Harmonies of #B32138
Complementary color
Monochromatic Colors of #B32138
Black with #B32138
Text Example
Text Example
White with #B32138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32138; }
p { color: rgb(179,33,56); }
H1.HeaderClassName
{
color: #B32138;
}
.AnyTagClassName
{
color: #B32138;
}
</style>
background-color css
<style>
a { background-color: #B32138; }
a { background-color: rgb(179,33,56); }
div.DivClassName
{
background-color: #B32138;
}
.BgClassName
{
background-color: #B32138;
}
</style>
border-color css
<style>
span { border-color: #B32138; }
span { border-color: rgb(179,33,56); }
td.TdClassName
{
border-color: #B32138;
}
.TagClassName
{
border-color: #B32138;
}
</style>