Shades of Cardinal #BD2138
Tints of Cardinal #BD2138
RGB
CMYK
RGB Variations
Color information
#BD2138 (or 0xBD2138) is known color: Cardinal. HEX triplet: BD, 21 and 38. RGB value is (189,33,56). Sum of RGB (Red+Green+Blue) = 189+33+56=278 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.99% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2138 is #42DEC7. Grayscale: #525252. Windows color (decimal): -4382408 or 3678653. OLE color: 3678653.
HSL color Cylindrical-coordinate representation of color #BD2138: hue angle of 351.15º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2138 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 56 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.26 |
| HSL | 351.15º | 0.7% | 0.44% | - |
| HSV(B) | 351.15º | 0.83% | 0.74% | - |
| XYZ | 22.24 | 12.19 | 4.92 | - |
| YUV | 82.27 | 113.18 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 56 | 0 | 0.83 | 0.70 | 0.26 | 351.15 | 0.7 | 0.44 |
| Hex | BD | 21 | 38 | 0 | 53 | 46 | 1A | 15F | 46 | 2C |
| Octal | 275 | 41 | 70 | 0 | 123 | 106 | 32 | 537 | 106 | 54 |
| Binary | 10111101 | 100001 | 111000 | 0 | 1010011 | 1000110 | 11010 | 101011111 | 1000110 | 101100 |
Color Harmonies of #BD2138
Complementary color
Monochromatic Colors of #BD2138
Black with #BD2138
Text Example
Text Example
White with #BD2138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2138; }
p { color: rgb(189,33,56); }
H1.HeaderClassName
{
color: #BD2138;
}
.AnyTagClassName
{
color: #BD2138;
}
</style>
background-color css
<style>
a { background-color: #BD2138; }
a { background-color: rgb(189,33,56); }
div.DivClassName
{
background-color: #BD2138;
}
.BgClassName
{
background-color: #BD2138;
}
</style>
border-color css
<style>
span { border-color: #BD2138; }
span { border-color: rgb(189,33,56); }
td.TdClassName
{
border-color: #BD2138;
}
.TagClassName
{
border-color: #BD2138;
}
</style>