Shades of Cardinal #BD1E2A
Tints of Cardinal #BD1E2A
RGB
CMYK
RGB Variations
Color information
#BD1E2A (or 0xBD1E2A) is known color: Cardinal. HEX triplet: BD, 1E and 2A. RGB value is (189,30,42). Sum of RGB (Red+Green+Blue) = 189+30+42=261 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.41% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1E2A is #42E1D5. Grayscale: #4F4F4F. Windows color (decimal): -4383190 or 2760381. OLE color: 2760381.
HSL color Cylindrical-coordinate representation of color #BD1E2A: hue angle of 355.47º 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 #BD1E2A is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 30 | 42 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.26 |
| HSL | 355.47º | 0.73% | 0.43% | - |
| HSV(B) | 355.47º | 0.84% | 0.74% | - |
| XYZ | 21.87 | 11.91 | 3.34 | - |
| YUV | 78.91 | 107.18 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 30 | 42 | 0 | 0.84 | 0.78 | 0.26 | 355.47 | 0.73 | 0.43 |
| Hex | BD | 1E | 2A | 0 | 54 | 4E | 1A | 163 | 49 | 2B |
| Octal | 275 | 36 | 52 | 0 | 124 | 116 | 32 | 543 | 111 | 53 |
| Binary | 10111101 | 11110 | 101010 | 0 | 1010100 | 1001110 | 11010 | 101100011 | 1001001 | 101011 |
Color Harmonies of #BD1E2A
Complementary color
Monochromatic Colors of #BD1E2A
Black with #BD1E2A
Text Example
Text Example
White with #BD1E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1E2A; }
p { color: rgb(189,30,42); }
H1.HeaderClassName
{
color: #BD1E2A;
}
.AnyTagClassName
{
color: #BD1E2A;
}
</style>
background-color css
<style>
a { background-color: #BD1E2A; }
a { background-color: rgb(189,30,42); }
div.DivClassName
{
background-color: #BD1E2A;
}
.BgClassName
{
background-color: #BD1E2A;
}
</style>
border-color css
<style>
span { border-color: #BD1E2A; }
span { border-color: rgb(189,30,42); }
td.TdClassName
{
border-color: #BD1E2A;
}
.TagClassName
{
border-color: #BD1E2A;
}
</style>