Shades of Cardinal #BD182D
Tints of Cardinal #BD182D
RGB
CMYK
RGB Variations
Color information
#BD182D (or 0xBD182D) is known color: Cardinal. HEX triplet: BD, 18 and 2D. RGB value is (189,24,45). Sum of RGB (Red+Green+Blue) = 189+24+45=258 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.26% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 189 - color contains mainly: red. Hex color #BD182D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD182D is #42E7D2. Grayscale: #4B4B4B. Windows color (decimal): -4384723 or 2955453. OLE color: 2955453.
HSL color Cylindrical-coordinate representation of color #BD182D: hue angle of 352.36º 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 #BD182D is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 24 | 45 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.26 |
| HSL | 352.36º | 0.77% | 0.42% | - |
| HSV(B) | 352.36º | 0.87% | 0.74% | - |
| XYZ | 21.79 | 11.66 | 3.59 | - |
| YUV | 75.73 | 110.66 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 45 | 0 | 0.87 | 0.76 | 0.26 | 352.36 | 0.77 | 0.42 |
| Hex | BD | 18 | 2D | 0 | 57 | 4C | 1A | 160 | 4D | 2A |
| Octal | 275 | 30 | 55 | 0 | 127 | 114 | 32 | 540 | 115 | 52 |
| Binary | 10111101 | 11000 | 101101 | 0 | 1010111 | 1001100 | 11010 | 101100000 | 1001101 | 101010 |
Color Harmonies of #BD182D
Complementary color
Monochromatic Colors of #BD182D
Black with #BD182D
Text Example
Text Example
White with #BD182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD182D; }
p { color: rgb(189,24,45); }
H1.HeaderClassName
{
color: #BD182D;
}
.AnyTagClassName
{
color: #BD182D;
}
</style>
background-color css
<style>
a { background-color: #BD182D; }
a { background-color: rgb(189,24,45); }
div.DivClassName
{
background-color: #BD182D;
}
.BgClassName
{
background-color: #BD182D;
}
</style>
border-color css
<style>
span { border-color: #BD182D; }
span { border-color: rgb(189,24,45); }
td.TdClassName
{
border-color: #BD182D;
}
.TagClassName
{
border-color: #BD182D;
}
</style>