Shades of Medium Carmine #B5483A
Tints of Medium Carmine #B5483A
RGB
CMYK
RGB Variations
Color information
#B5483A (or 0xB5483A) is known color: Medium Carmine. HEX triplet: B5, 48 and 3A. RGB value is (181,72,58). Sum of RGB (Red+Green+Blue) = 181+72+58=311 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.20% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 181 - color contains mainly: red. Hex color #B5483A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5483A is #4AB7C5. Grayscale: #676767. Windows color (decimal): -4896710 or 3819701. OLE color: 3819701.
HSL color Cylindrical-coordinate representation of color #B5483A: hue angle of 6.83º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5483A is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 72 | 58 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.29 |
| HSL | 6.83º | 0.51% | 0.47% | - |
| HSV(B) | 6.83º | 0.68% | 0.71% | - |
| XYZ | 22.14 | 14.76 | 5.69 | - |
| YUV | 103 | 102.61 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 58 | 0 | 0.60 | 0.68 | 0.29 | 6.83 | 0.51 | 0.47 |
| Hex | B5 | 48 | 3A | 0 | 3C | 44 | 1D | 7 | 33 | 2F |
| Octal | 265 | 110 | 72 | 0 | 74 | 104 | 35 | 7 | 63 | 57 |
| Binary | 10110101 | 1001000 | 111010 | 0 | 111100 | 1000100 | 11101 | 111 | 110011 | 101111 |
Color Harmonies of #B5483A
Complementary color
Monochromatic Colors of #B5483A
Black with #B5483A
Text Example
Text Example
White with #B5483A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5483A; }
p { color: rgb(181,72,58); }
H1.HeaderClassName
{
color: #B5483A;
}
.AnyTagClassName
{
color: #B5483A;
}
</style>
background-color css
<style>
a { background-color: #B5483A; }
a { background-color: rgb(181,72,58); }
div.DivClassName
{
background-color: #B5483A;
}
.BgClassName
{
background-color: #B5483A;
}
</style>
border-color css
<style>
span { border-color: #B5483A; }
span { border-color: rgb(181,72,58); }
td.TdClassName
{
border-color: #B5483A;
}
.TagClassName
{
border-color: #B5483A;
}
</style>