Shades of Medium Carmine #BD3A36
Tints of Medium Carmine #BD3A36
RGB
CMYK
RGB Variations
Color information
#BD3A36 (or 0xBD3A36) is known color: Medium Carmine. HEX triplet: BD, 3A and 36. RGB value is (189,58,54). Sum of RGB (Red+Green+Blue) = 189+58+54=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3A36 is #42C5C9. Grayscale: #606060. Windows color (decimal): -4376010 or 3553981. OLE color: 3553981.
HSL color Cylindrical-coordinate representation of color #BD3A36: hue angle of 1.78º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD3A36 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 58 | 54 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.26 |
| HSL | 1.78º | 0.56% | 0.48% | - |
| HSV(B) | 1.78º | 0.71% | 0.74% | - |
| XYZ | 23.17 | 14.11 | 4.99 | - |
| YUV | 96.71 | 103.9 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 58 | 54 | 0 | 0.69 | 0.71 | 0.26 | 1.78 | 0.56 | 0.48 |
| Hex | BD | 3A | 36 | 0 | 45 | 47 | 1A | 2 | 38 | 30 |
| Octal | 275 | 72 | 66 | 0 | 105 | 107 | 32 | 2 | 70 | 60 |
| Binary | 10111101 | 111010 | 110110 | 0 | 1000101 | 1000111 | 11010 | 10 | 111000 | 110000 |
Color Harmonies of #BD3A36
Complementary color
Monochromatic Colors of #BD3A36
Black with #BD3A36
Text Example
Text Example
White with #BD3A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3A36; }
p { color: rgb(189,58,54); }
H1.HeaderClassName
{
color: #BD3A36;
}
.AnyTagClassName
{
color: #BD3A36;
}
</style>
background-color css
<style>
a { background-color: #BD3A36; }
a { background-color: rgb(189,58,54); }
div.DivClassName
{
background-color: #BD3A36;
}
.BgClassName
{
background-color: #BD3A36;
}
</style>
border-color css
<style>
span { border-color: #BD3A36; }
span { border-color: rgb(189,58,54); }
td.TdClassName
{
border-color: #BD3A36;
}
.TagClassName
{
border-color: #BD3A36;
}
</style>