Shades of Medium Carmine #B73925
Tints of Medium Carmine #B73925
RGB
CMYK
RGB Variations
Color information
#B73925 (or 0xB73925) is known color: Medium Carmine. HEX triplet: B7, 39 and 25. RGB value is (183,57,37). Sum of RGB (Red+Green+Blue) = 183+57+37=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B73925 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73925 is #48C6DA. Grayscale: #5C5C5C. Windows color (decimal): -4769499 or 2439607. OLE color: 2439607.
HSL color Cylindrical-coordinate representation of color #B73925: hue angle of 8.22º 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 #B73925 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 57 | 37 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.28 |
| HSL | 8.22º | 0.66% | 0.43% | - |
| HSV(B) | 8.22º | 0.8% | 0.72% | - |
| XYZ | 21.33 | 13.13 | 3.16 | - |
| YUV | 92.39 | 96.74 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 37 | 0 | 0.69 | 0.80 | 0.28 | 8.22 | 0.66 | 0.43 |
| Hex | B7 | 39 | 25 | 0 | 45 | 50 | 1C | 8 | 42 | 2B |
| Octal | 267 | 71 | 45 | 0 | 105 | 120 | 34 | 10 | 102 | 53 |
| Binary | 10110111 | 111001 | 100101 | 0 | 1000101 | 1010000 | 11100 | 1000 | 1000010 | 101011 |
Color Harmonies of #B73925
Complementary color
Monochromatic Colors of #B73925
Black with #B73925
Text Example
Text Example
White with #B73925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73925; }
p { color: rgb(183,57,37); }
H1.HeaderClassName
{
color: #B73925;
}
.AnyTagClassName
{
color: #B73925;
}
</style>
background-color css
<style>
a { background-color: #B73925; }
a { background-color: rgb(183,57,37); }
div.DivClassName
{
background-color: #B73925;
}
.BgClassName
{
background-color: #B73925;
}
</style>
border-color css
<style>
span { border-color: #B73925; }
span { border-color: rgb(183,57,37); }
td.TdClassName
{
border-color: #B73925;
}
.TagClassName
{
border-color: #B73925;
}
</style>