Shades of Medium Carmine #B5352D
Tints of Medium Carmine #B5352D
RGB
CMYK
RGB Variations
Color information
#B5352D (or 0xB5352D) is known color: Medium Carmine. HEX triplet: B5, 35 and 2D. RGB value is (181,53,45). Sum of RGB (Red+Green+Blue) = 181+53+45=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B5352D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5352D is #4ACAD2. Grayscale: #5A5A5A. Windows color (decimal): -4901587 or 2962869. OLE color: 2962869.
HSL color Cylindrical-coordinate representation of color #B5352D: hue angle of 3.53º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5352D is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 53 | 45 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.29 |
| HSL | 3.53º | 0.6% | 0.44% | - |
| HSV(B) | 3.53º | 0.75% | 0.71% | - |
| XYZ | 20.8 | 12.56 | 3.81 | - |
| YUV | 90.36 | 102.41 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 53 | 45 | 0 | 0.71 | 0.75 | 0.29 | 3.53 | 0.6 | 0.44 |
| Hex | B5 | 35 | 2D | 0 | 47 | 4B | 1D | 4 | 3C | 2C |
| Octal | 265 | 65 | 55 | 0 | 107 | 113 | 35 | 4 | 74 | 54 |
| Binary | 10110101 | 110101 | 101101 | 0 | 1000111 | 1001011 | 11101 | 100 | 111100 | 101100 |
Color Harmonies of #B5352D
Complementary color
Monochromatic Colors of #B5352D
Black with #B5352D
Text Example
Text Example
White with #B5352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5352D; }
p { color: rgb(181,53,45); }
H1.HeaderClassName
{
color: #B5352D;
}
.AnyTagClassName
{
color: #B5352D;
}
</style>
background-color css
<style>
a { background-color: #B5352D; }
a { background-color: rgb(181,53,45); }
div.DivClassName
{
background-color: #B5352D;
}
.BgClassName
{
background-color: #B5352D;
}
</style>
border-color css
<style>
span { border-color: #B5352D; }
span { border-color: rgb(181,53,45); }
td.TdClassName
{
border-color: #B5352D;
}
.TagClassName
{
border-color: #B5352D;
}
</style>