Shades of Cardinal #B11234
Tints of Cardinal #B11234
RGB
CMYK
RGB Variations
Color information
#B11234 (or 0xB11234) is known color: Cardinal. HEX triplet: B1, 12 and 34. RGB value is (177,18,52). Sum of RGB (Red+Green+Blue) = 177+18+52=247 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.66% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 177 - color contains mainly: red. Hex color #B11234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11234 is #4EEDCB. Grayscale: #454545. Windows color (decimal): -5172684 or 3412657. OLE color: 3412657.
HSL color Cylindrical-coordinate representation of color #B11234: hue angle of 347.17º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11234 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 18 | 52 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.31 |
| HSL | 347.17º | 0.82% | 0.38% | - |
| HSV(B) | 347.17º | 0.9% | 0.69% | - |
| XYZ | 18.97 | 10.03 | 4.18 | - |
| YUV | 69.42 | 118.18 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 52 | 0 | 0.90 | 0.71 | 0.31 | 347.17 | 0.82 | 0.38 |
| Hex | B1 | 12 | 34 | 0 | 5A | 47 | 1F | 15B | 52 | 26 |
| Octal | 261 | 22 | 64 | 0 | 132 | 107 | 37 | 533 | 122 | 46 |
| Binary | 10110001 | 10010 | 110100 | 0 | 1011010 | 1000111 | 11111 | 101011011 | 1010010 | 100110 |
Color Harmonies of #B11234
Complementary color
Monochromatic Colors of #B11234
Black with #B11234
Text Example
Text Example
White with #B11234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11234; }
p { color: rgb(177,18,52); }
H1.HeaderClassName
{
color: #B11234;
}
.AnyTagClassName
{
color: #B11234;
}
</style>
background-color css
<style>
a { background-color: #B11234; }
a { background-color: rgb(177,18,52); }
div.DivClassName
{
background-color: #B11234;
}
.BgClassName
{
background-color: #B11234;
}
</style>
border-color css
<style>
span { border-color: #B11234; }
span { border-color: rgb(177,18,52); }
td.TdClassName
{
border-color: #B11234;
}
.TagClassName
{
border-color: #B11234;
}
</style>