Shades of Medium Carmine #BD413D
Tints of Medium Carmine #BD413D
RGB
CMYK
RGB Variations
Color information
#BD413D (or 0xBD413D) is known color: Medium Carmine. HEX triplet: BD, 41 and 3D. RGB value is (189,65,61). Sum of RGB (Red+Green+Blue) = 189+65+61=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD413D is #42BEC2. Grayscale: #656565. Windows color (decimal): -4374211 or 4014525. OLE color: 4014525.
HSL color Cylindrical-coordinate representation of color #BD413D: hue angle of 1.88º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD413D is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 61 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.26 |
| HSL | 1.88º | 0.51% | 0.49% | - |
| HSV(B) | 1.88º | 0.68% | 0.74% | - |
| XYZ | 23.72 | 14.94 | 6.05 | - |
| YUV | 101.62 | 105.08 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 61 | 0 | 0.66 | 0.68 | 0.26 | 1.88 | 0.51 | 0.49 |
| Hex | BD | 41 | 3D | 0 | 42 | 44 | 1A | 2 | 33 | 31 |
| Octal | 275 | 101 | 75 | 0 | 102 | 104 | 32 | 2 | 63 | 61 |
| Binary | 10111101 | 1000001 | 111101 | 0 | 1000010 | 1000100 | 11010 | 10 | 110011 | 110001 |
Color Harmonies of #BD413D
Complementary color
Monochromatic Colors of #BD413D
Black with #BD413D
Text Example
Text Example
White with #BD413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD413D; }
p { color: rgb(189,65,61); }
H1.HeaderClassName
{
color: #BD413D;
}
.AnyTagClassName
{
color: #BD413D;
}
</style>
background-color css
<style>
a { background-color: #BD413D; }
a { background-color: rgb(189,65,61); }
div.DivClassName
{
background-color: #BD413D;
}
.BgClassName
{
background-color: #BD413D;
}
</style>
border-color css
<style>
span { border-color: #BD413D; }
span { border-color: rgb(189,65,61); }
td.TdClassName
{
border-color: #BD413D;
}
.TagClassName
{
border-color: #BD413D;
}
</style>