Shades of Cardinal #BD1738
Tints of Cardinal #BD1738
RGB
CMYK
RGB Variations
Color information
#BD1738 (or 0xBD1738) is known color: Cardinal. HEX triplet: BD, 17 and 38. RGB value is (189,23,56). Sum of RGB (Red+Green+Blue) = 189+23+56=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1738 is #42E8C7. Grayscale: #4C4C4C. Windows color (decimal): -4384968 or 3676093. OLE color: 3676093.
HSL color Cylindrical-coordinate representation of color #BD1738: hue angle of 348.07º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1738 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 56 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.26 |
| HSL | 348.07º | 0.78% | 0.42% | - |
| HSV(B) | 348.07º | 0.88% | 0.74% | - |
| XYZ | 22.01 | 11.72 | 4.84 | - |
| YUV | 76.4 | 116.5 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 56 | 0 | 0.88 | 0.70 | 0.26 | 348.07 | 0.78 | 0.42 |
| Hex | BD | 17 | 38 | 0 | 58 | 46 | 1A | 15C | 4E | 2A |
| Octal | 275 | 27 | 70 | 0 | 130 | 106 | 32 | 534 | 116 | 52 |
| Binary | 10111101 | 10111 | 111000 | 0 | 1011000 | 1000110 | 11010 | 101011100 | 1001110 | 101010 |
Color Harmonies of #BD1738
Complementary color
Monochromatic Colors of #BD1738
Black with #BD1738
Text Example
Text Example
White with #BD1738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1738; }
p { color: rgb(189,23,56); }
H1.HeaderClassName
{
color: #BD1738;
}
.AnyTagClassName
{
color: #BD1738;
}
</style>
background-color css
<style>
a { background-color: #BD1738; }
a { background-color: rgb(189,23,56); }
div.DivClassName
{
background-color: #BD1738;
}
.BgClassName
{
background-color: #BD1738;
}
</style>
border-color css
<style>
span { border-color: #BD1738; }
span { border-color: rgb(189,23,56); }
td.TdClassName
{
border-color: #BD1738;
}
.TagClassName
{
border-color: #BD1738;
}
</style>