Shades of Cardinal #B31C2D
Tints of Cardinal #B31C2D
RGB
CMYK
RGB Variations
Color information
#B31C2D (or 0xB31C2D) is known color: Cardinal. HEX triplet: B3, 1C and 2D. RGB value is (179,28,45). Sum of RGB (Red+Green+Blue) = 179+28+45=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31C2D is #4CE3D2. Grayscale: #4B4B4B. Windows color (decimal): -5039059 or 2956467. OLE color: 2956467.
HSL color Cylindrical-coordinate representation of color #B31C2D: hue angle of 353.25º 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 #B31C2D is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 28 | 45 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.30 |
| HSL | 353.25º | 0.73% | 0.41% | - |
| HSV(B) | 353.25º | 0.84% | 0.7% | - |
| XYZ | 19.48 | 10.6 | 3.5 | - |
| YUV | 75.09 | 111.03 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 28 | 45 | 0 | 0.84 | 0.75 | 0.30 | 353.25 | 0.73 | 0.41 |
| Hex | B3 | 1C | 2D | 0 | 54 | 4B | 1E | 161 | 49 | 29 |
| Octal | 263 | 34 | 55 | 0 | 124 | 113 | 36 | 541 | 111 | 51 |
| Binary | 10110011 | 11100 | 101101 | 0 | 1010100 | 1001011 | 11110 | 101100001 | 1001001 | 101001 |
Color Harmonies of #B31C2D
Complementary color
Monochromatic Colors of #B31C2D
Black with #B31C2D
Text Example
Text Example
White with #B31C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31C2D; }
p { color: rgb(179,28,45); }
H1.HeaderClassName
{
color: #B31C2D;
}
.AnyTagClassName
{
color: #B31C2D;
}
</style>
background-color css
<style>
a { background-color: #B31C2D; }
a { background-color: rgb(179,28,45); }
div.DivClassName
{
background-color: #B31C2D;
}
.BgClassName
{
background-color: #B31C2D;
}
</style>
border-color css
<style>
span { border-color: #B31C2D; }
span { border-color: rgb(179,28,45); }
td.TdClassName
{
border-color: #B31C2D;
}
.TagClassName
{
border-color: #B31C2D;
}
</style>