Shades of Cardinal #BD142A
Tints of Cardinal #BD142A
RGB
CMYK
RGB Variations
Color information
#BD142A (or 0xBD142A) is known color: Cardinal. HEX triplet: BD, 14 and 2A. RGB value is (189,20,42). Sum of RGB (Red+Green+Blue) = 189+20+42=251 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.30% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 189 - color contains mainly: red. Hex color #BD142A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD142A is #42EBD5. Grayscale: #494949. Windows color (decimal): -4385750 or 2757821. OLE color: 2757821.
HSL color Cylindrical-coordinate representation of color #BD142A: hue angle of 352.19º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD142A is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 42 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.26 |
| HSL | 352.19º | 0.81% | 0.41% | - |
| HSV(B) | 352.19º | 0.89% | 0.74% | - |
| XYZ | 21.65 | 11.49 | 3.27 | - |
| YUV | 73.04 | 110.49 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 42 | 0 | 0.89 | 0.78 | 0.26 | 352.19 | 0.81 | 0.41 |
| Hex | BD | 14 | 2A | 0 | 59 | 4E | 1A | 160 | 51 | 29 |
| Octal | 275 | 24 | 52 | 0 | 131 | 116 | 32 | 540 | 121 | 51 |
| Binary | 10111101 | 10100 | 101010 | 0 | 1011001 | 1001110 | 11010 | 101100000 | 1010001 | 101001 |
Color Harmonies of #BD142A
Complementary color
Monochromatic Colors of #BD142A
Black with #BD142A
Text Example
Text Example
White with #BD142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD142A; }
p { color: rgb(189,20,42); }
H1.HeaderClassName
{
color: #BD142A;
}
.AnyTagClassName
{
color: #BD142A;
}
</style>
background-color css
<style>
a { background-color: #BD142A; }
a { background-color: rgb(189,20,42); }
div.DivClassName
{
background-color: #BD142A;
}
.BgClassName
{
background-color: #BD142A;
}
</style>
border-color css
<style>
span { border-color: #BD142A; }
span { border-color: rgb(189,20,42); }
td.TdClassName
{
border-color: #BD142A;
}
.TagClassName
{
border-color: #BD142A;
}
</style>