Shades of Medium Carmine #B74228
Tints of Medium Carmine #B74228
RGB
CMYK
RGB Variations
Color information
#B74228 (or 0xB74228) is known color: Medium Carmine. HEX triplet: B7, 42 and 28. RGB value is (183,66,40). Sum of RGB (Red+Green+Blue) = 183+66+40=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B74228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74228 is #48BDD7. Grayscale: #626262. Windows color (decimal): -4767192 or 2638519. OLE color: 2638519.
HSL color Cylindrical-coordinate representation of color #B74228: hue angle of 10.91º degrees, saturation: 0.64, 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 #B74228 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 40 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.28 |
| HSL | 10.91º | 0.64% | 0.44% | - |
| HSV(B) | 10.91º | 0.78% | 0.72% | - |
| XYZ | 21.86 | 14.12 | 3.58 | - |
| YUV | 98.02 | 95.26 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 40 | 0 | 0.64 | 0.78 | 0.28 | 10.91 | 0.64 | 0.44 |
| Hex | B7 | 42 | 28 | 0 | 40 | 4E | 1C | B | 40 | 2C |
| Octal | 267 | 102 | 50 | 0 | 100 | 116 | 34 | 13 | 100 | 54 |
| Binary | 10110111 | 1000010 | 101000 | 0 | 1000000 | 1001110 | 11100 | 1011 | 1000000 | 101100 |
Color Harmonies of #B74228
Complementary color
Monochromatic Colors of #B74228
Black with #B74228
Text Example
Text Example
White with #B74228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74228; }
p { color: rgb(183,66,40); }
H1.HeaderClassName
{
color: #B74228;
}
.AnyTagClassName
{
color: #B74228;
}
</style>
background-color css
<style>
a { background-color: #B74228; }
a { background-color: rgb(183,66,40); }
div.DivClassName
{
background-color: #B74228;
}
.BgClassName
{
background-color: #B74228;
}
</style>
border-color css
<style>
span { border-color: #B74228; }
span { border-color: rgb(183,66,40); }
td.TdClassName
{
border-color: #B74228;
}
.TagClassName
{
border-color: #B74228;
}
</style>