Shades of Cardinal #B2182D
Tints of Cardinal #B2182D
RGB
CMYK
RGB Variations
Color information
#B2182D (or 0xB2182D) is known color: Cardinal. HEX triplet: B2, 18 and 2D. RGB value is (178,24,45). Sum of RGB (Red+Green+Blue) = 178+24+45=247 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.06% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 178 - color contains mainly: red. Hex color #B2182D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2182D is #4DE7D2. Grayscale: #484848. Windows color (decimal): -5105619 or 2955442. OLE color: 2955442.
HSL color Cylindrical-coordinate representation of color #B2182D: hue angle of 351.82º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2182D is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 24 | 45 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.30 |
| HSL | 351.82º | 0.76% | 0.4% | - |
| HSV(B) | 351.82º | 0.87% | 0.7% | - |
| XYZ | 19.16 | 10.31 | 3.46 | - |
| YUV | 72.44 | 112.52 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 24 | 45 | 0 | 0.87 | 0.75 | 0.30 | 351.82 | 0.76 | 0.4 |
| Hex | B2 | 18 | 2D | 0 | 57 | 4B | 1E | 160 | 4C | 28 |
| Octal | 262 | 30 | 55 | 0 | 127 | 113 | 36 | 540 | 114 | 50 |
| Binary | 10110010 | 11000 | 101101 | 0 | 1010111 | 1001011 | 11110 | 101100000 | 1001100 | 101000 |
Color Harmonies of #B2182D
Complementary color
Monochromatic Colors of #B2182D
Black with #B2182D
Text Example
Text Example
White with #B2182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2182D; }
p { color: rgb(178,24,45); }
H1.HeaderClassName
{
color: #B2182D;
}
.AnyTagClassName
{
color: #B2182D;
}
</style>
background-color css
<style>
a { background-color: #B2182D; }
a { background-color: rgb(178,24,45); }
div.DivClassName
{
background-color: #B2182D;
}
.BgClassName
{
background-color: #B2182D;
}
</style>
border-color css
<style>
span { border-color: #B2182D; }
span { border-color: rgb(178,24,45); }
td.TdClassName
{
border-color: #B2182D;
}
.TagClassName
{
border-color: #B2182D;
}
</style>