Shades of Medium Carmine #B53F25
Tints of Medium Carmine #B53F25
RGB
CMYK
RGB Variations
Color information
#B53F25 (or 0xB53F25) is known color: Medium Carmine. HEX triplet: B5, 3F and 25. RGB value is (181,63,37). Sum of RGB (Red+Green+Blue) = 181+63+37=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53F25 is #4AC0DA. Grayscale: #5F5F5F. Windows color (decimal): -4899035 or 2441141. OLE color: 2441141.
HSL color Cylindrical-coordinate representation of color #B53F25: hue angle of 10.83º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B53F25 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 63 | 37 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.29 |
| HSL | 10.83º | 0.66% | 0.43% | - |
| HSV(B) | 10.83º | 0.8% | 0.71% | - |
| XYZ | 21.17 | 13.51 | 3.24 | - |
| YUV | 95.32 | 95.09 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 63 | 37 | 0 | 0.65 | 0.80 | 0.29 | 10.83 | 0.66 | 0.43 |
| Hex | B5 | 3F | 25 | 0 | 41 | 50 | 1D | B | 42 | 2B |
| Octal | 265 | 77 | 45 | 0 | 101 | 120 | 35 | 13 | 102 | 53 |
| Binary | 10110101 | 111111 | 100101 | 0 | 1000001 | 1010000 | 11101 | 1011 | 1000010 | 101011 |
Color Harmonies of #B53F25
Complementary color
Monochromatic Colors of #B53F25
Black with #B53F25
Text Example
Text Example
White with #B53F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53F25; }
p { color: rgb(181,63,37); }
H1.HeaderClassName
{
color: #B53F25;
}
.AnyTagClassName
{
color: #B53F25;
}
</style>
background-color css
<style>
a { background-color: #B53F25; }
a { background-color: rgb(181,63,37); }
div.DivClassName
{
background-color: #B53F25;
}
.BgClassName
{
background-color: #B53F25;
}
</style>
border-color css
<style>
span { border-color: #B53F25; }
span { border-color: rgb(181,63,37); }
td.TdClassName
{
border-color: #B53F25;
}
.TagClassName
{
border-color: #B53F25;
}
</style>