Shades of Medium Carmine #BD3D35
Tints of Medium Carmine #BD3D35
RGB
CMYK
RGB Variations
Color information
#BD3D35 (or 0xBD3D35) is known color: Medium Carmine. HEX triplet: BD, 3D and 35. RGB value is (189,61,53). Sum of RGB (Red+Green+Blue) = 189+61+53=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3D35 is #42C2CA. Grayscale: #626262. Windows color (decimal): -4375243 or 3489213. OLE color: 3489213.
HSL color Cylindrical-coordinate representation of color #BD3D35: hue angle of 3.53º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD3D35 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 61 | 53 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.26 |
| HSL | 3.53º | 0.56% | 0.47% | - |
| HSV(B) | 3.53º | 0.72% | 0.74% | - |
| XYZ | 23.3 | 14.41 | 4.92 | - |
| YUV | 98.36 | 102.41 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 61 | 53 | 0 | 0.68 | 0.72 | 0.26 | 3.53 | 0.56 | 0.47 |
| Hex | BD | 3D | 35 | 0 | 44 | 48 | 1A | 4 | 38 | 2F |
| Octal | 275 | 75 | 65 | 0 | 104 | 110 | 32 | 4 | 70 | 57 |
| Binary | 10111101 | 111101 | 110101 | 0 | 1000100 | 1001000 | 11010 | 100 | 111000 | 101111 |
Color Harmonies of #BD3D35
Complementary color
Monochromatic Colors of #BD3D35
Black with #BD3D35
Text Example
Text Example
White with #BD3D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3D35; }
p { color: rgb(189,61,53); }
H1.HeaderClassName
{
color: #BD3D35;
}
.AnyTagClassName
{
color: #BD3D35;
}
</style>
background-color css
<style>
a { background-color: #BD3D35; }
a { background-color: rgb(189,61,53); }
div.DivClassName
{
background-color: #BD3D35;
}
.BgClassName
{
background-color: #BD3D35;
}
</style>
border-color css
<style>
span { border-color: #BD3D35; }
span { border-color: rgb(189,61,53); }
td.TdClassName
{
border-color: #BD3D35;
}
.TagClassName
{
border-color: #BD3D35;
}
</style>