Shades of Cardinal #BD1E2D
Tints of Cardinal #BD1E2D
RGB
CMYK
RGB Variations
Color information
#BD1E2D (or 0xBD1E2D) is known color: Cardinal. HEX triplet: BD, 1E and 2D. RGB value is (189,30,45). Sum of RGB (Red+Green+Blue) = 189+30+45=264 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.59% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1E2D is #42E1D2. Grayscale: #4F4F4F. Windows color (decimal): -4383187 or 2956989. OLE color: 2956989.
HSL color Cylindrical-coordinate representation of color #BD1E2D: hue angle of 354.34º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD1E2D is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 30 | 45 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.26 |
| HSL | 354.34º | 0.73% | 0.43% | - |
| HSV(B) | 354.34º | 0.84% | 0.74% | - |
| XYZ | 21.92 | 11.94 | 3.63 | - |
| YUV | 79.25 | 108.68 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 30 | 45 | 0 | 0.84 | 0.76 | 0.26 | 354.34 | 0.73 | 0.43 |
| Hex | BD | 1E | 2D | 0 | 54 | 4C | 1A | 162 | 49 | 2B |
| Octal | 275 | 36 | 55 | 0 | 124 | 114 | 32 | 542 | 111 | 53 |
| Binary | 10111101 | 11110 | 101101 | 0 | 1010100 | 1001100 | 11010 | 101100010 | 1001001 | 101011 |
Color Harmonies of #BD1E2D
Complementary color
Monochromatic Colors of #BD1E2D
Black with #BD1E2D
Text Example
Text Example
White with #BD1E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1E2D; }
p { color: rgb(189,30,45); }
H1.HeaderClassName
{
color: #BD1E2D;
}
.AnyTagClassName
{
color: #BD1E2D;
}
</style>
background-color css
<style>
a { background-color: #BD1E2D; }
a { background-color: rgb(189,30,45); }
div.DivClassName
{
background-color: #BD1E2D;
}
.BgClassName
{
background-color: #BD1E2D;
}
</style>
border-color css
<style>
span { border-color: #BD1E2D; }
span { border-color: rgb(189,30,45); }
td.TdClassName
{
border-color: #BD1E2D;
}
.TagClassName
{
border-color: #BD1E2D;
}
</style>