Shades of Cardinal #B4182C
Tints of Cardinal #B4182C
RGB
CMYK
RGB Variations
Color information
#B4182C (or 0xB4182C) is known color: Cardinal. HEX triplet: B4, 18 and 2C. RGB value is (180,24,44). Sum of RGB (Red+Green+Blue) = 180+24+44=248 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.58% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 180 - color contains mainly: red. Hex color #B4182C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4182C is #4BE7D3. Grayscale: #494949. Windows color (decimal): -4974548 or 2889908. OLE color: 2889908.
HSL color Cylindrical-coordinate representation of color #B4182C: hue angle of 352.31º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B4182C is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 24 | 44 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.29 |
| HSL | 352.31º | 0.76% | 0.4% | - |
| HSV(B) | 352.31º | 0.87% | 0.71% | - |
| XYZ | 19.6 | 10.54 | 3.38 | - |
| YUV | 72.92 | 111.68 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 24 | 44 | 0 | 0.87 | 0.76 | 0.29 | 352.31 | 0.76 | 0.4 |
| Hex | B4 | 18 | 2C | 0 | 57 | 4C | 1D | 160 | 4C | 28 |
| Octal | 264 | 30 | 54 | 0 | 127 | 114 | 35 | 540 | 114 | 50 |
| Binary | 10110100 | 11000 | 101100 | 0 | 1010111 | 1001100 | 11101 | 101100000 | 1001100 | 101000 |
Color Harmonies of #B4182C
Complementary color
Monochromatic Colors of #B4182C
Black with #B4182C
Text Example
Text Example
White with #B4182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4182C; }
p { color: rgb(180,24,44); }
H1.HeaderClassName
{
color: #B4182C;
}
.AnyTagClassName
{
color: #B4182C;
}
</style>
background-color css
<style>
a { background-color: #B4182C; }
a { background-color: rgb(180,24,44); }
div.DivClassName
{
background-color: #B4182C;
}
.BgClassName
{
background-color: #B4182C;
}
</style>
border-color css
<style>
span { border-color: #B4182C; }
span { border-color: rgb(180,24,44); }
td.TdClassName
{
border-color: #B4182C;
}
.TagClassName
{
border-color: #B4182C;
}
</style>