Shades of Cardinal #B11A3A
Tints of Cardinal #B11A3A
RGB
CMYK
RGB Variations
Color information
#B11A3A (or 0xB11A3A) is known color: Cardinal. HEX triplet: B1, 1A and 3A. RGB value is (177,26,58). Sum of RGB (Red+Green+Blue) = 177+26+58=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11A3A is #4EE5C5. Grayscale: #4A4A4A. Windows color (decimal): -5170630 or 3807921. OLE color: 3807921.
HSL color Cylindrical-coordinate representation of color #B11A3A: hue angle of 347.28º 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 #B11A3A is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 26 | 58 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.31 |
| HSL | 347.28º | 0.74% | 0.4% | - |
| HSV(B) | 347.28º | 0.85% | 0.69% | - |
| XYZ | 19.26 | 10.39 | 4.99 | - |
| YUV | 74.8 | 118.53 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 26 | 58 | 0 | 0.85 | 0.67 | 0.31 | 347.28 | 0.74 | 0.4 |
| Hex | B1 | 1A | 3A | 0 | 55 | 43 | 1F | 15B | 4A | 28 |
| Octal | 261 | 32 | 72 | 0 | 125 | 103 | 37 | 533 | 112 | 50 |
| Binary | 10110001 | 11010 | 111010 | 0 | 1010101 | 1000011 | 11111 | 101011011 | 1001010 | 101000 |
Color Harmonies of #B11A3A
Complementary color
Monochromatic Colors of #B11A3A
Black with #B11A3A
Text Example
Text Example
White with #B11A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11A3A; }
p { color: rgb(177,26,58); }
H1.HeaderClassName
{
color: #B11A3A;
}
.AnyTagClassName
{
color: #B11A3A;
}
</style>
background-color css
<style>
a { background-color: #B11A3A; }
a { background-color: rgb(177,26,58); }
div.DivClassName
{
background-color: #B11A3A;
}
.BgClassName
{
background-color: #B11A3A;
}
</style>
border-color css
<style>
span { border-color: #B11A3A; }
span { border-color: rgb(177,26,58); }
td.TdClassName
{
border-color: #B11A3A;
}
.TagClassName
{
border-color: #B11A3A;
}
</style>