Shades of Cardinal #BD182C
Tints of Cardinal #BD182C
RGB
CMYK
RGB Variations
Color information
#BD182C (or 0xBD182C) is known color: Cardinal. HEX triplet: BD, 18 and 2C. RGB value is (189,24,44). Sum of RGB (Red+Green+Blue) = 189+24+44=257 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.54% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 189 - color contains mainly: red. Hex color #BD182C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD182C is #42E7D3. Grayscale: #4B4B4B. Windows color (decimal): -4384724 or 2889917. OLE color: 2889917.
HSL color Cylindrical-coordinate representation of color #BD182C: hue angle of 352.73º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD182C is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 24 | 44 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.26 |
| HSL | 352.73º | 0.77% | 0.42% | - |
| HSV(B) | 352.73º | 0.87% | 0.74% | - |
| XYZ | 21.77 | 11.65 | 3.49 | - |
| YUV | 75.62 | 110.16 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 44 | 0 | 0.87 | 0.77 | 0.26 | 352.73 | 0.77 | 0.42 |
| Hex | BD | 18 | 2C | 0 | 57 | 4D | 1A | 161 | 4D | 2A |
| Octal | 275 | 30 | 54 | 0 | 127 | 115 | 32 | 541 | 115 | 52 |
| Binary | 10111101 | 11000 | 101100 | 0 | 1010111 | 1001101 | 11010 | 101100001 | 1001101 | 101010 |
Color Harmonies of #BD182C
Complementary color
Monochromatic Colors of #BD182C
Black with #BD182C
Text Example
Text Example
White with #BD182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD182C; }
p { color: rgb(189,24,44); }
H1.HeaderClassName
{
color: #BD182C;
}
.AnyTagClassName
{
color: #BD182C;
}
</style>
background-color css
<style>
a { background-color: #BD182C; }
a { background-color: rgb(189,24,44); }
div.DivClassName
{
background-color: #BD182C;
}
.BgClassName
{
background-color: #BD182C;
}
</style>
border-color css
<style>
span { border-color: #BD182C; }
span { border-color: rgb(189,24,44); }
td.TdClassName
{
border-color: #BD182C;
}
.TagClassName
{
border-color: #BD182C;
}
</style>