Shades of Cardinal #B11A2D
Tints of Cardinal #B11A2D
RGB
CMYK
RGB Variations
Color information
#B11A2D (or 0xB11A2D) is known color: Cardinal. HEX triplet: B1, 1A and 2D. RGB value is (177,26,45). Sum of RGB (Red+Green+Blue) = 177+26+45=248 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.37% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11A2D is #4EE5D2. Grayscale: #494949. Windows color (decimal): -5170643 or 2955953. OLE color: 2955953.
HSL color Cylindrical-coordinate representation of color #B11A2D: hue angle of 352.45º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11A2D is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 26 | 45 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.31 |
| HSL | 352.45º | 0.74% | 0.4% | - |
| HSV(B) | 352.45º | 0.85% | 0.69% | - |
| XYZ | 18.97 | 10.28 | 3.47 | - |
| YUV | 73.32 | 112.03 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 26 | 45 | 0 | 0.85 | 0.75 | 0.31 | 352.45 | 0.74 | 0.4 |
| Hex | B1 | 1A | 2D | 0 | 55 | 4B | 1F | 160 | 4A | 28 |
| Octal | 261 | 32 | 55 | 0 | 125 | 113 | 37 | 540 | 112 | 50 |
| Binary | 10110001 | 11010 | 101101 | 0 | 1010101 | 1001011 | 11111 | 101100000 | 1001010 | 101000 |
Color Harmonies of #B11A2D
Complementary color
Monochromatic Colors of #B11A2D
Black with #B11A2D
Text Example
Text Example
White with #B11A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11A2D; }
p { color: rgb(177,26,45); }
H1.HeaderClassName
{
color: #B11A2D;
}
.AnyTagClassName
{
color: #B11A2D;
}
</style>
background-color css
<style>
a { background-color: #B11A2D; }
a { background-color: rgb(177,26,45); }
div.DivClassName
{
background-color: #B11A2D;
}
.BgClassName
{
background-color: #B11A2D;
}
</style>
border-color css
<style>
span { border-color: #B11A2D; }
span { border-color: rgb(177,26,45); }
td.TdClassName
{
border-color: #B11A2D;
}
.TagClassName
{
border-color: #B11A2D;
}
</style>