Shades of Cardinal #BD142F
Tints of Cardinal #BD142F
RGB
CMYK
RGB Variations
Color information
#BD142F (or 0xBD142F) is known color: Cardinal. HEX triplet: BD, 14 and 2F. RGB value is (189,20,47). Sum of RGB (Red+Green+Blue) = 189+20+47=256 (33% of max value = 765). Red value is 189 (74.22% from 255 or 73.83% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 189 - color contains mainly: red. Hex color #BD142F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD142F is #42EBD0. Grayscale: #494949. Windows color (decimal): -4385745 or 3085501. OLE color: 3085501.
HSL color Cylindrical-coordinate representation of color #BD142F: hue angle of 350.41º 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 #BD142F is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 47 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.26 |
| HSL | 350.41º | 0.81% | 0.41% | - |
| HSV(B) | 350.41º | 0.89% | 0.74% | - |
| XYZ | 21.75 | 11.52 | 3.77 | - |
| YUV | 73.61 | 112.99 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 47 | 0 | 0.89 | 0.75 | 0.26 | 350.41 | 0.81 | 0.41 |
| Hex | BD | 14 | 2F | 0 | 59 | 4B | 1A | 15E | 51 | 29 |
| Octal | 275 | 24 | 57 | 0 | 131 | 113 | 32 | 536 | 121 | 51 |
| Binary | 10111101 | 10100 | 101111 | 0 | 1011001 | 1001011 | 11010 | 101011110 | 1010001 | 101001 |
Color Harmonies of #BD142F
Complementary color
Monochromatic Colors of #BD142F
Black with #BD142F
Text Example
Text Example
White with #BD142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD142F; }
p { color: rgb(189,20,47); }
H1.HeaderClassName
{
color: #BD142F;
}
.AnyTagClassName
{
color: #BD142F;
}
</style>
background-color css
<style>
a { background-color: #BD142F; }
a { background-color: rgb(189,20,47); }
div.DivClassName
{
background-color: #BD142F;
}
.BgClassName
{
background-color: #BD142F;
}
</style>
border-color css
<style>
span { border-color: #BD142F; }
span { border-color: rgb(189,20,47); }
td.TdClassName
{
border-color: #BD142F;
}
.TagClassName
{
border-color: #BD142F;
}
</style>