Shades of Medium Carmine #B7403D
Tints of Medium Carmine #B7403D
RGB
CMYK
RGB Variations
Color information
#B7403D (or 0xB7403D) is known color: Medium Carmine. HEX triplet: B7, 40 and 3D. RGB value is (183,64,61). Sum of RGB (Red+Green+Blue) = 183+64+61=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B7403D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7403D is #48BFC2. Grayscale: #636363. Windows color (decimal): -4767683 or 4014263. OLE color: 4014263.
HSL color Cylindrical-coordinate representation of color #B7403D: hue angle of 1.48º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7403D is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 64 | 61 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.28 |
| HSL | 1.48º | 0.5% | 0.48% | - |
| HSV(B) | 1.48º | 0.67% | 0.72% | - |
| XYZ | 22.2 | 14.07 | 5.96 | - |
| YUV | 99.24 | 106.42 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 61 | 0 | 0.65 | 0.67 | 0.28 | 1.48 | 0.5 | 0.48 |
| Hex | B7 | 40 | 3D | 0 | 41 | 43 | 1C | 1 | 32 | 30 |
| Octal | 267 | 100 | 75 | 0 | 101 | 103 | 34 | 1 | 62 | 60 |
| Binary | 10110111 | 1000000 | 111101 | 0 | 1000001 | 1000011 | 11100 | 1 | 110010 | 110000 |
Color Harmonies of #B7403D
Complementary color
Monochromatic Colors of #B7403D
Black with #B7403D
Text Example
Text Example
White with #B7403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7403D; }
p { color: rgb(183,64,61); }
H1.HeaderClassName
{
color: #B7403D;
}
.AnyTagClassName
{
color: #B7403D;
}
</style>
background-color css
<style>
a { background-color: #B7403D; }
a { background-color: rgb(183,64,61); }
div.DivClassName
{
background-color: #B7403D;
}
.BgClassName
{
background-color: #B7403D;
}
</style>
border-color css
<style>
span { border-color: #B7403D; }
span { border-color: rgb(183,64,61); }
td.TdClassName
{
border-color: #B7403D;
}
.TagClassName
{
border-color: #B7403D;
}
</style>