Shades of Cardinal #B31127
Tints of Cardinal #B31127
RGB
CMYK
RGB Variations
Color information
#B31127 (or 0xB31127) is known color: Cardinal. HEX triplet: B3, 11 and 27. RGB value is (179,17,39). Sum of RGB (Red+Green+Blue) = 179+17+39=235 (31% of max value = 765). Red value is 179 (70.31% from 255 or 76.17% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 179 - color contains mainly: red. Hex color #B31127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31127 is #4CEED8. Grayscale: #444444. Windows color (decimal): -5041881 or 2560435. OLE color: 2560435.
HSL color Cylindrical-coordinate representation of color #B31127: hue angle of 351.85º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31127 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 17 | 39 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.30 |
| HSL | 351.85º | 0.83% | 0.38% | - |
| HSV(B) | 351.85º | 0.91% | 0.7% | - |
| XYZ | 19.16 | 10.13 | 2.87 | - |
| YUV | 67.95 | 111.67 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 17 | 39 | 0 | 0.91 | 0.78 | 0.30 | 351.85 | 0.83 | 0.38 |
| Hex | B3 | 11 | 27 | 0 | 5B | 4E | 1E | 160 | 53 | 26 |
| Octal | 263 | 21 | 47 | 0 | 133 | 116 | 36 | 540 | 123 | 46 |
| Binary | 10110011 | 10001 | 100111 | 0 | 1011011 | 1001110 | 11110 | 101100000 | 1010011 | 100110 |
Color Harmonies of #B31127
Complementary color
Monochromatic Colors of #B31127
Black with #B31127
Text Example
Text Example
White with #B31127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31127; }
p { color: rgb(179,17,39); }
H1.HeaderClassName
{
color: #B31127;
}
.AnyTagClassName
{
color: #B31127;
}
</style>
background-color css
<style>
a { background-color: #B31127; }
a { background-color: rgb(179,17,39); }
div.DivClassName
{
background-color: #B31127;
}
.BgClassName
{
background-color: #B31127;
}
</style>
border-color css
<style>
span { border-color: #B31127; }
span { border-color: rgb(179,17,39); }
td.TdClassName
{
border-color: #B31127;
}
.TagClassName
{
border-color: #B31127;
}
</style>