Shades of Medium Carmine #B53B35
Tints of Medium Carmine #B53B35
RGB
CMYK
RGB Variations
Color information
#B53B35 (or 0xB53B35) is known color: Medium Carmine. HEX triplet: B5, 3B and 35. RGB value is (181,59,53). Sum of RGB (Red+Green+Blue) = 181+59+53=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 59 (23.44% from 255 or 20.14% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B53B35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53B35 is #4AC4CA. Grayscale: #5E5E5E. Windows color (decimal): -4900043 or 3488693. OLE color: 3488693.
HSL color Cylindrical-coordinate representation of color #B53B35: hue angle of 2.81º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B53B35 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 59 | 53 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.29 |
| HSL | 2.81º | 0.55% | 0.46% | - |
| HSV(B) | 2.81º | 0.71% | 0.71% | - |
| XYZ | 21.26 | 13.21 | 4.8 | - |
| YUV | 94.79 | 104.42 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 59 | 53 | 0 | 0.67 | 0.71 | 0.29 | 2.81 | 0.55 | 0.46 |
| Hex | B5 | 3B | 35 | 0 | 43 | 47 | 1D | 3 | 37 | 2E |
| Octal | 265 | 73 | 65 | 0 | 103 | 107 | 35 | 3 | 67 | 56 |
| Binary | 10110101 | 111011 | 110101 | 0 | 1000011 | 1000111 | 11101 | 11 | 110111 | 101110 |
Color Harmonies of #B53B35
Complementary color
Monochromatic Colors of #B53B35
Black with #B53B35
Text Example
Text Example
White with #B53B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53B35; }
p { color: rgb(181,59,53); }
H1.HeaderClassName
{
color: #B53B35;
}
.AnyTagClassName
{
color: #B53B35;
}
</style>
background-color css
<style>
a { background-color: #B53B35; }
a { background-color: rgb(181,59,53); }
div.DivClassName
{
background-color: #B53B35;
}
.BgClassName
{
background-color: #B53B35;
}
</style>
border-color css
<style>
span { border-color: #B53B35; }
span { border-color: rgb(181,59,53); }
td.TdClassName
{
border-color: #B53B35;
}
.TagClassName
{
border-color: #B53B35;
}
</style>