Shades of Cardinal #B12938
Tints of Cardinal #B12938
RGB
CMYK
RGB Variations
Color information
#B12938 (or 0xB12938) is known color: Cardinal. HEX triplet: B1, 29 and 38. RGB value is (177,41,56). Sum of RGB (Red+Green+Blue) = 177+41+56=274 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.60% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 177 - color contains mainly: red. Hex color #B12938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12938 is #4ED6C7. Grayscale: #535353. Windows color (decimal): -5166792 or 3680689. OLE color: 3680689.
HSL color Cylindrical-coordinate representation of color #B12938: hue angle of 353.38º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B12938 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 41 | 56 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.31 |
| HSL | 353.38º | 0.62% | 0.43% | - |
| HSV(B) | 353.38º | 0.77% | 0.69% | - |
| XYZ | 19.64 | 11.22 | 4.87 | - |
| YUV | 83.37 | 112.56 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 41 | 56 | 0 | 0.77 | 0.68 | 0.31 | 353.38 | 0.62 | 0.43 |
| Hex | B1 | 29 | 38 | 0 | 4D | 44 | 1F | 161 | 3E | 2B |
| Octal | 261 | 51 | 70 | 0 | 115 | 104 | 37 | 541 | 76 | 53 |
| Binary | 10110001 | 101001 | 111000 | 0 | 1001101 | 1000100 | 11111 | 101100001 | 111110 | 101011 |
Color Harmonies of #B12938
Complementary color
Monochromatic Colors of #B12938
Black with #B12938
Text Example
Text Example
White with #B12938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12938; }
p { color: rgb(177,41,56); }
H1.HeaderClassName
{
color: #B12938;
}
.AnyTagClassName
{
color: #B12938;
}
</style>
background-color css
<style>
a { background-color: #B12938; }
a { background-color: rgb(177,41,56); }
div.DivClassName
{
background-color: #B12938;
}
.BgClassName
{
background-color: #B12938;
}
</style>
border-color css
<style>
span { border-color: #B12938; }
span { border-color: rgb(177,41,56); }
td.TdClassName
{
border-color: #B12938;
}
.TagClassName
{
border-color: #B12938;
}
</style>