Shades of Cardinal #B12638
Tints of Cardinal #B12638
RGB
CMYK
RGB Variations
Color information
#B12638 (or 0xB12638) is known color: Cardinal. HEX triplet: B1, 26 and 38. RGB value is (177,38,56). Sum of RGB (Red+Green+Blue) = 177+38+56=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 56 (22.27% from 255 or 20.66% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B12638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12638 is #4ED9C7. Grayscale: #515151. Windows color (decimal): -5167560 or 3679921. OLE color: 3679921.
HSL color Cylindrical-coordinate representation of color #B12638: hue angle of 352.23º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B12638 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 38 | 56 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.31 |
| HSL | 352.23º | 0.65% | 0.42% | - |
| HSV(B) | 352.23º | 0.79% | 0.69% | - |
| XYZ | 19.54 | 11.02 | 4.84 | - |
| YUV | 81.61 | 113.55 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 38 | 56 | 0 | 0.79 | 0.68 | 0.31 | 352.23 | 0.65 | 0.42 |
| Hex | B1 | 26 | 38 | 0 | 4F | 44 | 1F | 160 | 41 | 2A |
| Octal | 261 | 46 | 70 | 0 | 117 | 104 | 37 | 540 | 101 | 52 |
| Binary | 10110001 | 100110 | 111000 | 0 | 1001111 | 1000100 | 11111 | 101100000 | 1000001 | 101010 |
Color Harmonies of #B12638
Complementary color
Monochromatic Colors of #B12638
Black with #B12638
Text Example
Text Example
White with #B12638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12638; }
p { color: rgb(177,38,56); }
H1.HeaderClassName
{
color: #B12638;
}
.AnyTagClassName
{
color: #B12638;
}
</style>
background-color css
<style>
a { background-color: #B12638; }
a { background-color: rgb(177,38,56); }
div.DivClassName
{
background-color: #B12638;
}
.BgClassName
{
background-color: #B12638;
}
</style>
border-color css
<style>
span { border-color: #B12638; }
span { border-color: rgb(177,38,56); }
td.TdClassName
{
border-color: #B12638;
}
.TagClassName
{
border-color: #B12638;
}
</style>