Shades of Medium Carmine #B63E26
Tints of Medium Carmine #B63E26
RGB
CMYK
RGB Variations
Color information
#B63E26 (or 0xB63E26) is known color: Medium Carmine. HEX triplet: B6, 3E and 26. RGB value is (182,62,38). Sum of RGB (Red+Green+Blue) = 182+62+38=282 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.54% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 182 - color contains mainly: red. Hex color #B63E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63E26 is #49C1D9. Grayscale: #5F5F5F. Windows color (decimal): -4833754 or 2506422. OLE color: 2506422.
HSL color Cylindrical-coordinate representation of color #B63E26: hue angle of 10º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B63E26 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 62 | 38 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.29 |
| HSL | 10º | 0.65% | 0.43% | - |
| HSV(B) | 10º | 0.79% | 0.71% | - |
| XYZ | 21.36 | 13.53 | 3.32 | - |
| YUV | 95.14 | 95.76 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 62 | 38 | 0 | 0.66 | 0.79 | 0.29 | 10 | 0.65 | 0.43 |
| Hex | B6 | 3E | 26 | 0 | 42 | 4F | 1D | A | 41 | 2B |
| Octal | 266 | 76 | 46 | 0 | 102 | 117 | 35 | 12 | 101 | 53 |
| Binary | 10110110 | 111110 | 100110 | 0 | 1000010 | 1001111 | 11101 | 1010 | 1000001 | 101011 |
Color Harmonies of #B63E26
Complementary color
Monochromatic Colors of #B63E26
Black with #B63E26
Text Example
Text Example
White with #B63E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63E26; }
p { color: rgb(182,62,38); }
H1.HeaderClassName
{
color: #B63E26;
}
.AnyTagClassName
{
color: #B63E26;
}
</style>
background-color css
<style>
a { background-color: #B63E26; }
a { background-color: rgb(182,62,38); }
div.DivClassName
{
background-color: #B63E26;
}
.BgClassName
{
background-color: #B63E26;
}
</style>
border-color css
<style>
span { border-color: #B63E26; }
span { border-color: rgb(182,62,38); }
td.TdClassName
{
border-color: #B63E26;
}
.TagClassName
{
border-color: #B63E26;
}
</style>