Shades of Medium Carmine #B63B2A
Tints of Medium Carmine #B63B2A
RGB
CMYK
RGB Variations
Color information
#B63B2A (or 0xB63B2A) is known color: Medium Carmine. HEX triplet: B6, 3B and 2A. RGB value is (182,59,42). Sum of RGB (Red+Green+Blue) = 182+59+42=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B63B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63B2A is #49C4D5. Grayscale: #5E5E5E. Windows color (decimal): -4834518 or 2767798. OLE color: 2767798.
HSL color Cylindrical-coordinate representation of color #B63B2A: hue angle of 7.29º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B63B2A is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 59 | 42 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.29 |
| HSL | 7.29º | 0.63% | 0.44% | - |
| HSV(B) | 7.29º | 0.77% | 0.71% | - |
| XYZ | 21.27 | 13.24 | 3.62 | - |
| YUV | 93.84 | 98.75 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 59 | 42 | 0 | 0.68 | 0.77 | 0.29 | 7.29 | 0.63 | 0.44 |
| Hex | B6 | 3B | 2A | 0 | 44 | 4D | 1D | 7 | 3E | 2C |
| Octal | 266 | 73 | 52 | 0 | 104 | 115 | 35 | 7 | 76 | 54 |
| Binary | 10110110 | 111011 | 101010 | 0 | 1000100 | 1001101 | 11101 | 111 | 111110 | 101100 |
Color Harmonies of #B63B2A
Complementary color
Monochromatic Colors of #B63B2A
Black with #B63B2A
Text Example
Text Example
White with #B63B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63B2A; }
p { color: rgb(182,59,42); }
H1.HeaderClassName
{
color: #B63B2A;
}
.AnyTagClassName
{
color: #B63B2A;
}
</style>
background-color css
<style>
a { background-color: #B63B2A; }
a { background-color: rgb(182,59,42); }
div.DivClassName
{
background-color: #B63B2A;
}
.BgClassName
{
background-color: #B63B2A;
}
</style>
border-color css
<style>
span { border-color: #B63B2A; }
span { border-color: rgb(182,59,42); }
td.TdClassName
{
border-color: #B63B2A;
}
.TagClassName
{
border-color: #B63B2A;
}
</style>