Shades of Cardinal #B31E2E
Tints of Cardinal #B31E2E
RGB
CMYK
RGB Variations
Color information
#B31E2E (or 0xB31E2E) is known color: Cardinal. HEX triplet: B3, 1E and 2E. RGB value is (179,30,46). Sum of RGB (Red+Green+Blue) = 179+30+46=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B31E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31E2E is #4CE1D1. Grayscale: #4C4C4C. Windows color (decimal): -5038546 or 3022515. OLE color: 3022515.
HSL color Cylindrical-coordinate representation of color #B31E2E: hue angle of 353.56º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B31E2E is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 30 | 46 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.30 |
| HSL | 353.56º | 0.71% | 0.41% | - |
| HSV(B) | 353.56º | 0.83% | 0.7% | - |
| XYZ | 19.55 | 10.71 | 3.62 | - |
| YUV | 76.38 | 110.86 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 30 | 46 | 0 | 0.83 | 0.74 | 0.30 | 353.56 | 0.71 | 0.41 |
| Hex | B3 | 1E | 2E | 0 | 53 | 4A | 1E | 162 | 47 | 29 |
| Octal | 263 | 36 | 56 | 0 | 123 | 112 | 36 | 542 | 107 | 51 |
| Binary | 10110011 | 11110 | 101110 | 0 | 1010011 | 1001010 | 11110 | 101100010 | 1000111 | 101001 |
Color Harmonies of #B31E2E
Complementary color
Monochromatic Colors of #B31E2E
Black with #B31E2E
Text Example
Text Example
White with #B31E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31E2E; }
p { color: rgb(179,30,46); }
H1.HeaderClassName
{
color: #B31E2E;
}
.AnyTagClassName
{
color: #B31E2E;
}
</style>
background-color css
<style>
a { background-color: #B31E2E; }
a { background-color: rgb(179,30,46); }
div.DivClassName
{
background-color: #B31E2E;
}
.BgClassName
{
background-color: #B31E2E;
}
</style>
border-color css
<style>
span { border-color: #B31E2E; }
span { border-color: rgb(179,30,46); }
td.TdClassName
{
border-color: #B31E2E;
}
.TagClassName
{
border-color: #B31E2E;
}
</style>