Shades of Medium Carmine #B5472F
Tints of Medium Carmine #B5472F
RGB
CMYK
RGB Variations
Color information
#B5472F (or 0xB5472F) is known color: Medium Carmine. HEX triplet: B5, 47 and 2F. RGB value is (181,71,47). Sum of RGB (Red+Green+Blue) = 181+71+47=299 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.54% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 181 - color contains mainly: red. Hex color #B5472F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5472F is #4AB8D0. Grayscale: #656565. Windows color (decimal): -4896977 or 3098549. OLE color: 3098549.
HSL color Cylindrical-coordinate representation of color #B5472F: hue angle of 10.75º 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 #B5472F is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 47 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.29 |
| HSL | 10.75º | 0.59% | 0.45% | - |
| HSV(B) | 10.75º | 0.74% | 0.71% | - |
| XYZ | 21.82 | 14.54 | 4.34 | - |
| YUV | 101.15 | 97.44 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 47 | 0 | 0.61 | 0.74 | 0.29 | 10.75 | 0.59 | 0.45 |
| Hex | B5 | 47 | 2F | 0 | 3D | 4A | 1D | B | 3B | 2D |
| Octal | 265 | 107 | 57 | 0 | 75 | 112 | 35 | 13 | 73 | 55 |
| Binary | 10110101 | 1000111 | 101111 | 0 | 111101 | 1001010 | 11101 | 1011 | 111011 | 101101 |
Color Harmonies of #B5472F
Complementary color
Monochromatic Colors of #B5472F
Black with #B5472F
Text Example
Text Example
White with #B5472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5472F; }
p { color: rgb(181,71,47); }
H1.HeaderClassName
{
color: #B5472F;
}
.AnyTagClassName
{
color: #B5472F;
}
</style>
background-color css
<style>
a { background-color: #B5472F; }
a { background-color: rgb(181,71,47); }
div.DivClassName
{
background-color: #B5472F;
}
.BgClassName
{
background-color: #B5472F;
}
</style>
border-color css
<style>
span { border-color: #B5472F; }
span { border-color: rgb(181,71,47); }
td.TdClassName
{
border-color: #B5472F;
}
.TagClassName
{
border-color: #B5472F;
}
</style>