Shades of Cardinal #BD143B
Tints of Cardinal #BD143B
RGB
CMYK
RGB Variations
Color information
#BD143B (or 0xBD143B) is known color: Cardinal. HEX triplet: BD, 14 and 3B. RGB value is (189,20,59). Sum of RGB (Red+Green+Blue) = 189+20+59=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD143B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD143B is #42EBC4. Grayscale: #4A4A4A. Windows color (decimal): -4385733 or 3871933. OLE color: 3871933.
HSL color Cylindrical-coordinate representation of color #BD143B: hue angle of 346.15º 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 #BD143B is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 59 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.26 |
| HSL | 346.15º | 0.81% | 0.41% | - |
| HSV(B) | 346.15º | 0.89% | 0.74% | - |
| XYZ | 22.03 | 11.63 | 5.22 | - |
| YUV | 74.98 | 118.99 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 59 | 0 | 0.89 | 0.69 | 0.26 | 346.15 | 0.81 | 0.41 |
| Hex | BD | 14 | 3B | 0 | 59 | 45 | 1A | 15A | 51 | 29 |
| Octal | 275 | 24 | 73 | 0 | 131 | 105 | 32 | 532 | 121 | 51 |
| Binary | 10111101 | 10100 | 111011 | 0 | 1011001 | 1000101 | 11010 | 101011010 | 1010001 | 101001 |
Color Harmonies of #BD143B
Complementary color
Monochromatic Colors of #BD143B
Black with #BD143B
Text Example
Text Example
White with #BD143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD143B; }
p { color: rgb(189,20,59); }
H1.HeaderClassName
{
color: #BD143B;
}
.AnyTagClassName
{
color: #BD143B;
}
</style>
background-color css
<style>
a { background-color: #BD143B; }
a { background-color: rgb(189,20,59); }
div.DivClassName
{
background-color: #BD143B;
}
.BgClassName
{
background-color: #BD143B;
}
</style>
border-color css
<style>
span { border-color: #BD143B; }
span { border-color: rgb(189,20,59); }
td.TdClassName
{
border-color: #BD143B;
}
.TagClassName
{
border-color: #BD143B;
}
</style>