Shades of Cardinal #BD2136
Tints of Cardinal #BD2136
RGB
CMYK
RGB Variations
Color information
#BD2136 (or 0xBD2136) is known color: Cardinal. HEX triplet: BD, 21 and 36. RGB value is (189,33,54). Sum of RGB (Red+Green+Blue) = 189+33+54=276 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.48% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2136 is #42DEC9. Grayscale: #525252. Windows color (decimal): -4382410 or 3547581. OLE color: 3547581.
HSL color Cylindrical-coordinate representation of color #BD2136: hue angle of 351.92º 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 #BD2136 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 54 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.26 |
| HSL | 351.92º | 0.7% | 0.44% | - |
| HSV(B) | 351.92º | 0.83% | 0.74% | - |
| XYZ | 22.2 | 12.17 | 4.67 | - |
| YUV | 82.04 | 112.18 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 54 | 0 | 0.83 | 0.71 | 0.26 | 351.92 | 0.7 | 0.44 |
| Hex | BD | 21 | 36 | 0 | 53 | 47 | 1A | 160 | 46 | 2C |
| Octal | 275 | 41 | 66 | 0 | 123 | 107 | 32 | 540 | 106 | 54 |
| Binary | 10111101 | 100001 | 110110 | 0 | 1010011 | 1000111 | 11010 | 101100000 | 1000110 | 101100 |
Color Harmonies of #BD2136
Complementary color
Monochromatic Colors of #BD2136
Black with #BD2136
Text Example
Text Example
White with #BD2136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2136; }
p { color: rgb(189,33,54); }
H1.HeaderClassName
{
color: #BD2136;
}
.AnyTagClassName
{
color: #BD2136;
}
</style>
background-color css
<style>
a { background-color: #BD2136; }
a { background-color: rgb(189,33,54); }
div.DivClassName
{
background-color: #BD2136;
}
.BgClassName
{
background-color: #BD2136;
}
</style>
border-color css
<style>
span { border-color: #BD2136; }
span { border-color: rgb(189,33,54); }
td.TdClassName
{
border-color: #BD2136;
}
.TagClassName
{
border-color: #BD2136;
}
</style>