Shades of Cardinal #B31E32
Tints of Cardinal #B31E32
RGB
CMYK
RGB Variations
Color information
#B31E32 (or 0xB31E32) is known color: Cardinal. HEX triplet: B3, 1E and 32. RGB value is (179,30,50). Sum of RGB (Red+Green+Blue) = 179+30+50=259 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.11% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 179 - color contains mainly: red. Hex color #B31E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31E32 is #4CE1CD. Grayscale: #4C4C4C. Windows color (decimal): -5038542 or 3284659. OLE color: 3284659.
HSL color Cylindrical-coordinate representation of color #B31E32: hue angle of 351.95º 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 #B31E32 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 30 | 50 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.30 |
| HSL | 351.95º | 0.71% | 0.41% | - |
| HSV(B) | 351.95º | 0.83% | 0.7% | - |
| XYZ | 19.63 | 10.74 | 4.06 | - |
| YUV | 76.83 | 112.86 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 30 | 50 | 0 | 0.83 | 0.72 | 0.30 | 351.95 | 0.71 | 0.41 |
| Hex | B3 | 1E | 32 | 0 | 53 | 48 | 1E | 160 | 47 | 29 |
| Octal | 263 | 36 | 62 | 0 | 123 | 110 | 36 | 540 | 107 | 51 |
| Binary | 10110011 | 11110 | 110010 | 0 | 1010011 | 1001000 | 11110 | 101100000 | 1000111 | 101001 |
Color Harmonies of #B31E32
Complementary color
Monochromatic Colors of #B31E32
Black with #B31E32
Text Example
Text Example
White with #B31E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31E32; }
p { color: rgb(179,30,50); }
H1.HeaderClassName
{
color: #B31E32;
}
.AnyTagClassName
{
color: #B31E32;
}
</style>
background-color css
<style>
a { background-color: #B31E32; }
a { background-color: rgb(179,30,50); }
div.DivClassName
{
background-color: #B31E32;
}
.BgClassName
{
background-color: #B31E32;
}
</style>
border-color css
<style>
span { border-color: #B31E32; }
span { border-color: rgb(179,30,50); }
td.TdClassName
{
border-color: #B31E32;
}
.TagClassName
{
border-color: #B31E32;
}
</style>