Shades of Medium Carmine #B63F23
Tints of Medium Carmine #B63F23
RGB
CMYK
RGB Variations
Color information
#B63F23 (or 0xB63F23) is known color: Medium Carmine. HEX triplet: B6, 3F and 23. RGB value is (182,63,35). Sum of RGB (Red+Green+Blue) = 182+63+35=280 (37% of max value = 765). Red value is 182 (71.48% from 255 or 65% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 35 (14.06% from 255 or 12.5% from 280); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63F23 is #49C0DC. Grayscale: #5F5F5F. Windows color (decimal): -4833501 or 2310070. OLE color: 2310070.
HSL color Cylindrical-coordinate representation of color #B63F23: hue angle of 11.43º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B63F23 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 63 | 35 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.29 |
| HSL | 11.43º | 0.68% | 0.43% | - |
| HSV(B) | 11.43º | 0.81% | 0.71% | - |
| XYZ | 21.37 | 13.62 | 3.09 | - |
| YUV | 95.39 | 93.92 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 35 | 0 | 0.65 | 0.81 | 0.29 | 11.43 | 0.68 | 0.43 |
| Hex | B6 | 3F | 23 | 0 | 41 | 51 | 1D | B | 44 | 2B |
| Octal | 266 | 77 | 43 | 0 | 101 | 121 | 35 | 13 | 104 | 53 |
| Binary | 10110110 | 111111 | 100011 | 0 | 1000001 | 1010001 | 11101 | 1011 | 1000100 | 101011 |
Color Harmonies of #B63F23
Complementary color
Monochromatic Colors of #B63F23
Black with #B63F23
Text Example
Text Example
White with #B63F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63F23; }
p { color: rgb(182,63,35); }
H1.HeaderClassName
{
color: #B63F23;
}
.AnyTagClassName
{
color: #B63F23;
}
</style>
background-color css
<style>
a { background-color: #B63F23; }
a { background-color: rgb(182,63,35); }
div.DivClassName
{
background-color: #B63F23;
}
.BgClassName
{
background-color: #B63F23;
}
</style>
border-color css
<style>
span { border-color: #B63F23; }
span { border-color: rgb(182,63,35); }
td.TdClassName
{
border-color: #B63F23;
}
.TagClassName
{
border-color: #B63F23;
}
</style>