Shades of Cardinal #B12332
Tints of Cardinal #B12332
RGB
CMYK
RGB Variations
Color information
#B12332 (or 0xB12332) is known color: Cardinal. HEX triplet: B1, 23 and 32. RGB value is (177,35,50). Sum of RGB (Red+Green+Blue) = 177+35+50=262 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.56% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 177 - color contains mainly: red. Hex color #B12332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12332 is #4EDCCD. Grayscale: #4F4F4F. Windows color (decimal): -5168334 or 3285937. OLE color: 3285937.
HSL color Cylindrical-coordinate representation of color #B12332: hue angle of 353.66º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12332 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 35 | 50 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.31 |
| HSL | 353.66º | 0.67% | 0.42% | - |
| HSV(B) | 353.66º | 0.8% | 0.69% | - |
| XYZ | 19.31 | 10.78 | 4.08 | - |
| YUV | 79.17 | 111.54 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 50 | 0 | 0.80 | 0.72 | 0.31 | 353.66 | 0.67 | 0.42 |
| Hex | B1 | 23 | 32 | 0 | 50 | 48 | 1F | 162 | 43 | 2A |
| Octal | 261 | 43 | 62 | 0 | 120 | 110 | 37 | 542 | 103 | 52 |
| Binary | 10110001 | 100011 | 110010 | 0 | 1010000 | 1001000 | 11111 | 101100010 | 1000011 | 101010 |
Color Harmonies of #B12332
Complementary color
Monochromatic Colors of #B12332
Black with #B12332
Text Example
Text Example
White with #B12332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12332; }
p { color: rgb(177,35,50); }
H1.HeaderClassName
{
color: #B12332;
}
.AnyTagClassName
{
color: #B12332;
}
</style>
background-color css
<style>
a { background-color: #B12332; }
a { background-color: rgb(177,35,50); }
div.DivClassName
{
background-color: #B12332;
}
.BgClassName
{
background-color: #B12332;
}
</style>
border-color css
<style>
span { border-color: #B12332; }
span { border-color: rgb(177,35,50); }
td.TdClassName
{
border-color: #B12332;
}
.TagClassName
{
border-color: #B12332;
}
</style>