Shades of Cardinal #B11027
Tints of Cardinal #B11027
RGB
CMYK
RGB Variations
Color information
#B11027 (or 0xB11027) is known color: Cardinal. HEX triplet: B1, 10 and 27. RGB value is (177,16,39). Sum of RGB (Red+Green+Blue) = 177+16+39=232 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.29% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 39 (15.62% from 255 or 16.81% from 232); Max value from RGB is 177 - color contains mainly: red. Hex color #B11027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11027 is #4EEFD8. Grayscale: #424242. Windows color (decimal): -5173209 or 2560177. OLE color: 2560177.
HSL color Cylindrical-coordinate representation of color #B11027: hue angle of 351.43º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B11027 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 16 | 39 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.31 |
| HSL | 351.43º | 0.83% | 0.38% | - |
| HSV(B) | 351.43º | 0.91% | 0.69% | - |
| XYZ | 18.68 | 9.86 | 2.84 | - |
| YUV | 66.76 | 112.34 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 39 | 0 | 0.91 | 0.78 | 0.31 | 351.43 | 0.83 | 0.38 |
| Hex | B1 | 10 | 27 | 0 | 5B | 4E | 1F | 15F | 53 | 26 |
| Octal | 261 | 20 | 47 | 0 | 133 | 116 | 37 | 537 | 123 | 46 |
| Binary | 10110001 | 10000 | 100111 | 0 | 1011011 | 1001110 | 11111 | 101011111 | 1010011 | 100110 |
Color Harmonies of #B11027
Complementary color
Monochromatic Colors of #B11027
Black with #B11027
Text Example
Text Example
White with #B11027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11027; }
p { color: rgb(177,16,39); }
H1.HeaderClassName
{
color: #B11027;
}
.AnyTagClassName
{
color: #B11027;
}
</style>
background-color css
<style>
a { background-color: #B11027; }
a { background-color: rgb(177,16,39); }
div.DivClassName
{
background-color: #B11027;
}
.BgClassName
{
background-color: #B11027;
}
</style>
border-color css
<style>
span { border-color: #B11027; }
span { border-color: rgb(177,16,39); }
td.TdClassName
{
border-color: #B11027;
}
.TagClassName
{
border-color: #B11027;
}
</style>