Shades of Medium Carmine #B5483C
Tints of Medium Carmine #B5483C
RGB
CMYK
RGB Variations
Color information
#B5483C (or 0xB5483C) is known color: Medium Carmine. HEX triplet: B5, 48 and 3C. RGB value is (181,72,60). Sum of RGB (Red+Green+Blue) = 181+72+60=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B5483C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5483C is #4AB7C3. Grayscale: #676767. Windows color (decimal): -4896708 or 3950773. OLE color: 3950773.
HSL color Cylindrical-coordinate representation of color #B5483C: hue angle of 5.95º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5483C is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 72 | 60 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.29 |
| HSL | 5.95º | 0.5% | 0.47% | - |
| HSV(B) | 5.95º | 0.67% | 0.71% | - |
| XYZ | 22.19 | 14.78 | 5.96 | - |
| YUV | 103.22 | 103.61 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 60 | 0 | 0.60 | 0.67 | 0.29 | 5.95 | 0.5 | 0.47 |
| Hex | B5 | 48 | 3C | 0 | 3C | 43 | 1D | 6 | 32 | 2F |
| Octal | 265 | 110 | 74 | 0 | 74 | 103 | 35 | 6 | 62 | 57 |
| Binary | 10110101 | 1001000 | 111100 | 0 | 111100 | 1000011 | 11101 | 110 | 110010 | 101111 |
Color Harmonies of #B5483C
Complementary color
Monochromatic Colors of #B5483C
Black with #B5483C
Text Example
Text Example
White with #B5483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5483C; }
p { color: rgb(181,72,60); }
H1.HeaderClassName
{
color: #B5483C;
}
.AnyTagClassName
{
color: #B5483C;
}
</style>
background-color css
<style>
a { background-color: #B5483C; }
a { background-color: rgb(181,72,60); }
div.DivClassName
{
background-color: #B5483C;
}
.BgClassName
{
background-color: #B5483C;
}
</style>
border-color css
<style>
span { border-color: #B5483C; }
span { border-color: rgb(181,72,60); }
td.TdClassName
{
border-color: #B5483C;
}
.TagClassName
{
border-color: #B5483C;
}
</style>