Shades of Cardinal #B31C2B
Tints of Cardinal #B31C2B
RGB
CMYK
RGB Variations
Color information
#B31C2B (or 0xB31C2B) is known color: Cardinal. HEX triplet: B3, 1C and 2B. RGB value is (179,28,43). Sum of RGB (Red+Green+Blue) = 179+28+43=250 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.6% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31C2B is #4CE3D4. Grayscale: #4A4A4A. Windows color (decimal): -5039061 or 2825395. OLE color: 2825395.
HSL color Cylindrical-coordinate representation of color #B31C2B: hue angle of 354.04º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31C2B is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 28 | 43 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.30 |
| HSL | 354.04º | 0.73% | 0.41% | - |
| HSV(B) | 354.04º | 0.84% | 0.7% | - |
| XYZ | 19.44 | 10.59 | 3.3 | - |
| YUV | 74.86 | 110.03 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 28 | 43 | 0 | 0.84 | 0.76 | 0.30 | 354.04 | 0.73 | 0.41 |
| Hex | B3 | 1C | 2B | 0 | 54 | 4C | 1E | 162 | 49 | 29 |
| Octal | 263 | 34 | 53 | 0 | 124 | 114 | 36 | 542 | 111 | 51 |
| Binary | 10110011 | 11100 | 101011 | 0 | 1010100 | 1001100 | 11110 | 101100010 | 1001001 | 101001 |
Color Harmonies of #B31C2B
Complementary color
Monochromatic Colors of #B31C2B
Black with #B31C2B
Text Example
Text Example
White with #B31C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31C2B; }
p { color: rgb(179,28,43); }
H1.HeaderClassName
{
color: #B31C2B;
}
.AnyTagClassName
{
color: #B31C2B;
}
</style>
background-color css
<style>
a { background-color: #B31C2B; }
a { background-color: rgb(179,28,43); }
div.DivClassName
{
background-color: #B31C2B;
}
.BgClassName
{
background-color: #B31C2B;
}
</style>
border-color css
<style>
span { border-color: #B31C2B; }
span { border-color: rgb(179,28,43); }
td.TdClassName
{
border-color: #B31C2B;
}
.TagClassName
{
border-color: #B31C2B;
}
</style>