Shades of Cardinal #B11538
Tints of Cardinal #B11538
RGB
CMYK
RGB Variations
Color information
#B11538 (or 0xB11538) is known color: Cardinal. HEX triplet: B1, 15 and 38. RGB value is (177,21,56). Sum of RGB (Red+Green+Blue) = 177+21+56=254 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.69% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 177 - color contains mainly: red. Hex color #B11538 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11538 is #4EEAC7. Grayscale: #474747. Windows color (decimal): -5171912 or 3675569. OLE color: 3675569.
HSL color Cylindrical-coordinate representation of color #B11538: hue angle of 346.54º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11538 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 21 | 56 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.31 |
| HSL | 346.54º | 0.79% | 0.39% | - |
| HSV(B) | 346.54º | 0.88% | 0.69% | - |
| XYZ | 19.11 | 10.17 | 4.7 | - |
| YUV | 71.63 | 119.18 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 21 | 56 | 0 | 0.88 | 0.68 | 0.31 | 346.54 | 0.79 | 0.39 |
| Hex | B1 | 15 | 38 | 0 | 58 | 44 | 1F | 15B | 4F | 27 |
| Octal | 261 | 25 | 70 | 0 | 130 | 104 | 37 | 533 | 117 | 47 |
| Binary | 10110001 | 10101 | 111000 | 0 | 1011000 | 1000100 | 11111 | 101011011 | 1001111 | 100111 |
Color Harmonies of #B11538
Complementary color
Monochromatic Colors of #B11538
Black with #B11538
Text Example
Text Example
White with #B11538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11538; }
p { color: rgb(177,21,56); }
H1.HeaderClassName
{
color: #B11538;
}
.AnyTagClassName
{
color: #B11538;
}
</style>
background-color css
<style>
a { background-color: #B11538; }
a { background-color: rgb(177,21,56); }
div.DivClassName
{
background-color: #B11538;
}
.BgClassName
{
background-color: #B11538;
}
</style>
border-color css
<style>
span { border-color: #B11538; }
span { border-color: rgb(177,21,56); }
td.TdClassName
{
border-color: #B11538;
}
.TagClassName
{
border-color: #B11538;
}
</style>