Shades of Cardinal #B0182C
Tints of Cardinal #B0182C
RGB
CMYK
RGB Variations
Color information
#B0182C (or 0xB0182C) is known color: Cardinal. HEX triplet: B0, 18 and 2C. RGB value is (176,24,44). Sum of RGB (Red+Green+Blue) = 176+24+44=244 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.13% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 176 - color contains mainly: red. Hex color #B0182C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0182C is #4FE7D3. Grayscale: #474747. Windows color (decimal): -5236692 or 2889904. OLE color: 2889904.
HSL color Cylindrical-coordinate representation of color #B0182C: hue angle of 352.11º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B0182C is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 24 | 44 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.31 |
| HSL | 352.11º | 0.76% | 0.39% | - |
| HSV(B) | 352.11º | 0.86% | 0.69% | - |
| XYZ | 18.69 | 10.07 | 3.34 | - |
| YUV | 71.73 | 112.36 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 24 | 44 | 0 | 0.86 | 0.75 | 0.31 | 352.11 | 0.76 | 0.39 |
| Hex | B0 | 18 | 2C | 0 | 56 | 4B | 1F | 160 | 4C | 27 |
| Octal | 260 | 30 | 54 | 0 | 126 | 113 | 37 | 540 | 114 | 47 |
| Binary | 10110000 | 11000 | 101100 | 0 | 1010110 | 1001011 | 11111 | 101100000 | 1001100 | 100111 |
Color Harmonies of #B0182C
Complementary color
Monochromatic Colors of #B0182C
Black with #B0182C
Text Example
Text Example
White with #B0182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0182C; }
p { color: rgb(176,24,44); }
H1.HeaderClassName
{
color: #B0182C;
}
.AnyTagClassName
{
color: #B0182C;
}
</style>
background-color css
<style>
a { background-color: #B0182C; }
a { background-color: rgb(176,24,44); }
div.DivClassName
{
background-color: #B0182C;
}
.BgClassName
{
background-color: #B0182C;
}
</style>
border-color css
<style>
span { border-color: #B0182C; }
span { border-color: rgb(176,24,44); }
td.TdClassName
{
border-color: #B0182C;
}
.TagClassName
{
border-color: #B0182C;
}
</style>