Shades of Cardinal #B5182C
Tints of Cardinal #B5182C
RGB
CMYK
RGB Variations
Color information
#B5182C (or 0xB5182C) is known color: Cardinal. HEX triplet: B5, 18 and 2C. RGB value is (181,24,44). Sum of RGB (Red+Green+Blue) = 181+24+44=249 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.69% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 181 - color contains mainly: red. Hex color #B5182C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5182C is #4AE7D3. Grayscale: #494949. Windows color (decimal): -4909012 or 2889909. OLE color: 2889909.
HSL color Cylindrical-coordinate representation of color #B5182C: hue angle of 352.36º degrees, saturation: 0.77, 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 #B5182C is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 24 | 44 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.29 |
| HSL | 352.36º | 0.77% | 0.4% | - |
| HSV(B) | 352.36º | 0.87% | 0.71% | - |
| XYZ | 19.84 | 10.66 | 3.39 | - |
| YUV | 73.22 | 111.51 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 24 | 44 | 0 | 0.87 | 0.76 | 0.29 | 352.36 | 0.77 | 0.4 |
| Hex | B5 | 18 | 2C | 0 | 57 | 4C | 1D | 160 | 4D | 28 |
| Octal | 265 | 30 | 54 | 0 | 127 | 114 | 35 | 540 | 115 | 50 |
| Binary | 10110101 | 11000 | 101100 | 0 | 1010111 | 1001100 | 11101 | 101100000 | 1001101 | 101000 |
Color Harmonies of #B5182C
Complementary color
Monochromatic Colors of #B5182C
Black with #B5182C
Text Example
Text Example
White with #B5182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5182C; }
p { color: rgb(181,24,44); }
H1.HeaderClassName
{
color: #B5182C;
}
.AnyTagClassName
{
color: #B5182C;
}
</style>
background-color css
<style>
a { background-color: #B5182C; }
a { background-color: rgb(181,24,44); }
div.DivClassName
{
background-color: #B5182C;
}
.BgClassName
{
background-color: #B5182C;
}
</style>
border-color css
<style>
span { border-color: #B5182C; }
span { border-color: rgb(181,24,44); }
td.TdClassName
{
border-color: #B5182C;
}
.TagClassName
{
border-color: #B5182C;
}
</style>