Shades of Medium Carmine #B74129
Tints of Medium Carmine #B74129
RGB
CMYK
RGB Variations
Color information
#B74129 (or 0xB74129) is known color: Medium Carmine. HEX triplet: B7, 41 and 29. RGB value is (183,65,41). Sum of RGB (Red+Green+Blue) = 183+65+41=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B74129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74129 is #48BED6. Grayscale: #616161. Windows color (decimal): -4767447 or 2703799. OLE color: 2703799.
HSL color Cylindrical-coordinate representation of color #B74129: hue angle of 10.14º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B74129 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 65 | 41 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.28 |
| HSL | 10.14º | 0.63% | 0.44% | - |
| HSV(B) | 10.14º | 0.78% | 0.72% | - |
| XYZ | 21.82 | 14.01 | 3.65 | - |
| YUV | 97.55 | 96.09 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 41 | 0 | 0.64 | 0.78 | 0.28 | 10.14 | 0.63 | 0.44 |
| Hex | B7 | 41 | 29 | 0 | 40 | 4E | 1C | A | 3F | 2C |
| Octal | 267 | 101 | 51 | 0 | 100 | 116 | 34 | 12 | 77 | 54 |
| Binary | 10110111 | 1000001 | 101001 | 0 | 1000000 | 1001110 | 11100 | 1010 | 111111 | 101100 |
Color Harmonies of #B74129
Complementary color
Monochromatic Colors of #B74129
Black with #B74129
Text Example
Text Example
White with #B74129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74129; }
p { color: rgb(183,65,41); }
H1.HeaderClassName
{
color: #B74129;
}
.AnyTagClassName
{
color: #B74129;
}
</style>
background-color css
<style>
a { background-color: #B74129; }
a { background-color: rgb(183,65,41); }
div.DivClassName
{
background-color: #B74129;
}
.BgClassName
{
background-color: #B74129;
}
</style>
border-color css
<style>
span { border-color: #B74129; }
span { border-color: rgb(183,65,41); }
td.TdClassName
{
border-color: #B74129;
}
.TagClassName
{
border-color: #B74129;
}
</style>