Shades of Cardinal #BD1438
Tints of Cardinal #BD1438
RGB
CMYK
RGB Variations
Color information
#BD1438 (or 0xBD1438) is known color: Cardinal. HEX triplet: BD, 14 and 38. RGB value is (189,20,56). Sum of RGB (Red+Green+Blue) = 189+20+56=265 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.32% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1438 is #42EBC7. Grayscale: #4A4A4A. Windows color (decimal): -4385736 or 3675325. OLE color: 3675325.
HSL color Cylindrical-coordinate representation of color #BD1438: hue angle of 347.22º 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 #BD1438 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 56 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.26 |
| HSL | 347.22º | 0.81% | 0.41% | - |
| HSV(B) | 347.22º | 0.89% | 0.74% | - |
| XYZ | 21.95 | 11.6 | 4.82 | - |
| YUV | 74.64 | 117.49 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 56 | 0 | 0.89 | 0.70 | 0.26 | 347.22 | 0.81 | 0.41 |
| Hex | BD | 14 | 38 | 0 | 59 | 46 | 1A | 15B | 51 | 29 |
| Octal | 275 | 24 | 70 | 0 | 131 | 106 | 32 | 533 | 121 | 51 |
| Binary | 10111101 | 10100 | 111000 | 0 | 1011001 | 1000110 | 11010 | 101011011 | 1010001 | 101001 |
Color Harmonies of #BD1438
Complementary color
Monochromatic Colors of #BD1438
Black with #BD1438
Text Example
Text Example
White with #BD1438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1438; }
p { color: rgb(189,20,56); }
H1.HeaderClassName
{
color: #BD1438;
}
.AnyTagClassName
{
color: #BD1438;
}
</style>
background-color css
<style>
a { background-color: #BD1438; }
a { background-color: rgb(189,20,56); }
div.DivClassName
{
background-color: #BD1438;
}
.BgClassName
{
background-color: #BD1438;
}
</style>
border-color css
<style>
span { border-color: #BD1438; }
span { border-color: rgb(189,20,56); }
td.TdClassName
{
border-color: #BD1438;
}
.TagClassName
{
border-color: #BD1438;
}
</style>