Shades of Medium Carmine #B5402D
Tints of Medium Carmine #B5402D
RGB
CMYK
RGB Variations
Color information
#B5402D (or 0xB5402D) is known color: Medium Carmine. HEX triplet: B5, 40 and 2D. RGB value is (181,64,45). Sum of RGB (Red+Green+Blue) = 181+64+45=290 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.41% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 181 - color contains mainly: red. Hex color #B5402D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5402D is #4ABFD2. Grayscale: #616161. Windows color (decimal): -4898771 or 2965685. OLE color: 2965685.
HSL color Cylindrical-coordinate representation of color #B5402D: hue angle of 8.38º 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 #B5402D is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 45 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.29 |
| HSL | 8.38º | 0.6% | 0.44% | - |
| HSV(B) | 8.38º | 0.75% | 0.71% | - |
| XYZ | 21.36 | 13.68 | 4 | - |
| YUV | 96.82 | 98.76 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 45 | 0 | 0.65 | 0.75 | 0.29 | 8.38 | 0.6 | 0.44 |
| Hex | B5 | 40 | 2D | 0 | 41 | 4B | 1D | 8 | 3C | 2C |
| Octal | 265 | 100 | 55 | 0 | 101 | 113 | 35 | 10 | 74 | 54 |
| Binary | 10110101 | 1000000 | 101101 | 0 | 1000001 | 1001011 | 11101 | 1000 | 111100 | 101100 |
Color Harmonies of #B5402D
Complementary color
Monochromatic Colors of #B5402D
Black with #B5402D
Text Example
Text Example
White with #B5402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5402D; }
p { color: rgb(181,64,45); }
H1.HeaderClassName
{
color: #B5402D;
}
.AnyTagClassName
{
color: #B5402D;
}
</style>
background-color css
<style>
a { background-color: #B5402D; }
a { background-color: rgb(181,64,45); }
div.DivClassName
{
background-color: #B5402D;
}
.BgClassName
{
background-color: #B5402D;
}
</style>
border-color css
<style>
span { border-color: #B5402D; }
span { border-color: rgb(181,64,45); }
td.TdClassName
{
border-color: #B5402D;
}
.TagClassName
{
border-color: #B5402D;
}
</style>