Shades of Medium Carmine #B74325
Tints of Medium Carmine #B74325
RGB
CMYK
RGB Variations
Color information
#B74325 (or 0xB74325) is known color: Medium Carmine. HEX triplet: B7, 43 and 25. RGB value is (183,67,37). Sum of RGB (Red+Green+Blue) = 183+67+37=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B74325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74325 is #48BCDA. Grayscale: #626262. Windows color (decimal): -4766939 or 2442167. OLE color: 2442167.
HSL color Cylindrical-coordinate representation of color #B74325: hue angle of 12.33º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B74325 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 67 | 37 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.28 |
| HSL | 12.33º | 0.66% | 0.43% | - |
| HSV(B) | 12.33º | 0.8% | 0.72% | - |
| XYZ | 21.87 | 14.22 | 3.34 | - |
| YUV | 98.26 | 93.43 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 37 | 0 | 0.63 | 0.80 | 0.28 | 12.33 | 0.66 | 0.43 |
| Hex | B7 | 43 | 25 | 0 | 3F | 50 | 1C | C | 42 | 2B |
| Octal | 267 | 103 | 45 | 0 | 77 | 120 | 34 | 14 | 102 | 53 |
| Binary | 10110111 | 1000011 | 100101 | 0 | 111111 | 1010000 | 11100 | 1100 | 1000010 | 101011 |
Color Harmonies of #B74325
Complementary color
Monochromatic Colors of #B74325
Black with #B74325
Text Example
Text Example
White with #B74325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74325; }
p { color: rgb(183,67,37); }
H1.HeaderClassName
{
color: #B74325;
}
.AnyTagClassName
{
color: #B74325;
}
</style>
background-color css
<style>
a { background-color: #B74325; }
a { background-color: rgb(183,67,37); }
div.DivClassName
{
background-color: #B74325;
}
.BgClassName
{
background-color: #B74325;
}
</style>
border-color css
<style>
span { border-color: #B74325; }
span { border-color: rgb(183,67,37); }
td.TdClassName
{
border-color: #B74325;
}
.TagClassName
{
border-color: #B74325;
}
</style>