Shades of Cardinal #B11F3F
Tints of Cardinal #B11F3F
RGB
CMYK
RGB Variations
Color information
#B11F3F (or 0xB11F3F) is known color: Cardinal. HEX triplet: B1, 1F and 3F. RGB value is (177,31,63). Sum of RGB (Red+Green+Blue) = 177+31+63=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B11F3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11F3F is #4EE0C0. Grayscale: #4E4E4E. Windows color (decimal): -5169345 or 4136881. OLE color: 4136881.
HSL color Cylindrical-coordinate representation of color #B11F3F: hue angle of 346.85º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B11F3F is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 31 | 63 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.31 |
| HSL | 346.85º | 0.7% | 0.41% | - |
| HSV(B) | 346.85º | 0.82% | 0.69% | - |
| XYZ | 19.52 | 10.69 | 5.74 | - |
| YUV | 78.3 | 119.37 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 31 | 63 | 0 | 0.82 | 0.64 | 0.31 | 346.85 | 0.7 | 0.41 |
| Hex | B1 | 1F | 3F | 0 | 52 | 40 | 1F | 15B | 46 | 29 |
| Octal | 261 | 37 | 77 | 0 | 122 | 100 | 37 | 533 | 106 | 51 |
| Binary | 10110001 | 11111 | 111111 | 0 | 1010010 | 1000000 | 11111 | 101011011 | 1000110 | 101001 |
Color Harmonies of #B11F3F
Complementary color
Monochromatic Colors of #B11F3F
Black with #B11F3F
Text Example
Text Example
White with #B11F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11F3F; }
p { color: rgb(177,31,63); }
H1.HeaderClassName
{
color: #B11F3F;
}
.AnyTagClassName
{
color: #B11F3F;
}
</style>
background-color css
<style>
a { background-color: #B11F3F; }
a { background-color: rgb(177,31,63); }
div.DivClassName
{
background-color: #B11F3F;
}
.BgClassName
{
background-color: #B11F3F;
}
</style>
border-color css
<style>
span { border-color: #B11F3F; }
span { border-color: rgb(177,31,63); }
td.TdClassName
{
border-color: #B11F3F;
}
.TagClassName
{
border-color: #B11F3F;
}
</style>