Shades of Cardinal #B4282C
Tints of Cardinal #B4282C
RGB
CMYK
RGB Variations
Color information
#B4282C (or 0xB4282C) is known color: Cardinal. HEX triplet: B4, 28 and 2C. RGB value is (180,40,44). Sum of RGB (Red+Green+Blue) = 180+40+44=264 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.18% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 180 - color contains mainly: red. Hex color #B4282C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4282C is #4BD7D3. Grayscale: #525252. Windows color (decimal): -4970452 or 2894004. OLE color: 2894004.
HSL color Cylindrical-coordinate representation of color #B4282C: hue angle of 358.29º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B4282C is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 40 | 44 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.29 |
| HSL | 358.29º | 0.64% | 0.43% | - |
| HSV(B) | 358.29º | 0.78% | 0.71% | - |
| XYZ | 20.04 | 11.4 | 3.53 | - |
| YUV | 82.32 | 106.38 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 40 | 44 | 0 | 0.78 | 0.76 | 0.29 | 358.29 | 0.64 | 0.43 |
| Hex | B4 | 28 | 2C | 0 | 4E | 4C | 1D | 166 | 40 | 2B |
| Octal | 264 | 50 | 54 | 0 | 116 | 114 | 35 | 546 | 100 | 53 |
| Binary | 10110100 | 101000 | 101100 | 0 | 1001110 | 1001100 | 11101 | 101100110 | 1000000 | 101011 |
Color Harmonies of #B4282C
Complementary color
Monochromatic Colors of #B4282C
Black with #B4282C
Text Example
Text Example
White with #B4282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4282C; }
p { color: rgb(180,40,44); }
H1.HeaderClassName
{
color: #B4282C;
}
.AnyTagClassName
{
color: #B4282C;
}
</style>
background-color css
<style>
a { background-color: #B4282C; }
a { background-color: rgb(180,40,44); }
div.DivClassName
{
background-color: #B4282C;
}
.BgClassName
{
background-color: #B4282C;
}
</style>
border-color css
<style>
span { border-color: #B4282C; }
span { border-color: rgb(180,40,44); }
td.TdClassName
{
border-color: #B4282C;
}
.TagClassName
{
border-color: #B4282C;
}
</style>