Shades of Medium Carmine #B5482F
Tints of Medium Carmine #B5482F
RGB
CMYK
RGB Variations
Color information
#B5482F (or 0xB5482F) is known color: Medium Carmine. HEX triplet: B5, 48 and 2F. RGB value is (181,72,47). Sum of RGB (Red+Green+Blue) = 181+72+47=300 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.33% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 181 - color contains mainly: red. Hex color #B5482F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5482F is #4AB7D0. Grayscale: #656565. Windows color (decimal): -4896721 or 3098805. OLE color: 3098805.
HSL color Cylindrical-coordinate representation of color #B5482F: hue angle of 11.19º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B5482F is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 72 | 47 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.29 |
| HSL | 11.19º | 0.59% | 0.45% | - |
| HSV(B) | 11.19º | 0.74% | 0.71% | - |
| XYZ | 21.89 | 14.66 | 4.37 | - |
| YUV | 101.74 | 97.11 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 47 | 0 | 0.60 | 0.74 | 0.29 | 11.19 | 0.59 | 0.45 |
| Hex | B5 | 48 | 2F | 0 | 3C | 4A | 1D | B | 3B | 2D |
| Octal | 265 | 110 | 57 | 0 | 74 | 112 | 35 | 13 | 73 | 55 |
| Binary | 10110101 | 1001000 | 101111 | 0 | 111100 | 1001010 | 11101 | 1011 | 111011 | 101101 |
Color Harmonies of #B5482F
Complementary color
Monochromatic Colors of #B5482F
Black with #B5482F
Text Example
Text Example
White with #B5482F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5482F; }
p { color: rgb(181,72,47); }
H1.HeaderClassName
{
color: #B5482F;
}
.AnyTagClassName
{
color: #B5482F;
}
</style>
background-color css
<style>
a { background-color: #B5482F; }
a { background-color: rgb(181,72,47); }
div.DivClassName
{
background-color: #B5482F;
}
.BgClassName
{
background-color: #B5482F;
}
</style>
border-color css
<style>
span { border-color: #B5482F; }
span { border-color: rgb(181,72,47); }
td.TdClassName
{
border-color: #B5482F;
}
.TagClassName
{
border-color: #B5482F;
}
</style>