Shades of Cardinal #B12032
Tints of Cardinal #B12032
RGB
CMYK
RGB Variations
Color information
#B12032 (or 0xB12032) is known color: Cardinal. HEX triplet: B1, 20 and 32. RGB value is (177,32,50). Sum of RGB (Red+Green+Blue) = 177+32+50=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B12032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12032 is #4EDFCD. Grayscale: #4D4D4D. Windows color (decimal): -5169102 or 3285169. OLE color: 3285169.
HSL color Cylindrical-coordinate representation of color #B12032: hue angle of 352.55º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B12032 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 32 | 50 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.31 |
| HSL | 352.55º | 0.69% | 0.41% | - |
| HSV(B) | 352.55º | 0.82% | 0.69% | - |
| XYZ | 19.22 | 10.61 | 4.05 | - |
| YUV | 77.41 | 112.54 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 32 | 50 | 0 | 0.82 | 0.72 | 0.31 | 352.55 | 0.69 | 0.41 |
| Hex | B1 | 20 | 32 | 0 | 52 | 48 | 1F | 161 | 45 | 29 |
| Octal | 261 | 40 | 62 | 0 | 122 | 110 | 37 | 541 | 105 | 51 |
| Binary | 10110001 | 100000 | 110010 | 0 | 1010010 | 1001000 | 11111 | 101100001 | 1000101 | 101001 |
Color Harmonies of #B12032
Complementary color
Monochromatic Colors of #B12032
Black with #B12032
Text Example
Text Example
White with #B12032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12032; }
p { color: rgb(177,32,50); }
H1.HeaderClassName
{
color: #B12032;
}
.AnyTagClassName
{
color: #B12032;
}
</style>
background-color css
<style>
a { background-color: #B12032; }
a { background-color: rgb(177,32,50); }
div.DivClassName
{
background-color: #B12032;
}
.BgClassName
{
background-color: #B12032;
}
</style>
border-color css
<style>
span { border-color: #B12032; }
span { border-color: rgb(177,32,50); }
td.TdClassName
{
border-color: #B12032;
}
.TagClassName
{
border-color: #B12032;
}
</style>