Shades of Medium Carmine #BD403D
Tints of Medium Carmine #BD403D
RGB
CMYK
RGB Variations
Color information
#BD403D (or 0xBD403D) is known color: Medium Carmine. HEX triplet: BD, 40 and 3D. RGB value is (189,64,61). Sum of RGB (Red+Green+Blue) = 189+64+61=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD403D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD403D is #42BFC2. Grayscale: #656565. Windows color (decimal): -4374467 or 4014269. OLE color: 4014269.
HSL color Cylindrical-coordinate representation of color #BD403D: hue angle of 1.41º 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 #BD403D is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 61 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.26 |
| HSL | 1.41º | 0.51% | 0.49% | - |
| HSV(B) | 1.41º | 0.68% | 0.74% | - |
| XYZ | 23.66 | 14.82 | 6.03 | - |
| YUV | 101.03 | 105.41 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 61 | 0 | 0.66 | 0.68 | 0.26 | 1.41 | 0.51 | 0.49 |
| Hex | BD | 40 | 3D | 0 | 42 | 44 | 1A | 1 | 33 | 31 |
| Octal | 275 | 100 | 75 | 0 | 102 | 104 | 32 | 1 | 63 | 61 |
| Binary | 10111101 | 1000000 | 111101 | 0 | 1000010 | 1000100 | 11010 | 1 | 110011 | 110001 |
Color Harmonies of #BD403D
Complementary color
Monochromatic Colors of #BD403D
Black with #BD403D
Text Example
Text Example
White with #BD403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD403D; }
p { color: rgb(189,64,61); }
H1.HeaderClassName
{
color: #BD403D;
}
.AnyTagClassName
{
color: #BD403D;
}
</style>
background-color css
<style>
a { background-color: #BD403D; }
a { background-color: rgb(189,64,61); }
div.DivClassName
{
background-color: #BD403D;
}
.BgClassName
{
background-color: #BD403D;
}
</style>
border-color css
<style>
span { border-color: #BD403D; }
span { border-color: rgb(189,64,61); }
td.TdClassName
{
border-color: #BD403D;
}
.TagClassName
{
border-color: #BD403D;
}
</style>