Shades of Cardinal #BD023A
Tints of Cardinal #BD023A
RGB
CMYK
RGB Variations
Color information
#BD023A (or 0xBD023A) is known color: Cardinal. HEX triplet: BD, 02 and 3A. RGB value is (189,2,58). Sum of RGB (Red+Green+Blue) = 189+2+58=249 (32% of max value = 765). Red value is 189 (74.22% from 255 or 75.90% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 189 - color contains mainly: red. Hex color #BD023A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD023A is #42FDC5. Grayscale: #404040. Windows color (decimal): -4390342 or 3801789. OLE color: 3801789.
HSL color Cylindrical-coordinate representation of color #BD023A: hue angle of 342.03º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD023A is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 58 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.26 |
| HSL | 342.03º | 0.98% | 0.37% | - |
| HSV(B) | 342.03º | 0.99% | 0.74% | - |
| XYZ | 21.77 | 11.17 | 5.01 | - |
| YUV | 64.3 | 124.45 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 58 | 0 | 0.99 | 0.69 | 0.26 | 342.03 | 0.98 | 0.37 |
| Hex | BD | 2 | 3A | 0 | 63 | 45 | 1A | 156 | 62 | 25 |
| Octal | 275 | 2 | 72 | 0 | 143 | 105 | 32 | 526 | 142 | 45 |
| Binary | 10111101 | 10 | 111010 | 0 | 1100011 | 1000101 | 11010 | 101010110 | 1100010 | 100101 |
Color Harmonies of #BD023A
Complementary color
Monochromatic Colors of #BD023A
Black with #BD023A
Text Example
Text Example
White with #BD023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD023A; }
p { color: rgb(189,2,58); }
H1.HeaderClassName
{
color: #BD023A;
}
.AnyTagClassName
{
color: #BD023A;
}
</style>
background-color css
<style>
a { background-color: #BD023A; }
a { background-color: rgb(189,2,58); }
div.DivClassName
{
background-color: #BD023A;
}
.BgClassName
{
background-color: #BD023A;
}
</style>
border-color css
<style>
span { border-color: #BD023A; }
span { border-color: rgb(189,2,58); }
td.TdClassName
{
border-color: #BD023A;
}
.TagClassName
{
border-color: #BD023A;
}
</style>