Shades of Medium Carmine #BE403D
Tints of Medium Carmine #BE403D
RGB
CMYK
RGB Variations
Color information
#BE403D (or 0xBE403D) is known color: Medium Carmine. HEX triplet: BE, 40 and 3D. RGB value is (190,64,61). Sum of RGB (Red+Green+Blue) = 190+64+61=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE403D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE403D is #41BFC2. Grayscale: #656565. Windows color (decimal): -4308931 or 4014270. OLE color: 4014270.
HSL color Cylindrical-coordinate representation of color #BE403D: hue angle of 1.4º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE403D is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 61 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.25 |
| HSL | 1.4º | 0.51% | 0.49% | - |
| HSV(B) | 1.4º | 0.68% | 0.75% | - |
| XYZ | 23.91 | 14.95 | 6.04 | - |
| YUV | 101.33 | 105.24 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 61 | 0 | 0.66 | 0.68 | 0.25 | 1.4 | 0.51 | 0.49 |
| Hex | BE | 40 | 3D | 0 | 42 | 44 | 19 | 1 | 33 | 31 |
| Octal | 276 | 100 | 75 | 0 | 102 | 104 | 31 | 1 | 63 | 61 |
| Binary | 10111110 | 1000000 | 111101 | 0 | 1000010 | 1000100 | 11001 | 1 | 110011 | 110001 |
Color Harmonies of #BE403D
Complementary color
Monochromatic Colors of #BE403D
Black with #BE403D
Text Example
Text Example
White with #BE403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE403D; }
p { color: rgb(190,64,61); }
H1.HeaderClassName
{
color: #BE403D;
}
.AnyTagClassName
{
color: #BE403D;
}
</style>
background-color css
<style>
a { background-color: #BE403D; }
a { background-color: rgb(190,64,61); }
div.DivClassName
{
background-color: #BE403D;
}
.BgClassName
{
background-color: #BE403D;
}
</style>
border-color css
<style>
span { border-color: #BE403D; }
span { border-color: rgb(190,64,61); }
td.TdClassName
{
border-color: #BE403D;
}
.TagClassName
{
border-color: #BE403D;
}
</style>