Shades of Cardinal #B11943
Tints of Cardinal #B11943
RGB
CMYK
RGB Variations
Color information
#B11943 (or 0xB11943) is known color: Cardinal. HEX triplet: B1, 19 and 43. RGB value is (177,25,67). Sum of RGB (Red+Green+Blue) = 177+25+67=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 67 (26.56% from 255 or 24.91% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B11943 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11943 is #4EE6BC. Grayscale: #4B4B4B. Windows color (decimal): -5170877 or 4397489. OLE color: 4397489.
HSL color Cylindrical-coordinate representation of color #B11943: hue angle of 343.42º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11943 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 25 | 67 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.31 |
| HSL | 343.42º | 0.75% | 0.4% | - |
| HSV(B) | 343.42º | 0.86% | 0.69% | - |
| XYZ | 19.49 | 10.45 | 6.3 | - |
| YUV | 75.24 | 123.36 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 25 | 67 | 0 | 0.86 | 0.62 | 0.31 | 343.42 | 0.75 | 0.4 |
| Hex | B1 | 19 | 43 | 0 | 56 | 3E | 1F | 157 | 4B | 28 |
| Octal | 261 | 31 | 103 | 0 | 126 | 76 | 37 | 527 | 113 | 50 |
| Binary | 10110001 | 11001 | 1000011 | 0 | 1010110 | 111110 | 11111 | 101010111 | 1001011 | 101000 |
Color Harmonies of #B11943
Complementary color
Monochromatic Colors of #B11943
Black with #B11943
Text Example
Text Example
White with #B11943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11943; }
p { color: rgb(177,25,67); }
H1.HeaderClassName
{
color: #B11943;
}
.AnyTagClassName
{
color: #B11943;
}
</style>
background-color css
<style>
a { background-color: #B11943; }
a { background-color: rgb(177,25,67); }
div.DivClassName
{
background-color: #B11943;
}
.BgClassName
{
background-color: #B11943;
}
</style>
border-color css
<style>
span { border-color: #B11943; }
span { border-color: rgb(177,25,67); }
td.TdClassName
{
border-color: #B11943;
}
.TagClassName
{
border-color: #B11943;
}
</style>