Shades of Cardinal #B12833
Tints of Cardinal #B12833
RGB
CMYK
RGB Variations
Color information
#B12833 (or 0xB12833) is known color: Cardinal. HEX triplet: B1, 28 and 33. RGB value is (177,40,51). Sum of RGB (Red+Green+Blue) = 177+40+51=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B12833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12833 is #4ED7CC. Grayscale: #525252. Windows color (decimal): -5167053 or 3352753. OLE color: 3352753.
HSL color Cylindrical-coordinate representation of color #B12833: hue angle of 355.18º degrees, saturation: 0.63, 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 #B12833 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 40 | 51 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.31 |
| HSL | 355.18º | 0.63% | 0.43% | - |
| HSV(B) | 355.18º | 0.77% | 0.69% | - |
| XYZ | 19.49 | 11.1 | 4.25 | - |
| YUV | 82.22 | 110.39 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 40 | 51 | 0 | 0.77 | 0.71 | 0.31 | 355.18 | 0.63 | 0.43 |
| Hex | B1 | 28 | 33 | 0 | 4D | 47 | 1F | 163 | 3F | 2B |
| Octal | 261 | 50 | 63 | 0 | 115 | 107 | 37 | 543 | 77 | 53 |
| Binary | 10110001 | 101000 | 110011 | 0 | 1001101 | 1000111 | 11111 | 101100011 | 111111 | 101011 |
Color Harmonies of #B12833
Complementary color
Monochromatic Colors of #B12833
Black with #B12833
Text Example
Text Example
White with #B12833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12833; }
p { color: rgb(177,40,51); }
H1.HeaderClassName
{
color: #B12833;
}
.AnyTagClassName
{
color: #B12833;
}
</style>
background-color css
<style>
a { background-color: #B12833; }
a { background-color: rgb(177,40,51); }
div.DivClassName
{
background-color: #B12833;
}
.BgClassName
{
background-color: #B12833;
}
</style>
border-color css
<style>
span { border-color: #B12833; }
span { border-color: rgb(177,40,51); }
td.TdClassName
{
border-color: #B12833;
}
.TagClassName
{
border-color: #B12833;
}
</style>