Shades of Medium Carmine #B7483C
Tints of Medium Carmine #B7483C
RGB
CMYK
RGB Variations
Color information
#B7483C (or 0xB7483C) is known color: Medium Carmine. HEX triplet: B7, 48 and 3C. RGB value is (183,72,60). Sum of RGB (Red+Green+Blue) = 183+72+60=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B7483C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7483C is #48B7C3. Grayscale: #676767. Windows color (decimal): -4765636 or 3950775. OLE color: 3950775.
HSL color Cylindrical-coordinate representation of color #B7483C: hue angle of 5.85º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7483C is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 60 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.28 |
| HSL | 5.85º | 0.51% | 0.48% | - |
| HSV(B) | 5.85º | 0.67% | 0.72% | - |
| XYZ | 22.66 | 15.03 | 5.98 | - |
| YUV | 103.82 | 103.27 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 60 | 0 | 0.61 | 0.67 | 0.28 | 5.85 | 0.51 | 0.48 |
| Hex | B7 | 48 | 3C | 0 | 3D | 43 | 1C | 6 | 33 | 30 |
| Octal | 267 | 110 | 74 | 0 | 75 | 103 | 34 | 6 | 63 | 60 |
| Binary | 10110111 | 1001000 | 111100 | 0 | 111101 | 1000011 | 11100 | 110 | 110011 | 110000 |
Color Harmonies of #B7483C
Complementary color
Monochromatic Colors of #B7483C
Black with #B7483C
Text Example
Text Example
White with #B7483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7483C; }
p { color: rgb(183,72,60); }
H1.HeaderClassName
{
color: #B7483C;
}
.AnyTagClassName
{
color: #B7483C;
}
</style>
background-color css
<style>
a { background-color: #B7483C; }
a { background-color: rgb(183,72,60); }
div.DivClassName
{
background-color: #B7483C;
}
.BgClassName
{
background-color: #B7483C;
}
</style>
border-color css
<style>
span { border-color: #B7483C; }
span { border-color: rgb(183,72,60); }
td.TdClassName
{
border-color: #B7483C;
}
.TagClassName
{
border-color: #B7483C;
}
</style>