Shades of Medium Carmine #BD423B
Tints of Medium Carmine #BD423B
RGB
CMYK
RGB Variations
Color information
#BD423B (or 0xBD423B) is known color: Medium Carmine. HEX triplet: BD, 42 and 3B. RGB value is (189,66,59). Sum of RGB (Red+Green+Blue) = 189+66+59=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD423B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD423B is #42BDC4. Grayscale: #666666. Windows color (decimal): -4373957 or 3883709. OLE color: 3883709.
HSL color Cylindrical-coordinate representation of color #BD423B: hue angle of 3.23º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD423B is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 66 | 59 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.26 |
| HSL | 3.23º | 0.52% | 0.49% | - |
| HSV(B) | 3.23º | 0.69% | 0.74% | - |
| XYZ | 23.72 | 15.03 | 5.79 | - |
| YUV | 101.98 | 103.75 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 59 | 0 | 0.65 | 0.69 | 0.26 | 3.23 | 0.52 | 0.49 |
| Hex | BD | 42 | 3B | 0 | 41 | 45 | 1A | 3 | 34 | 31 |
| Octal | 275 | 102 | 73 | 0 | 101 | 105 | 32 | 3 | 64 | 61 |
| Binary | 10111101 | 1000010 | 111011 | 0 | 1000001 | 1000101 | 11010 | 11 | 110100 | 110001 |
Color Harmonies of #BD423B
Complementary color
Monochromatic Colors of #BD423B
Black with #BD423B
Text Example
Text Example
White with #BD423B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD423B; }
p { color: rgb(189,66,59); }
H1.HeaderClassName
{
color: #BD423B;
}
.AnyTagClassName
{
color: #BD423B;
}
</style>
background-color css
<style>
a { background-color: #BD423B; }
a { background-color: rgb(189,66,59); }
div.DivClassName
{
background-color: #BD423B;
}
.BgClassName
{
background-color: #BD423B;
}
</style>
border-color css
<style>
span { border-color: #BD423B; }
span { border-color: rgb(189,66,59); }
td.TdClassName
{
border-color: #BD423B;
}
.TagClassName
{
border-color: #BD423B;
}
</style>