Shades of Cardinal #B2182A
Tints of Cardinal #B2182A
RGB
CMYK
RGB Variations
Color information
#B2182A (or 0xB2182A) is known color: Cardinal. HEX triplet: B2, 18 and 2A. RGB value is (178,24,42). Sum of RGB (Red+Green+Blue) = 178+24+42=244 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.95% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 178 - color contains mainly: red. Hex color #B2182A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2182A is #4DE7D5. Grayscale: #484848. Windows color (decimal): -5105622 or 2758834. OLE color: 2758834.
HSL color Cylindrical-coordinate representation of color #B2182A: hue angle of 352.99º 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 #B2182A is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 24 | 42 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.30 |
| HSL | 352.99º | 0.76% | 0.4% | - |
| HSV(B) | 352.99º | 0.87% | 0.7% | - |
| XYZ | 19.1 | 10.29 | 3.17 | - |
| YUV | 72.1 | 111.02 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 24 | 42 | 0 | 0.87 | 0.76 | 0.30 | 352.99 | 0.76 | 0.4 |
| Hex | B2 | 18 | 2A | 0 | 57 | 4C | 1E | 161 | 4C | 28 |
| Octal | 262 | 30 | 52 | 0 | 127 | 114 | 36 | 541 | 114 | 50 |
| Binary | 10110010 | 11000 | 101010 | 0 | 1010111 | 1001100 | 11110 | 101100001 | 1001100 | 101000 |
Color Harmonies of #B2182A
Complementary color
Monochromatic Colors of #B2182A
Black with #B2182A
Text Example
Text Example
White with #B2182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2182A; }
p { color: rgb(178,24,42); }
H1.HeaderClassName
{
color: #B2182A;
}
.AnyTagClassName
{
color: #B2182A;
}
</style>
background-color css
<style>
a { background-color: #B2182A; }
a { background-color: rgb(178,24,42); }
div.DivClassName
{
background-color: #B2182A;
}
.BgClassName
{
background-color: #B2182A;
}
</style>
border-color css
<style>
span { border-color: #B2182A; }
span { border-color: rgb(178,24,42); }
td.TdClassName
{
border-color: #B2182A;
}
.TagClassName
{
border-color: #B2182A;
}
</style>