Shades of Cardinal #B31134
Tints of Cardinal #B31134
RGB
CMYK
RGB Variations
Color information
#B31134 (or 0xB31134) is known color: Cardinal. HEX triplet: B3, 11 and 34. RGB value is (179,17,52). Sum of RGB (Red+Green+Blue) = 179+17+52=248 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.18% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 179 - color contains mainly: red. Hex color #B31134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31134 is #4CEECB. Grayscale: #454545. Windows color (decimal): -5041868 or 3412403. OLE color: 3412403.
HSL color Cylindrical-coordinate representation of color #B31134: hue angle of 347.04º 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 #B31134 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 17 | 52 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.30 |
| HSL | 347.04º | 0.83% | 0.38% | - |
| HSV(B) | 347.04º | 0.91% | 0.7% | - |
| XYZ | 19.41 | 10.23 | 4.2 | - |
| YUV | 69.43 | 118.17 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 17 | 52 | 0 | 0.91 | 0.71 | 0.30 | 347.04 | 0.83 | 0.38 |
| Hex | B3 | 11 | 34 | 0 | 5B | 47 | 1E | 15B | 53 | 26 |
| Octal | 263 | 21 | 64 | 0 | 133 | 107 | 36 | 533 | 123 | 46 |
| Binary | 10110011 | 10001 | 110100 | 0 | 1011011 | 1000111 | 11110 | 101011011 | 1010011 | 100110 |
Color Harmonies of #B31134
Complementary color
Monochromatic Colors of #B31134
Black with #B31134
Text Example
Text Example
White with #B31134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31134; }
p { color: rgb(179,17,52); }
H1.HeaderClassName
{
color: #B31134;
}
.AnyTagClassName
{
color: #B31134;
}
</style>
background-color css
<style>
a { background-color: #B31134; }
a { background-color: rgb(179,17,52); }
div.DivClassName
{
background-color: #B31134;
}
.BgClassName
{
background-color: #B31134;
}
</style>
border-color css
<style>
span { border-color: #B31134; }
span { border-color: rgb(179,17,52); }
td.TdClassName
{
border-color: #B31134;
}
.TagClassName
{
border-color: #B31134;
}
</style>