Shades of Cardinal #BD0436
Tints of Cardinal #BD0436
RGB
CMYK
RGB Variations
Color information
#BD0436 (or 0xBD0436) is known color: Cardinal. HEX triplet: BD, 04 and 36. RGB value is (189,4,54). Sum of RGB (Red+Green+Blue) = 189+4+54=247 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.52% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 54 (21.48% from 255 or 21.86% from 247); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0436 is #42FBC9. Grayscale: #414141. Windows color (decimal): -4389834 or 3540157. OLE color: 3540157.
HSL color Cylindrical-coordinate representation of color #BD0436: hue angle of 343.78º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD0436 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 4 | 54 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.26 |
| HSL | 343.78º | 0.96% | 0.38% | - |
| HSV(B) | 343.78º | 0.98% | 0.74% | - |
| XYZ | 21.7 | 11.17 | 4.5 | - |
| YUV | 65.02 | 121.79 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 54 | 0 | 0.98 | 0.71 | 0.26 | 343.78 | 0.96 | 0.38 |
| Hex | BD | 4 | 36 | 0 | 62 | 47 | 1A | 158 | 60 | 26 |
| Octal | 275 | 4 | 66 | 0 | 142 | 107 | 32 | 530 | 140 | 46 |
| Binary | 10111101 | 100 | 110110 | 0 | 1100010 | 1000111 | 11010 | 101011000 | 1100000 | 100110 |
Color Harmonies of #BD0436
Complementary color
Monochromatic Colors of #BD0436
Black with #BD0436
Text Example
Text Example
White with #BD0436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0436; }
p { color: rgb(189,4,54); }
H1.HeaderClassName
{
color: #BD0436;
}
.AnyTagClassName
{
color: #BD0436;
}
</style>
background-color css
<style>
a { background-color: #BD0436; }
a { background-color: rgb(189,4,54); }
div.DivClassName
{
background-color: #BD0436;
}
.BgClassName
{
background-color: #BD0436;
}
</style>
border-color css
<style>
span { border-color: #BD0436; }
span { border-color: rgb(189,4,54); }
td.TdClassName
{
border-color: #BD0436;
}
.TagClassName
{
border-color: #BD0436;
}
</style>