Shades of Cardinal #B31E44
Tints of Cardinal #B31E44
RGB
CMYK
RGB Variations
Color information
#B31E44 (or 0xB31E44) is known color: Cardinal. HEX triplet: B3, 1E and 44. RGB value is (179,30,68). Sum of RGB (Red+Green+Blue) = 179+30+68=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 30 (12.11% from 255 or 10.83% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B31E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31E44 is #4CE1BB. Grayscale: #4E4E4E. Windows color (decimal): -5038524 or 4464307. OLE color: 4464307.
HSL color Cylindrical-coordinate representation of color #B31E44: hue angle of 344.7º 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 #B31E44 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 30 | 68 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.30 |
| HSL | 344.7º | 0.71% | 0.41% | - |
| HSV(B) | 344.7º | 0.83% | 0.7% | - |
| XYZ | 20.1 | 10.93 | 6.52 | - |
| YUV | 78.88 | 121.86 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 30 | 68 | 0 | 0.83 | 0.62 | 0.30 | 344.7 | 0.71 | 0.41 |
| Hex | B3 | 1E | 44 | 0 | 53 | 3E | 1E | 159 | 47 | 29 |
| Octal | 263 | 36 | 104 | 0 | 123 | 76 | 36 | 531 | 107 | 51 |
| Binary | 10110011 | 11110 | 1000100 | 0 | 1010011 | 111110 | 11110 | 101011001 | 1000111 | 101001 |
Color Harmonies of #B31E44
Complementary color
Monochromatic Colors of #B31E44
Black with #B31E44
Text Example
Text Example
White with #B31E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31E44; }
p { color: rgb(179,30,68); }
H1.HeaderClassName
{
color: #B31E44;
}
.AnyTagClassName
{
color: #B31E44;
}
</style>
background-color css
<style>
a { background-color: #B31E44; }
a { background-color: rgb(179,30,68); }
div.DivClassName
{
background-color: #B31E44;
}
.BgClassName
{
background-color: #B31E44;
}
</style>
border-color css
<style>
span { border-color: #B31E44; }
span { border-color: rgb(179,30,68); }
td.TdClassName
{
border-color: #B31E44;
}
.TagClassName
{
border-color: #B31E44;
}
</style>