Shades of Cardinal #BD0438
Tints of Cardinal #BD0438
RGB
CMYK
RGB Variations
Color information
#BD0438 (or 0xBD0438) is known color: Cardinal. HEX triplet: BD, 04 and 38. RGB value is (189,4,56). Sum of RGB (Red+Green+Blue) = 189+4+56=249 (32% of max value = 765). Red value is 189 (74.22% from 255 or 75.90% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0438 is #42FBC7. Grayscale: #414141. Windows color (decimal): -4389832 or 3671229. OLE color: 3671229.
HSL color Cylindrical-coordinate representation of color #BD0438: hue angle of 343.14º 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 #BD0438 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 4 | 56 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.26 |
| HSL | 343.14º | 0.96% | 0.38% | - |
| HSV(B) | 343.14º | 0.98% | 0.74% | - |
| XYZ | 21.74 | 11.19 | 4.76 | - |
| YUV | 65.24 | 122.79 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 56 | 0 | 0.98 | 0.70 | 0.26 | 343.14 | 0.96 | 0.38 |
| Hex | BD | 4 | 38 | 0 | 62 | 46 | 1A | 157 | 60 | 26 |
| Octal | 275 | 4 | 70 | 0 | 142 | 106 | 32 | 527 | 140 | 46 |
| Binary | 10111101 | 100 | 111000 | 0 | 1100010 | 1000110 | 11010 | 101010111 | 1100000 | 100110 |
Color Harmonies of #BD0438
Complementary color
Monochromatic Colors of #BD0438
Black with #BD0438
Text Example
Text Example
White with #BD0438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0438; }
p { color: rgb(189,4,56); }
H1.HeaderClassName
{
color: #BD0438;
}
.AnyTagClassName
{
color: #BD0438;
}
</style>
background-color css
<style>
a { background-color: #BD0438; }
a { background-color: rgb(189,4,56); }
div.DivClassName
{
background-color: #BD0438;
}
.BgClassName
{
background-color: #BD0438;
}
</style>
border-color css
<style>
span { border-color: #BD0438; }
span { border-color: rgb(189,4,56); }
td.TdClassName
{
border-color: #BD0438;
}
.TagClassName
{
border-color: #BD0438;
}
</style>