Shades of Cardinal #B11030
Tints of Cardinal #B11030
RGB
CMYK
RGB Variations
Color information
#B11030 (or 0xB11030) is known color: Cardinal. HEX triplet: B1, 10 and 30. RGB value is (177,16,48). Sum of RGB (Red+Green+Blue) = 177+16+48=241 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.44% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 177 - color contains mainly: red. Hex color #B11030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11030 is #4EEFCF. Grayscale: #434343. Windows color (decimal): -5173200 or 3150001. OLE color: 3150001.
HSL color Cylindrical-coordinate representation of color #B11030: hue angle of 348.07º 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 #B11030 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 16 | 48 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.31 |
| HSL | 348.07º | 0.83% | 0.38% | - |
| HSV(B) | 348.07º | 0.91% | 0.69% | - |
| XYZ | 18.85 | 9.93 | 3.72 | - |
| YUV | 67.79 | 116.84 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 48 | 0 | 0.91 | 0.73 | 0.31 | 348.07 | 0.83 | 0.38 |
| Hex | B1 | 10 | 30 | 0 | 5B | 49 | 1F | 15C | 53 | 26 |
| Octal | 261 | 20 | 60 | 0 | 133 | 111 | 37 | 534 | 123 | 46 |
| Binary | 10110001 | 10000 | 110000 | 0 | 1011011 | 1001001 | 11111 | 101011100 | 1010011 | 100110 |
Color Harmonies of #B11030
Complementary color
Monochromatic Colors of #B11030
Black with #B11030
Text Example
Text Example
White with #B11030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11030; }
p { color: rgb(177,16,48); }
H1.HeaderClassName
{
color: #B11030;
}
.AnyTagClassName
{
color: #B11030;
}
</style>
background-color css
<style>
a { background-color: #B11030; }
a { background-color: rgb(177,16,48); }
div.DivClassName
{
background-color: #B11030;
}
.BgClassName
{
background-color: #B11030;
}
</style>
border-color css
<style>
span { border-color: #B11030; }
span { border-color: rgb(177,16,48); }
td.TdClassName
{
border-color: #B11030;
}
.TagClassName
{
border-color: #B11030;
}
</style>