Shades of Cardinal #B32038
Tints of Cardinal #B32038
RGB
CMYK
RGB Variations
Color information
#B32038 (or 0xB32038) is known color: Cardinal. HEX triplet: B3, 20 and 38. RGB value is (179,32,56). Sum of RGB (Red+Green+Blue) = 179+32+56=267 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.04% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 56 (22.27% from 255 or 20.97% from 267); Max value from RGB is 179 - color contains mainly: red. Hex color #B32038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32038 is #4CDFC7. Grayscale: #4E4E4E. Windows color (decimal): -5038024 or 3678387. OLE color: 3678387.
HSL color Cylindrical-coordinate representation of color #B32038: hue angle of 350.2º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32038 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 32 | 56 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.30 |
| HSL | 350.2º | 0.7% | 0.41% | - |
| HSV(B) | 350.2º | 0.82% | 0.7% | - |
| XYZ | 19.82 | 10.9 | 4.8 | - |
| YUV | 78.69 | 115.2 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 56 | 0 | 0.82 | 0.69 | 0.30 | 350.2 | 0.7 | 0.41 |
| Hex | B3 | 20 | 38 | 0 | 52 | 45 | 1E | 15E | 46 | 29 |
| Octal | 263 | 40 | 70 | 0 | 122 | 105 | 36 | 536 | 106 | 51 |
| Binary | 10110011 | 100000 | 111000 | 0 | 1010010 | 1000101 | 11110 | 101011110 | 1000110 | 101001 |
Color Harmonies of #B32038
Complementary color
Monochromatic Colors of #B32038
Black with #B32038
Text Example
Text Example
White with #B32038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32038; }
p { color: rgb(179,32,56); }
H1.HeaderClassName
{
color: #B32038;
}
.AnyTagClassName
{
color: #B32038;
}
</style>
background-color css
<style>
a { background-color: #B32038; }
a { background-color: rgb(179,32,56); }
div.DivClassName
{
background-color: #B32038;
}
.BgClassName
{
background-color: #B32038;
}
</style>
border-color css
<style>
span { border-color: #B32038; }
span { border-color: rgb(179,32,56); }
td.TdClassName
{
border-color: #B32038;
}
.TagClassName
{
border-color: #B32038;
}
</style>