Shades of Cardinal #B31D2D
Tints of Cardinal #B31D2D
RGB
CMYK
RGB Variations
Color information
#B31D2D (or 0xB31D2D) is known color: Cardinal. HEX triplet: B3, 1D and 2D. RGB value is (179,29,45). Sum of RGB (Red+Green+Blue) = 179+29+45=253 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.75% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31D2D is #4CE2D2. Grayscale: #4B4B4B. Windows color (decimal): -5038803 or 2956723. OLE color: 2956723.
HSL color Cylindrical-coordinate representation of color #B31D2D: hue angle of 353.6º degrees, saturation: 0.72, 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 #B31D2D is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 29 | 45 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.30 |
| HSL | 353.6º | 0.72% | 0.41% | - |
| HSV(B) | 353.6º | 0.84% | 0.7% | - |
| XYZ | 19.5 | 10.65 | 3.51 | - |
| YUV | 75.67 | 110.7 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 45 | 0 | 0.84 | 0.75 | 0.30 | 353.6 | 0.72 | 0.41 |
| Hex | B3 | 1D | 2D | 0 | 54 | 4B | 1E | 162 | 48 | 29 |
| Octal | 263 | 35 | 55 | 0 | 124 | 113 | 36 | 542 | 110 | 51 |
| Binary | 10110011 | 11101 | 101101 | 0 | 1010100 | 1001011 | 11110 | 101100010 | 1001000 | 101001 |
Color Harmonies of #B31D2D
Complementary color
Monochromatic Colors of #B31D2D
Black with #B31D2D
Text Example
Text Example
White with #B31D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31D2D; }
p { color: rgb(179,29,45); }
H1.HeaderClassName
{
color: #B31D2D;
}
.AnyTagClassName
{
color: #B31D2D;
}
</style>
background-color css
<style>
a { background-color: #B31D2D; }
a { background-color: rgb(179,29,45); }
div.DivClassName
{
background-color: #B31D2D;
}
.BgClassName
{
background-color: #B31D2D;
}
</style>
border-color css
<style>
span { border-color: #B31D2D; }
span { border-color: rgb(179,29,45); }
td.TdClassName
{
border-color: #B31D2D;
}
.TagClassName
{
border-color: #B31D2D;
}
</style>