Shades of Medium Carmine #B5352F
Tints of Medium Carmine #B5352F
RGB
CMYK
RGB Variations
Color information
#B5352F (or 0xB5352F) is known color: Medium Carmine. HEX triplet: B5, 35 and 2F. RGB value is (181,53,47). Sum of RGB (Red+Green+Blue) = 181+53+47=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B5352F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5352F is #4ACAD0. Grayscale: #5A5A5A. Windows color (decimal): -4901585 or 3093941. OLE color: 3093941.
HSL color Cylindrical-coordinate representation of color #B5352F: hue angle of 2.69º 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 #B5352F is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 53 | 47 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.29 |
| HSL | 2.69º | 0.59% | 0.45% | - |
| HSV(B) | 2.69º | 0.74% | 0.71% | - |
| XYZ | 20.84 | 12.58 | 4.02 | - |
| YUV | 90.59 | 103.41 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 53 | 47 | 0 | 0.71 | 0.74 | 0.29 | 2.69 | 0.59 | 0.45 |
| Hex | B5 | 35 | 2F | 0 | 47 | 4A | 1D | 3 | 3B | 2D |
| Octal | 265 | 65 | 57 | 0 | 107 | 112 | 35 | 3 | 73 | 55 |
| Binary | 10110101 | 110101 | 101111 | 0 | 1000111 | 1001010 | 11101 | 11 | 111011 | 101101 |
Color Harmonies of #B5352F
Complementary color
Monochromatic Colors of #B5352F
Black with #B5352F
Text Example
Text Example
White with #B5352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5352F; }
p { color: rgb(181,53,47); }
H1.HeaderClassName
{
color: #B5352F;
}
.AnyTagClassName
{
color: #B5352F;
}
</style>
background-color css
<style>
a { background-color: #B5352F; }
a { background-color: rgb(181,53,47); }
div.DivClassName
{
background-color: #B5352F;
}
.BgClassName
{
background-color: #B5352F;
}
</style>
border-color css
<style>
span { border-color: #B5352F; }
span { border-color: rgb(181,53,47); }
td.TdClassName
{
border-color: #B5352F;
}
.TagClassName
{
border-color: #B5352F;
}
</style>