Shades of Cardinal #B31E2F
Tints of Cardinal #B31E2F
RGB
CMYK
RGB Variations
Color information
#B31E2F (or 0xB31E2F) is known color: Cardinal. HEX triplet: B3, 1E and 2F. RGB value is (179,30,47). Sum of RGB (Red+Green+Blue) = 179+30+47=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B31E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31E2F is #4CE1D0. Grayscale: #4C4C4C. Windows color (decimal): -5038545 or 3088051. OLE color: 3088051.
HSL color Cylindrical-coordinate representation of color #B31E2F: hue angle of 353.15º 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 #B31E2F is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 30 | 47 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.30 |
| HSL | 353.15º | 0.71% | 0.41% | - |
| HSV(B) | 353.15º | 0.83% | 0.7% | - |
| XYZ | 19.57 | 10.72 | 3.73 | - |
| YUV | 76.49 | 111.36 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 30 | 47 | 0 | 0.83 | 0.74 | 0.30 | 353.15 | 0.71 | 0.41 |
| Hex | B3 | 1E | 2F | 0 | 53 | 4A | 1E | 161 | 47 | 29 |
| Octal | 263 | 36 | 57 | 0 | 123 | 112 | 36 | 541 | 107 | 51 |
| Binary | 10110011 | 11110 | 101111 | 0 | 1010011 | 1001010 | 11110 | 101100001 | 1000111 | 101001 |
Color Harmonies of #B31E2F
Complementary color
Monochromatic Colors of #B31E2F
Black with #B31E2F
Text Example
Text Example
White with #B31E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31E2F; }
p { color: rgb(179,30,47); }
H1.HeaderClassName
{
color: #B31E2F;
}
.AnyTagClassName
{
color: #B31E2F;
}
</style>
background-color css
<style>
a { background-color: #B31E2F; }
a { background-color: rgb(179,30,47); }
div.DivClassName
{
background-color: #B31E2F;
}
.BgClassName
{
background-color: #B31E2F;
}
</style>
border-color css
<style>
span { border-color: #B31E2F; }
span { border-color: rgb(179,30,47); }
td.TdClassName
{
border-color: #B31E2F;
}
.TagClassName
{
border-color: #B31E2F;
}
</style>