Shades of Cardinal #B31B2D
Tints of Cardinal #B31B2D
RGB
CMYK
RGB Variations
Color information
#B31B2D (or 0xB31B2D) is known color: Cardinal. HEX triplet: B3, 1B and 2D. RGB value is (179,27,45). Sum of RGB (Red+Green+Blue) = 179+27+45=251 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.31% from 251); Green value is 27 (10.94% from 255 or 10.76% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 179 - color contains mainly: red. Hex color #B31B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31B2D is #4CE4D2. Grayscale: #4A4A4A. Windows color (decimal): -5039315 or 2956211. OLE color: 2956211.
HSL color Cylindrical-coordinate representation of color #B31B2D: hue angle of 352.89º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31B2D is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 27 | 45 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.30 |
| HSL | 352.89º | 0.74% | 0.4% | - |
| HSV(B) | 352.89º | 0.85% | 0.7% | - |
| XYZ | 19.46 | 10.56 | 3.49 | - |
| YUV | 74.5 | 111.36 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 27 | 45 | 0 | 0.85 | 0.75 | 0.30 | 352.89 | 0.74 | 0.4 |
| Hex | B3 | 1B | 2D | 0 | 55 | 4B | 1E | 161 | 4A | 28 |
| Octal | 263 | 33 | 55 | 0 | 125 | 113 | 36 | 541 | 112 | 50 |
| Binary | 10110011 | 11011 | 101101 | 0 | 1010101 | 1001011 | 11110 | 101100001 | 1001010 | 101000 |
Color Harmonies of #B31B2D
Complementary color
Monochromatic Colors of #B31B2D
Black with #B31B2D
Text Example
Text Example
White with #B31B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31B2D; }
p { color: rgb(179,27,45); }
H1.HeaderClassName
{
color: #B31B2D;
}
.AnyTagClassName
{
color: #B31B2D;
}
</style>
background-color css
<style>
a { background-color: #B31B2D; }
a { background-color: rgb(179,27,45); }
div.DivClassName
{
background-color: #B31B2D;
}
.BgClassName
{
background-color: #B31B2D;
}
</style>
border-color css
<style>
span { border-color: #B31B2D; }
span { border-color: rgb(179,27,45); }
td.TdClassName
{
border-color: #B31B2D;
}
.TagClassName
{
border-color: #B31B2D;
}
</style>