Shades of Cardinal #BD033A
Tints of Cardinal #BD033A
RGB
CMYK
RGB Variations
Color information
#BD033A (or 0xBD033A) is known color: Cardinal. HEX triplet: BD, 03 and 3A. RGB value is (189,3,58). Sum of RGB (Red+Green+Blue) = 189+3+58=250 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.6% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 189 - color contains mainly: red. Hex color #BD033A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD033A is #42FCC5. Grayscale: #404040. Windows color (decimal): -4390086 or 3802045. OLE color: 3802045.
HSL color Cylindrical-coordinate representation of color #BD033A: hue angle of 342.26º degrees, saturation: 0.97, 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 #BD033A is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 58 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.26 |
| HSL | 342.26º | 0.97% | 0.38% | - |
| HSV(B) | 342.26º | 0.98% | 0.74% | - |
| XYZ | 21.78 | 11.19 | 5.01 | - |
| YUV | 64.88 | 124.12 | 216.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 58 | 0 | 0.98 | 0.69 | 0.26 | 342.26 | 0.97 | 0.38 |
| Hex | BD | 3 | 3A | 0 | 62 | 45 | 1A | 156 | 61 | 26 |
| Octal | 275 | 3 | 72 | 0 | 142 | 105 | 32 | 526 | 141 | 46 |
| Binary | 10111101 | 11 | 111010 | 0 | 1100010 | 1000101 | 11010 | 101010110 | 1100001 | 100110 |
Color Harmonies of #BD033A
Complementary color
Monochromatic Colors of #BD033A
Black with #BD033A
Text Example
Text Example
White with #BD033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD033A; }
p { color: rgb(189,3,58); }
H1.HeaderClassName
{
color: #BD033A;
}
.AnyTagClassName
{
color: #BD033A;
}
</style>
background-color css
<style>
a { background-color: #BD033A; }
a { background-color: rgb(189,3,58); }
div.DivClassName
{
background-color: #BD033A;
}
.BgClassName
{
background-color: #BD033A;
}
</style>
border-color css
<style>
span { border-color: #BD033A; }
span { border-color: rgb(189,3,58); }
td.TdClassName
{
border-color: #BD033A;
}
.TagClassName
{
border-color: #BD033A;
}
</style>