Shades of Cardinal #B2182F
Tints of Cardinal #B2182F
RGB
CMYK
RGB Variations
Color information
#B2182F (or 0xB2182F) is known color: Cardinal. HEX triplet: B2, 18 and 2F. RGB value is (178,24,47). Sum of RGB (Red+Green+Blue) = 178+24+47=249 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.49% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 178 - color contains mainly: red. Hex color #B2182F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2182F is #4DE7D0. Grayscale: #484848. Windows color (decimal): -5105617 or 3086514. OLE color: 3086514.
HSL color Cylindrical-coordinate representation of color #B2182F: hue angle of 351.04º 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 #B2182F is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 24 | 47 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.30 |
| HSL | 351.04º | 0.76% | 0.4% | - |
| HSV(B) | 351.04º | 0.87% | 0.7% | - |
| XYZ | 19.2 | 10.32 | 3.67 | - |
| YUV | 72.67 | 113.52 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 24 | 47 | 0 | 0.87 | 0.74 | 0.30 | 351.04 | 0.76 | 0.4 |
| Hex | B2 | 18 | 2F | 0 | 57 | 4A | 1E | 15F | 4C | 28 |
| Octal | 262 | 30 | 57 | 0 | 127 | 112 | 36 | 537 | 114 | 50 |
| Binary | 10110010 | 11000 | 101111 | 0 | 1010111 | 1001010 | 11110 | 101011111 | 1001100 | 101000 |
Color Harmonies of #B2182F
Complementary color
Monochromatic Colors of #B2182F
Black with #B2182F
Text Example
Text Example
White with #B2182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2182F; }
p { color: rgb(178,24,47); }
H1.HeaderClassName
{
color: #B2182F;
}
.AnyTagClassName
{
color: #B2182F;
}
</style>
background-color css
<style>
a { background-color: #B2182F; }
a { background-color: rgb(178,24,47); }
div.DivClassName
{
background-color: #B2182F;
}
.BgClassName
{
background-color: #B2182F;
}
</style>
border-color css
<style>
span { border-color: #B2182F; }
span { border-color: rgb(178,24,47); }
td.TdClassName
{
border-color: #B2182F;
}
.TagClassName
{
border-color: #B2182F;
}
</style>