Shades of Cardinal #B3142D
Tints of Cardinal #B3142D
RGB
CMYK
RGB Variations
Color information
#B3142D (or 0xB3142D) is known color: Cardinal. HEX triplet: B3, 14 and 2D. RGB value is (179,20,45). Sum of RGB (Red+Green+Blue) = 179+20+45=244 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.36% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 179 - color contains mainly: red. Hex color #B3142D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3142D is #4CEBD2. Grayscale: #464646. Windows color (decimal): -5041107 or 2954419. OLE color: 2954419.
HSL color Cylindrical-coordinate representation of color #B3142D: hue angle of 350.57º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B3142D is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 45 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.30 |
| HSL | 350.57º | 0.8% | 0.39% | - |
| HSV(B) | 350.57º | 0.89% | 0.7% | - |
| XYZ | 19.31 | 10.27 | 3.45 | - |
| YUV | 70.39 | 113.68 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 45 | 0 | 0.89 | 0.75 | 0.30 | 350.57 | 0.8 | 0.39 |
| Hex | B3 | 14 | 2D | 0 | 59 | 4B | 1E | 15F | 50 | 27 |
| Octal | 263 | 24 | 55 | 0 | 131 | 113 | 36 | 537 | 120 | 47 |
| Binary | 10110011 | 10100 | 101101 | 0 | 1011001 | 1001011 | 11110 | 101011111 | 1010000 | 100111 |
Color Harmonies of #B3142D
Complementary color
Monochromatic Colors of #B3142D
Black with #B3142D
Text Example
Text Example
White with #B3142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3142D; }
p { color: rgb(179,20,45); }
H1.HeaderClassName
{
color: #B3142D;
}
.AnyTagClassName
{
color: #B3142D;
}
</style>
background-color css
<style>
a { background-color: #B3142D; }
a { background-color: rgb(179,20,45); }
div.DivClassName
{
background-color: #B3142D;
}
.BgClassName
{
background-color: #B3142D;
}
</style>
border-color css
<style>
span { border-color: #B3142D; }
span { border-color: rgb(179,20,45); }
td.TdClassName
{
border-color: #B3142D;
}
.TagClassName
{
border-color: #B3142D;
}
</style>