Shades of Medium Carmine #BF403D
Tints of Medium Carmine #BF403D
RGB
CMYK
RGB Variations
Color information
#BF403D (or 0xBF403D) is known color: Medium Carmine. HEX triplet: BF, 40 and 3D. RGB value is (191,64,61). Sum of RGB (Red+Green+Blue) = 191+64+61=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF403D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF403D is #40BFC2. Grayscale: #656565. Windows color (decimal): -4243395 or 4014271. OLE color: 4014271.
HSL color Cylindrical-coordinate representation of color #BF403D: hue angle of 1.38º degrees, saturation: 0.52, 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 #BF403D is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 61 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.25 |
| HSL | 1.38º | 0.52% | 0.49% | - |
| HSV(B) | 1.38º | 0.68% | 0.75% | - |
| XYZ | 24.16 | 15.08 | 6.05 | - |
| YUV | 101.63 | 105.08 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 61 | 0 | 0.66 | 0.68 | 0.25 | 1.38 | 0.52 | 0.49 |
| Hex | BF | 40 | 3D | 0 | 42 | 44 | 19 | 1 | 34 | 31 |
| Octal | 277 | 100 | 75 | 0 | 102 | 104 | 31 | 1 | 64 | 61 |
| Binary | 10111111 | 1000000 | 111101 | 0 | 1000010 | 1000100 | 11001 | 1 | 110100 | 110001 |
Color Harmonies of #BF403D
Complementary color
Monochromatic Colors of #BF403D
Black with #BF403D
Text Example
Text Example
White with #BF403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF403D; }
p { color: rgb(191,64,61); }
H1.HeaderClassName
{
color: #BF403D;
}
.AnyTagClassName
{
color: #BF403D;
}
</style>
background-color css
<style>
a { background-color: #BF403D; }
a { background-color: rgb(191,64,61); }
div.DivClassName
{
background-color: #BF403D;
}
.BgClassName
{
background-color: #BF403D;
}
</style>
border-color css
<style>
span { border-color: #BF403D; }
span { border-color: rgb(191,64,61); }
td.TdClassName
{
border-color: #BF403D;
}
.TagClassName
{
border-color: #BF403D;
}
</style>