Shades of Cardinal #BD032F
Tints of Cardinal #BD032F
RGB
CMYK
RGB Variations
Color information
#BD032F (or 0xBD032F) is known color: Cardinal. HEX triplet: BD, 03 and 2F. RGB value is (189,3,47). Sum of RGB (Red+Green+Blue) = 189+3+47=239 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.08% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 189 - color contains mainly: red. Hex color #BD032F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD032F is #42FCD0. Grayscale: #3F3F3F. Windows color (decimal): -4390097 or 3081149. OLE color: 3081149.
HSL color Cylindrical-coordinate representation of color #BD032F: hue angle of 345.81º 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 #BD032F is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 47 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.26 |
| HSL | 345.81º | 0.97% | 0.38% | - |
| HSV(B) | 345.81º | 0.98% | 0.74% | - |
| XYZ | 21.53 | 11.09 | 3.69 | - |
| YUV | 63.63 | 118.62 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 47 | 0 | 0.98 | 0.75 | 0.26 | 345.81 | 0.97 | 0.38 |
| Hex | BD | 3 | 2F | 0 | 62 | 4B | 1A | 15A | 61 | 26 |
| Octal | 275 | 3 | 57 | 0 | 142 | 113 | 32 | 532 | 141 | 46 |
| Binary | 10111101 | 11 | 101111 | 0 | 1100010 | 1001011 | 11010 | 101011010 | 1100001 | 100110 |
Color Harmonies of #BD032F
Complementary color
Monochromatic Colors of #BD032F
Black with #BD032F
Text Example
Text Example
White with #BD032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD032F; }
p { color: rgb(189,3,47); }
H1.HeaderClassName
{
color: #BD032F;
}
.AnyTagClassName
{
color: #BD032F;
}
</style>
background-color css
<style>
a { background-color: #BD032F; }
a { background-color: rgb(189,3,47); }
div.DivClassName
{
background-color: #BD032F;
}
.BgClassName
{
background-color: #BD032F;
}
</style>
border-color css
<style>
span { border-color: #BD032F; }
span { border-color: rgb(189,3,47); }
td.TdClassName
{
border-color: #BD032F;
}
.TagClassName
{
border-color: #BD032F;
}
</style>