Shades of Medium Carmine #B74326
Tints of Medium Carmine #B74326
RGB
CMYK
RGB Variations
Color information
#B74326 (or 0xB74326) is known color: Medium Carmine. HEX triplet: B7, 43 and 26. RGB value is (183,67,38). Sum of RGB (Red+Green+Blue) = 183+67+38=288 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.54% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 38 (15.23% from 255 or 13.19% from 288); Max value from RGB is 183 - color contains mainly: red. Hex color #B74326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74326 is #48BCD9. Grayscale: #626262. Windows color (decimal): -4766938 or 2507703. OLE color: 2507703.
HSL color Cylindrical-coordinate representation of color #B74326: hue angle of 12º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B74326 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 67 | 38 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.28 |
| HSL | 12º | 0.66% | 0.43% | - |
| HSV(B) | 12º | 0.79% | 0.72% | - |
| XYZ | 21.89 | 14.22 | 3.43 | - |
| YUV | 98.38 | 93.93 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 38 | 0 | 0.63 | 0.79 | 0.28 | 12 | 0.66 | 0.43 |
| Hex | B7 | 43 | 26 | 0 | 3F | 4F | 1C | C | 42 | 2B |
| Octal | 267 | 103 | 46 | 0 | 77 | 117 | 34 | 14 | 102 | 53 |
| Binary | 10110111 | 1000011 | 100110 | 0 | 111111 | 1001111 | 11100 | 1100 | 1000010 | 101011 |
Color Harmonies of #B74326
Complementary color
Monochromatic Colors of #B74326
Black with #B74326
Text Example
Text Example
White with #B74326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74326; }
p { color: rgb(183,67,38); }
H1.HeaderClassName
{
color: #B74326;
}
.AnyTagClassName
{
color: #B74326;
}
</style>
background-color css
<style>
a { background-color: #B74326; }
a { background-color: rgb(183,67,38); }
div.DivClassName
{
background-color: #B74326;
}
.BgClassName
{
background-color: #B74326;
}
</style>
border-color css
<style>
span { border-color: #B74326; }
span { border-color: rgb(183,67,38); }
td.TdClassName
{
border-color: #B74326;
}
.TagClassName
{
border-color: #B74326;
}
</style>